Uses of Class
com.dotmarketing.beans.Host

Packages that use Host
com.dotmarketing.cache   
com.dotmarketing.factories   
com.dotmarketing.menubuilders   
com.dotmarketing.portlets.contentlet.factories   
com.dotmarketing.portlets.files.factories   
com.dotmarketing.portlets.folders.factories   
com.dotmarketing.portlets.htmlpages.factories   
com.dotmarketing.portlets.links.factories   
com.dotmarketing.portlets.templates.factories   
com.dotmarketing.util   
com.dotmarketing.velocity   
com.dotmarketing.viewtools   
 

Uses of Host in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache that return Host
static Host HostCache.getFromCache(java.lang.String key)
           
 

Methods in com.dotmarketing.cache with parameters of type Host
static void HostCache.addToCache(java.lang.String key, Host host)
           
static java.util.List PermissionCache.addToPermissionCache(Host host)
           
static java.lang.String WorkingCache.getPathFromCache(java.lang.String URI, Host host)
           
static java.lang.String LiveCache.getPathFromCache(java.lang.String URI, Host host)
           
static Identifier IdentifierCache.getPathFromIdCache(java.lang.String URI, Host host)
           
static java.util.List PermissionCache.getPermissionsFromCache(Host host)
           
static java.util.List PermissionCache.getPermissionsFromCache(java.lang.String URI, Host host)
           
static java.util.List PermissionCache.getPublishPermissionsFromCache(Host host)
           
static java.util.List PermissionCache.getPublishPermissionsFromCache(java.lang.String URI, Host host)
           
static java.util.List PermissionCache.getReadPermissionsFromCache(Host host)
           
static java.util.List PermissionCache.getReadPermissionsFromCache(java.lang.String URI, Host host)
          It method retrieves a read permissions set of roles for the parent folder of HTMLPages and Files Webassets.
static java.util.List PermissionCache.getRoleNamesWithReadPermissionFromCache(java.lang.String URI, Host host)
           
static java.util.List PermissionCache.getWritePermissionsFromCache(Host host)
           
static java.util.List PermissionCache.getWritePermissionsFromCache(java.lang.String URI, Host host)
           
static void WorkingCache.removeURIFromCache(java.lang.String URI, Host host)
           
static void IdentifierCache.removeURIFromIdCache(java.lang.String URI, Host host)
           
static void PermissionCache.removeURIFromPermissionCache(java.lang.String URI, Host host)
           
static void HostCache.setDefaultHost(Host host)
           
 

Uses of Host in com.dotmarketing.factories
 

Methods in com.dotmarketing.factories that return Host
static Host HostFactory.createDefaultHost()
           
static Host HostFactory.findHostByAliases(java.lang.String serverName)
           
static Host HostFactory.getCurrentHost(RenderRequest req)
           
static Host HostFactory.getCurrentHost(ServletRequest req, boolean isEditMode)
           
static Host HostFactory.getDefaultHost()
           
static Host HostFactory.getHost(long hostId)
           
static Host HostFactory.getHost(java.lang.String hostId)
           
static Host HostFactory.getHostByHostName(java.lang.String hostname)
           
static Host HostFactory.getParentHost(Folder folder)
           
static Host HostFactory.getParentHost(WebAsset asset)
           
 

Methods in com.dotmarketing.factories that return types with arguments of type Host
static java.util.List<Host> HostFactory.getAllHosts()
           
static java.util.List<Host> HostFactory.getAllHostsByUser(User user)
           
 

Methods in com.dotmarketing.factories with parameters of type Host
static java.util.List WebAssetFactory.getAssetsAndPermissionsPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName)
           
static java.util.List WebAssetFactory.getAssetsPerConditionWithPermission(Host host, java.lang.String condition, java.lang.Class c, Role[] roles, int limit, int offset, java.lang.String orderby, long parent)
           
static int WebAssetFactory.getCountAssetsPerConditionWithPermission(Host host, java.lang.String condition, java.lang.Class c, Role[] roles)
           
static int WebAssetFactory.getCountAssetsPerConditionWithPermission(Host host, java.lang.String condition, java.lang.Class c, Role[] roles, long parent)
           
static int IdentifierFactory.getCountIdentifiersPerConditionWithPermission(Host host, java.lang.String condition, java.lang.Class c, Role[] roles)
           
static Identifier IdentifierFactory.getIdentifierByURI(java.lang.String uri, Host host)
           
static java.util.List IdentifierFactory.getIdentifiersPerConditionWithPermission(Host host, java.lang.String condition, java.lang.Class c, Role[] roles, int limit, int offset, java.lang.String orderby)
           
static boolean HostFactory.hostContains(java.lang.String name, Host destination)
           
static void HostFactory.setHostInRequest(ServletRequest req, Host host)
           
 

Uses of Host in com.dotmarketing.menubuilders
 

Methods in com.dotmarketing.menubuilders with parameters of type Host
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, boolean linkFolders, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, boolean linkFolders, java.lang.String imagePrefix, java.lang.String imageSuffix, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, java.lang.String ulClassName, boolean linkFolders, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, java.lang.String ulClassName, boolean linkFolders, java.lang.String imagePrefix, java.lang.String imageSuffix, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, java.lang.String ulClassName, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, java.lang.String imagePrefix, java.lang.String imageSuffix, int numberOfLevels)
           
 java.lang.String StaticMenuBuilder.createMenu(java.lang.String path, java.lang.String pagePath, Host host, java.lang.String divName, java.lang.String ulClassName, java.lang.String imagePrefix, java.lang.String imageSuffix, int numberOfLevels)
           
 

Uses of Host in com.dotmarketing.portlets.contentlet.factories
 

Methods in com.dotmarketing.portlets.contentlet.factories with parameters of type Host
static java.util.List ContentletFactory.getAssetsAndPermissionsPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, java.lang.Class assetsClass, java.lang.String tableName)
           
static java.util.List ContentletFactory.getContentletsPerRole(Host host, Role[] roles)
           
static java.util.List ContentletFactory.getContentletsPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition)
           
 

Uses of Host in com.dotmarketing.portlets.files.factories
 

Methods in com.dotmarketing.portlets.files.factories with parameters of type Host
static File FileFactory.getFileByURI(java.lang.String uri, Host host, boolean live)
           
static java.util.List FileFactory.getFilesPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition)
           
 

Uses of Host in com.dotmarketing.portlets.folders.factories
 

Methods in com.dotmarketing.portlets.folders.factories with parameters of type Host
static void FolderFactory.copyFolder(Folder folder, Host destination)
           
static Folder FolderFactory.createFolders(java.lang.String path, Host host, ActionRequest req)
           
static Folder FolderFactory.getFolderByPath(java.lang.String path, Host host)
           
static boolean FolderFactory.moveFolder(Folder folder, Host destination)
           
 

Uses of Host in com.dotmarketing.portlets.htmlpages.factories
 

Methods in com.dotmarketing.portlets.htmlpages.factories with parameters of type Host
static java.util.List HTMLPageFactory.getHTMLPagesAndPermissionsPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition, int limit, int offset, java.lang.String orderby, long template)
           
static java.util.List HTMLPageFactory.getHTMLPagesPerRole(Host host, Role[] roles)
           
static java.util.List HTMLPageFactory.getHTMLPagesPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition)
           
static HTMLPage HTMLPageFactory.getLiveHTMLPageByPath(java.lang.String path, Host host)
           
static HTMLPage HTMLPageFactory.getWorkingHTMLPageByPath(java.lang.String path, Host host)
           
 

Uses of Host in com.dotmarketing.portlets.links.factories
 

Methods in com.dotmarketing.portlets.links.factories with parameters of type Host
static java.util.List LinkFactory.getLinksPerRole(Host host, Role[] roles)
           
static java.util.List LinkFactory.getLinksPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition)
           
 

Uses of Host in com.dotmarketing.portlets.templates.factories
 

Methods in com.dotmarketing.portlets.templates.factories with parameters of type Host
static java.util.List TemplateFactory.getTemplatesPerRole(Host host, Role[] roles)
           
static java.util.List TemplateFactory.getTemplatesPerRoleAndCondition(Host host, Role[] roles, java.lang.String condition)
           
 

Uses of Host in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type Host
static Folder UtilMethods.getParentFolder(java.lang.String childPath, Host host)
           
static boolean UtilMethods.isUrlLive(java.lang.String url, Host host)
           
static boolean UtilMethods.isUrlPreview(java.lang.String url, Host host)
           
 

Uses of Host in com.dotmarketing.velocity
 

Methods in com.dotmarketing.velocity with parameters of type Host
 void VelocityServlet.getContext(Context context, HTMLPage htmlPage, long cmsTemplateInode, java.lang.String idURI, HttpServletRequest request, boolean ADMIN_MODE, boolean EDIT_MODE, Host host)
           
 

Uses of Host in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools with parameters of type Host
 java.util.List BannersWebAPI.getBannerList(java.lang.String path, java.lang.String placement, Host host)
           
 java.util.List DotCMSMacroWebAPI.getPhotoGalleryFolderImages(java.lang.String folderPath, Host host)
           
 java.util.List DotCMSMacroWebAPI.getPhotoGalleryIndexImages(java.lang.String indexFolderPath, Host host)
           
 Banner BannersWebAPI.getRandomBanner(java.lang.String path, java.lang.String placement, Host host)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.