Package DE_EPAGES::Content::API::Table::ShortUrlRedirection
interface for table ShortUrlRedirection
Functions
- DeleteShortUrlRedirection
- ExistsShortUrlRedirection
- ExistsShortUrlRedirectionBySiteID
- GetAllInfoShortUrlRedirections
- GetAllPKeyShortUrlRedirections
- GetInfoShortUrlRedirection
- GetInfoShortUrlRedirectionBySiteID
- GetInfoShortUrlRedirectionsByContentObjectID
- GetInfoShortUrlRedirectionsByLanguageID
- GetInfoShortUrlRedirectionsBySiteID
- GetPKeyShortUrlRedirectionBySiteID
- GetPKeyShortUrlRedirectionsByContentObjectID
- GetPKeyShortUrlRedirectionsByLanguageID
- GetPKeyShortUrlRedirectionsBySiteID
- InsertShortUrlRedirection
- OnDeleteLanguage
- OnDeleteSite
- UpdateShortUrlRedirection
DeleteShortUrlRedirection
Deletes a(n) ShortUrlRedirection.
Syntax |
DeleteShortUrlRedirection($ShortUrlRedirectionID); DeleteShortUrlRedirection($hShortUrlRedirection); # if $hShortUrlRedirection includes ShortUrlRedirectionID |
Input |
|
ExistsShortUrlRedirection
Returns true if the ShortUrlRedirection exists.
Syntax |
$exists = ExistsShortUrlRedirection($ShortUrlRedirectionID); |
Input |
|
Return |
|
ExistsShortUrlRedirectionBySiteID
Returns true if a ShortUrlRedirection by alternate keys SiteID and Uri exists.
Syntax |
$ShortUrlRedirectionID = ExistsShortUrlRedirectionBySiteID($SiteID, $Uri); |
Input |
|
Return |
|
GetAllInfoShortUrlRedirections
Returns all objects of ShortUrlRedirection.
Syntax |
$ahShortUrlRedirections = GetAllInfoShortUrlRedirections(); |
Return |
|
GetAllPKeyShortUrlRedirections
Returns all ShortUrlRedirection identifiers.
Syntax |
$aShortUrlRedirectionIDs = GetAllPKeyShortUrlRedirections(); |
Return |
|
GetInfoShortUrlRedirection
Returns the ShortUrlRedirection by identifier.
Syntax |
$hShortUrlRedirection = GetInfoShortUrlRedirection($ShortUrlRedirectionID); |
Input |
|
Return |
|
GetInfoShortUrlRedirectionBySiteID
Returns the object of ShortUrlRedirection by alternate keys SiteID and Uri.
Syntax |
$hShortUrlRedirection = GetInfoShortUrlRedirectionBySiteID($SiteID, $Uri); |
Input |
|
Return |
|
GetInfoShortUrlRedirectionsByContentObjectID
Returns objects of ShortUrlRedirection by alternate keys ContentObjectID and LanguageID.
Syntax |
$ahShortUrlRedirections = GetInfoShortUrlRedirectionsByContentObjectID($ContentObjectID, $LanguageID); |
Input |
|
Return |
|
GetInfoShortUrlRedirectionsByLanguageID
Returns objects of ShortUrlRedirection by alternate key LanguageID.
Syntax |
$ahShortUrlRedirections = GetInfoShortUrlRedirectionsByLanguageID($LanguageID); |
Input |
|
Return |
|
GetInfoShortUrlRedirectionsBySiteID
Returns objects of ShortUrlRedirection by alternate keys SiteID and Uri.
Syntax |
$ahShortUrlRedirections = GetInfoShortUrlRedirectionsBySiteID($SiteID, $Uri); |
Input |
|
Return |
|
GetPKeyShortUrlRedirectionBySiteID
Returns primary key of ShortUrlRedirection by alternate keys SiteID and Uri.
Syntax |
$ShortUrlRedirectionID = GetPKeyShortUrlRedirectionBySiteID($SiteID, $Uri); |
Input |
|
Return |
|
GetPKeyShortUrlRedirectionsByContentObjectID
Returns primary keys of ShortUrlRedirection by alternate keys ContentObjectID and LanguageID.
Syntax |
$aKeys = GetPKeyShortUrlRedirectionsByContentObjectID($ContentObjectID, $LanguageID); |
Input |
|
Return |
|
GetPKeyShortUrlRedirectionsByLanguageID
Returns primary keys of ShortUrlRedirection by alternate key LanguageID.
Syntax |
$aKeys = GetPKeyShortUrlRedirectionsByLanguageID($LanguageID); |
Input |
|
Return |
|
GetPKeyShortUrlRedirectionsBySiteID
Returns primary keys of ShortUrlRedirection by alternate keys SiteID and Uri.
Syntax |
$aKeys = GetPKeyShortUrlRedirectionsBySiteID($SiteID, $Uri); |
Input |
|
Return |
|
InsertShortUrlRedirection
Creates an entry of ShortUrlRedirection.
Syntax |
$ShortUrlRedirectionID = InsertShortUrlRedirection($hShortUrlRedirection); |
Input |
|
Return |
|
OnDeleteLanguage
Deletes ShortUrlRedirection of this model when a(n) Language is deleted.
Syntax |
OnDeleteLanguage($hParams); |
Input |
|
OnDeleteSite
Deletes ShortUrlRedirection of this model when a(n) Site is deleted.
Syntax |
OnDeleteSite($hParams); |
Input |
|
UpdateShortUrlRedirection
Updates a(n) ShortUrlRedirection if any element was changed.
Syntax |
UpdateShortUrlRedirection($ShortUrlRedirectionID, $hShortUrlRedirection); UpdateShortUrlRedirection($hShortUrlRedirection); # if $hShortUrlRedirection includes ShortUrlRedirectionID |
Input |
|