Package DE_EPAGES::Presentation::API::Table::PageTypeHelpTopicExt
interface for table PageTypeHelpTopicExt
Functions
- DeletePageTypeHelpTopicExt
- ExistsPageTypeHelpTopicExt
- GetAllInfoPageTypeHelpTopicExts
- GetAllPKeyPageTypeHelpTopicExts
- GetInfoPageTypeHelpTopicExt
- GetInfoPageTypeHelpTopicExtsByHelpTopicID
- GetInfoPageTypeHelpTopicExtsByPageTypeID
- GetPKeyPageTypeHelpTopicExtsByHelpTopicID
- GetPKeyPageTypeHelpTopicExtsByPageTypeID
- InsertPageTypeHelpTopicExt
- OnDeletePageType
- UpdatePageTypeHelpTopicExt
DeletePageTypeHelpTopicExt
Deletes a(n) PageTypeHelpTopicExt.
Syntax |
DeletePageTypeHelpTopicExt($PageTypeID, $HelpTopicID); DeletePageTypeHelpTopicExt($hPageTypeHelpTopicExt); # if $hPageTypeHelpTopicExt includes PageTypeID, HelpTopicID |
Input |
|
ExistsPageTypeHelpTopicExt
Returns true if the PageTypeHelpTopicExt exists.
Syntax |
$exists = ExistsPageTypeHelpTopicExt($PageTypeID, $HelpTopicID); |
Input |
|
Return |
|
GetAllInfoPageTypeHelpTopicExts
Returns all objects of PageTypeHelpTopicExt.
Syntax |
$ahPageTypeHelpTopicExts = GetAllInfoPageTypeHelpTopicExts(); |
Return |
|
GetAllPKeyPageTypeHelpTopicExts
Returns all PageTypeHelpTopicExt identifiers.
Syntax |
$ahPageTypeHelpTopicExtIDs = GetAllPKeyPageTypeHelpTopicExts(); |
Return |
|
GetInfoPageTypeHelpTopicExt
Returns the PageTypeHelpTopicExt by identifier.
Syntax |
$hPageTypeHelpTopicExt = GetInfoPageTypeHelpTopicExt($PageTypeID, $HelpTopicID); |
Input |
|
Return |
|
GetInfoPageTypeHelpTopicExtsByHelpTopicID
Returns objects of PageTypeHelpTopicExt by alternate key HelpTopicID.
Syntax |
$ahPageTypeHelpTopicExts = GetInfoPageTypeHelpTopicExtsByHelpTopicID($HelpTopicID); |
Input |
|
Return |
|
GetInfoPageTypeHelpTopicExtsByPageTypeID
Returns objects of PageTypeHelpTopicExt by primary key element PageTypeID.
Syntax |
$ahPageTypeHelpTopicExts = GetInfoPageTypeHelpTopicExtsByPageTypeID($PageTypeID); |
Input |
|
Return |
|
GetPKeyPageTypeHelpTopicExtsByHelpTopicID
Returns primary keys of PageTypeHelpTopicExt by alternate key HelpTopicID.
Syntax |
$ahKeys = GetPKeyPageTypeHelpTopicExtsByHelpTopicID($HelpTopicID); |
Input |
|
Return |
|
GetPKeyPageTypeHelpTopicExtsByPageTypeID
Returns primary keys of PageTypeHelpTopicExt by primary key element PageTypeID.
Syntax |
$ahKeys = GetPKeyPageTypeHelpTopicExtsByPageTypeID($PageTypeID); |
Input |
|
Return |
|
InsertPageTypeHelpTopicExt
Creates an entry of PageTypeHelpTopicExt.
Syntax |
InsertPageTypeHelpTopicExt($hPageTypeHelpTopicExt); |
Input |
|
OnDeletePageType
Deletes PageTypeHelpTopicExt of this model when a(n) PageType is deleted.
Syntax |
OnDeletePageType($hParams); |
Input |
|
UpdatePageTypeHelpTopicExt
Updates a(n) PageTypeHelpTopicExt if any element was changed.
Syntax |
UpdatePageTypeHelpTopicExt($PageTypeID, $HelpTopicID, $hPageTypeHelpTopicExt); UpdatePageTypeHelpTopicExt($hPageTypeHelpTopicExt); # if $hPageTypeHelpTopicExt includes PageTypeID, HelpTopicID |
Input |
|