|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTSiteMapLink
| Method Summary | |
java.lang.String |
GetDescription()
Get description of the current link |
int |
GetLinkClassID()
Get the link class id, which defines the type of link. |
int |
GetLinkObjectID()
Get the object id that this link refers to. |
int |
GetLinkPageID()
Get the page id that this link refers to. |
java.lang.String |
GetLinkURL()
Get URL of current link. |
java.lang.String |
GetName()
Get name of the current link |
int |
GetObjectID()
Get object id of the current link |
int |
GetParentFolderID()
Get the folder id of the current link's parent |
void |
SetDescription(java.lang.String strValue)
Set description of the current link |
void |
SetLinkClassID(int nValue)
Set the current link's class id, which defines the type of link. |
void |
SetLinkObjectID(int nValue)
Set the object id that this link refers to. |
void |
SetLinkPageID(int nValue)
Set the page id that this link refers to. |
void |
SetLinkURL(java.lang.String strValue)
Set URL of the current link. |
void |
SetName(java.lang.String strValue)
Set name of the current link |
void |
SetParentFolderID(int nValue)
Set the parent folder id. |
void |
Store()
Store the current link to the database. |
| Method Detail |
public int GetObjectID()
public java.lang.String GetName()
public void SetName(java.lang.String strValue)
strValue - - namepublic java.lang.String GetDescription()
public void SetDescription(java.lang.String strValue)
strValue - - descriptionpublic java.lang.String GetLinkURL()
public void SetLinkURL(java.lang.String strValue)
strValue - - URL valuepublic int GetLinkClassID()
public void SetLinkClassID(int nValue)
nValue - - link class id which can be one of the following:
PT_CLASSIDS.PT_USER_ID
PT_CLASSIDS.PT_CATALOGFOLDER_ID
PT_CLASSIDS.PT_CATALOGCARD_ID
PT_CLASSIDS.PT_COMMUNITY_ID
PT_CLASSIDS.PT_SITEMAPWEBLINK_IDpublic int GetLinkObjectID()
public void SetLinkObjectID(int nValue)
nValue - - object idpublic int GetLinkPageID()
public void SetLinkPageID(int nValue)
nValue - public void Store()
public int GetParentFolderID()
public void SetParentFolderID(int nValue)
nValue - - parent folder id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||