Package com.axemble.vdoc.sdk.impl
Class EzsPageContainer
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.base.BaseContentContainer
com.axemble.vdoc.sdk.impl.EzsPageContainer
- All Implemented Interfaces:
- IContentContainer,- IElement,- IPageContainer,- IDeletionSupport,- IProtocolSupport,- ISecuritySupport,- ISeoSupport,- IUriSupport,- Serializable
public class EzsPageContainer
extends com.axemble.vdoc.sdk.impl.base.BaseContentContainer
implements IPageContainer
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainerIContentContainer.IStatus
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.base.BaseContentContainercontentImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionEzsPageContainer(IModule module, com.axemble.easysite.dao.domain.impl.PageImpl pageImpl) 
- 
Method SummaryModifier and TypeMethodDescriptionGets the created date.Gets the description of the container.Gets the digest of the page container.Gets the modified date.getSEO()voidsetDescription(String description) Sets the description of the container.voidSets the digest of the page container.voidMethods inherited from class com.axemble.vdoc.sdk.impl.base.BaseContentContainerdelete, getActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getNativeObject, getSite, getStatus, getURI, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, save, setActive, setLabelMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainergetActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setLabelMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupportgetURI
- 
Constructor Details- 
EzsPageContainer- Parameters:
- module-
- pageImpl-
 
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:IContentContainerGets the description of the container.- Specified by:
- getDescriptionin interface- IContentContainer
- Returns:
- a String of the container.
 
- 
setDescriptionDescription copied from interface:IContentContainerSets the description of the container.- Specified by:
- setDescriptionin interface- IContentContainer
- Parameters:
- description- the new description to set.
 
- 
getSEO- Specified by:
- getSEOin interface- ISeoSupport
 
- 
setSEO- Specified by:
- setSEOin interface- ISeoSupport
 
- 
getDigestDescription copied from interface:IPageContainerGets the digest of the page container.- Specified by:
- getDigestin interface- IPageContainer
- Returns:
- A java.lang.String value.
 
- 
setDigestDescription copied from interface:IPageContainerSets the digest of the page container.- Specified by:
- setDigestin interface- IPageContainer
- Parameters:
- digest- The digest of the page container to set.
 
- 
getCreatedDateDescription copied from interface:IPageContainerGets the created date.- Specified by:
- getCreatedDatein interface- IPageContainer
- Returns:
- a Dateobject.
 
- 
getModifiedDateDescription copied from interface:IPageContainerGets the modified date.- Specified by:
- getModifiedDatein interface- IPageContainer
- Returns:
- a Dateobject.
 
 
-