com.dotmarketing.portlets.templates.model
Class TemplateWrapper

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.beans.WebAsset
          extended by com.dotmarketing.portlets.templates.model.Template
              extended by com.dotmarketing.portlets.templates.model.TemplateWrapper
All Implemented Interfaces:
UUIDable, Permissionable, Treeable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable

public class TemplateWrapper
extends Template

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.portlets.templates.model.Template
TEMPLATE_LAYOUTS_CANONICAL_NAME, THEME_FILES, THEME_FOOTER, THEME_HEADER, THEME_HTML_HEAD, THEME_TEMPLATE, THEMES_PATH
 
Fields inherited from class com.dotmarketing.beans.Inode
identifier, inode, owner
 
Constructor Summary
TemplateWrapper(Template template, java.lang.String hostInode)
           
 
Method Summary
 Host getHost()
           
 void setHost(Host host)
           
 
Methods inherited from class com.dotmarketing.portlets.templates.model.Template
acceptedPermissions, compareTo, getBody, getCountAddContainer, getCountContainers, getDrawedBody, getFooter, getHeadCode, getHeader, getImage, getInode, getParentPermissionable, getSelectedimage, getTheme, getThemeName, getURI, isDrawed, setBody, setCountAddContainer, setCountContainers, setDrawed, setDrawedBody, setFooter, setHeadCode, setHeader, setImage, setInode, setSelectedimage, setTheme, setThemeName
 
Methods inherited from class com.dotmarketing.beans.WebAsset
copy, getFriendlyName, getMap, getModDate, getModUser, getOwner, getPermissionId, getSortOrder, getTitle, getVersionId, getVersionType, isArchived, isDeleted, isLive, isLocked, isShowOnMenu, isWorking, setFriendlyName, setModDate, setModUser, setShowOnMenu, setSortOrder, setTitle
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addChild, addChild, addChild, addParent, addParent, addParent, deleteChild, deleteChild, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getPermissionType, getType, hasChildren, hashCode, hasParents, isNew, isParentPermissionable, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setOwner, setParents, setType, setVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dotmarketing.business.Permissionable
getPermissionType, isParentPermissionable, permissionDependencies, setOwner
 
Methods inherited from interface com.dotmarketing.business.Versionable
setVersionId
 
Methods inherited from interface com.dotmarketing.business.Treeable
getIdentifier, getType
 

Constructor Detail

TemplateWrapper

public TemplateWrapper(Template template,
                       java.lang.String hostInode)
                throws java.lang.IllegalAccessException,
                       java.lang.reflect.InvocationTargetException,
                       DotDataException,
                       DotSecurityException
Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
DotDataException
DotSecurityException
Method Detail

getHost

public Host getHost()

setHost

public void setHost(Host host)


Copyright © 2013 dotCMS Inc. All Rights Reserved.