Package com.axemble.vdoc.sdk.impl
Class EzsBlockTemplateContainer
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.EzsBlockTemplateContainer
- All Implemented Interfaces:
IBlockTemplateContainer
,IContentContainer
,IElement
,IDeletionSupport
,IProtocolSupport
,ISecuritySupport
,IUriSupport
,Serializable
public class EzsBlockTemplateContainer
extends com.axemble.vdoc.sdk.impl.base.BaseContentContainer
implements IBlockTemplateContainer
- Author:
- vlygeros
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IBlockTemplateContainer
IBlockTemplateContainer.IType
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
ConstructorDescriptionEzsBlockTemplateContainer
(IModule module, com.axemble.easysite.dao.domain.impl.TemplateImpl templateImpl) -
Method Summary
Modifier and TypeMethodDescriptionGets the description of the container.getType()
void
setCssClasses
(Properties properties) void
setDescription
(String description) Sets the description of the 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
-
EzsBlockTemplateContainer
public EzsBlockTemplateContainer(IModule module, com.axemble.easysite.dao.domain.impl.TemplateImpl templateImpl) - Parameters:
module
-templateImpl
-
-
-
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.
-
getType
- Specified by:
getType
in interfaceIBlockTemplateContainer
- Returns:
- the type
-
setType
- Specified by:
setType
in interfaceIBlockTemplateContainer
- Parameters:
type
- the type to set
-
getCssClasses
- Specified by:
getCssClasses
in interfaceIBlockTemplateContainer
- Returns:
- the cssClassList
-
setCssClasses
- Specified by:
setCssClasses
in interfaceIBlockTemplateContainer
- Parameters:
cssClassList
- the cssClassList to set
-