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 Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
IContentContainer.IStatus -
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.base.BaseContentContainer
contentImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionEzsPageContainer(IModule module, com.axemble.easysite.dao.domain.impl.PageImpl pageImpl) -
Method Summary
Modifier 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.BaseContentContainer
delete, 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.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
getActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setLabelMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupport
getURI
-
Constructor Details
-
EzsPageContainer
- Parameters:
module-pageImpl-
-
-
Method Details
-
getDescription
Description copied from interface:IContentContainerGets the description of the container.- Specified by:
getDescriptionin interfaceIContentContainer- Returns:
- a String of the container.
-
setDescription
Description copied from interface:IContentContainerSets the description of the container.- Specified by:
setDescriptionin interfaceIContentContainer- Parameters:
description- the new description to set.
-
getSEO
- Specified by:
getSEOin interfaceISeoSupport
-
setSEO
- Specified by:
setSEOin interfaceISeoSupport
-
getDigest
Description copied from interface:IPageContainerGets the digest of the page container.- Specified by:
getDigestin interfaceIPageContainer- Returns:
- A java.lang.String value.
-
setDigest
Description copied from interface:IPageContainerSets the digest of the page container.- Specified by:
setDigestin interfaceIPageContainer- Parameters:
digest- The digest of the page container to set.
-
getCreatedDate
Description copied from interface:IPageContainerGets the created date.- Specified by:
getCreatedDatein interfaceIPageContainer- Returns:
- a
Dateobject.
-
getModifiedDate
Description copied from interface:IPageContainerGets the modified date.- Specified by:
getModifiedDatein interfaceIPageContainer- Returns:
- a
Dateobject.
-