|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.model.page.Page
public class Page
Page model.
Documentation in this class focus synchronization behavior. About
the use behind the fields in the portal,
see PageConfig
.
PageConfig
,
Serialized FormNested Class Summary | |
---|---|
static class |
Page.CenterPageType
|
static class |
Page.PageCacheType
|
static class |
Page.PageLayoutType
|
static class |
Page.PageProtocolType
|
static class |
Page.PageWebResourceDataProviderType
|
Constructor Summary | |
---|---|
Page()
|
Method Summary | |
---|---|
AccessControlList |
getAccessControlList()
|
String |
getChannelId()
|
List<PageCss> |
getCsss()
|
String |
getDirectoryChannelId()
Returns the identifier of the channel that corresponds to the directory this element's file resides in. |
String |
getId()
Returns the element's identifier. |
SortedSet<InterfaceInstance> |
getInterfaceInstances()
|
List<MetaTag> |
getMetaTags()
|
PropertyBag |
getPropertyBag()
|
String |
getStructureFileName()
Returns the name of the structure file for this element. |
boolean |
isImplicitForeignKeysSet()
Indicates whether the implicit foreign keys, set by setImplicitForeignKeys(String, String, String, String) ,
have been set. |
void |
setFriendlyId(String friendlyId)
Sets the friendly identifier for this structure element. |
void |
setImplicitForeignKeys(String accessControlListId,
String parentAccessControlListId,
String propertyBagId,
String parentPropertyBagId)
Sets the implicit foreign keys in this page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Page()
Method Detail |
---|
public String getChannelId()
public SortedSet<InterfaceInstance> getInterfaceInstances()
public AccessControlList getAccessControlList()
public List<MetaTag> getMetaTags()
public List<PageCss> getCsss()
public PropertyBag getPropertyBag()
public boolean isImplicitForeignKeysSet()
setImplicitForeignKeys(String, String, String, String)
,
have been set.
public void setImplicitForeignKeys(String accessControlListId, String parentAccessControlListId, String propertyBagId, String parentPropertyBagId)
accessControlListId
- the identifier for this page's ACL.
Must be null
if the page will be added (will be
auto-generated).parentAccessControlListId
- the identifier of the parent of this
page's ACL.propertyBagId
- the identifier for this page's property bag.
Must be null
if the page will be added. (will be
auto-generated).parentPropertyBagId
- the identifier for the parent of this
page's property bag.public String getId()
IFileStructureElement
getId
in interface IFileStructureElement
public String getDirectoryChannelId()
IFileStructureElement
getDirectoryChannelId
in interface IFileStructureElement
public String getStructureFileName()
IFileStructureElement
getStructureFileName
in interface IFileStructureElement
public void setFriendlyId(String friendlyId)
IFileStructureElement
setFriendlyId
in interface IFileStructureElement
friendlyId
- the friendly identifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |