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
contentImpl
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKey
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
ConstructorDescriptionEzsPageContainer
(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()
void
setDescription
(String description) Sets the description of the container.void
Sets the digest of the page container.void
Methods 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, setLabel
Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setId
Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
getActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setLabel
Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
delete
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
Methods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupport
getURI
-
Constructor Details
-
EzsPageContainer
- Parameters:
module
-pageImpl
-
-
-
Method Details
-
getDescription
Description copied from interface:IContentContainer
Gets the description of the container.- Specified by:
getDescription
in interfaceIContentContainer
- Returns:
- a String of the container.
-
setDescription
Description copied from interface:IContentContainer
Sets the description of the container.- Specified by:
setDescription
in interfaceIContentContainer
- Parameters:
description
- the new description to set.
-
getSEO
- Specified by:
getSEO
in interfaceISeoSupport
-
setSEO
- Specified by:
setSEO
in interfaceISeoSupport
-
getDigest
Description copied from interface:IPageContainer
Gets the digest of the page container.- Specified by:
getDigest
in interfaceIPageContainer
- Returns:
- A java.lang.String value.
-
setDigest
Description copied from interface:IPageContainer
Sets the digest of the page container.- Specified by:
setDigest
in interfaceIPageContainer
- Parameters:
digest
- The digest of the page container to set.
-
getCreatedDate
Description copied from interface:IPageContainer
Gets the created date.- Specified by:
getCreatedDate
in interfaceIPageContainer
- Returns:
- a
Date
object.
-
getModifiedDate
Description copied from interface:IPageContainer
Gets the modified date.- Specified by:
getModifiedDate
in interfaceIPageContainer
- Returns:
- a
Date
object.
-