Uses of Class
com.jalios.jcms.workspace.WSTypeEntry

Packages that use WSTypeEntry
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Uses of WSTypeEntry in com.jalios.jcms
 

Methods in com.jalios.jcms that return WSTypeEntry
 WSTypeEntry Publication.getWSTypeEntry()
          This method return a WSTypeEntry for the current workspace in the current class.
 WSTypeEntry Channel.getWSTypeEntry(Class clazz, Workspace workspace)
          This method is a substitute of old getTypeEntry(Class) or getTypeEntry(String).
 WSTypeEntry Channel.getWSTypeEntry(String className, Workspace workspace)
          This method is a substitute of old getTypeEntry(Class) or getTypeEntry(String).
 WSTypeEntry Publication.getWSTypeEntry(Workspace wrkspc)
          This method return a WSTypeEntry for the given workspace in the current class.
 

Methods in com.jalios.jcms that return types with arguments of type WSTypeEntry
 Set<WSTypeEntry> Group.getWSTypeEntryReferrerSet()
          Returns a set of WSTypeEntry referencing this group.
 Set<WSTypeEntry> Category.getWSTypeEntryReferrerSet()
          Returns a set of WSTypeEntry referencing this category.
 

Methods in com.jalios.jcms with parameters of type WSTypeEntry
protected static TypeTemplateEntry Publication.resolveTypeTemplateEntry(WSTypeEntry wste, String usage, String[] templates)
          Returns TypeTemplateEntry matching given parameters.
 

Uses of WSTypeEntry in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as WSTypeEntry
protected  WSTypeEntry EditPublicationHandler.wste
           
 

Methods in com.jalios.jcms.handler that return WSTypeEntry
 WSTypeEntry EditPublicationHandler.getWSTypeEntry()
           
 

Uses of WSTypeEntry in com.jalios.jcms.workspace
 

Fields in com.jalios.jcms.workspace declared as WSTypeEntry
protected  WSTypeEntry EditWSTypeEntryHandler.typeEntry
           
protected  WSTypeEntry EditWSTypeEntryHandler.workingTypeEntry
           
 

Methods in com.jalios.jcms.workspace that return WSTypeEntry
 WSTypeEntry Workspace.getWSTypeEntry(Class clazz)
          Returns a WSTypeEntry describing custom properties for a given type in a given workspace.
 WSTypeEntry Workspace.getWSTypeEntry(String className)
          Returns a WSTypeEntry describing custom properties for a given type in a given workspace.
 

Methods in com.jalios.jcms.workspace with parameters of type WSTypeEntry
protected  void EditWSTypeEntryHandler.setFields(WSTypeEntry wste)
           
 boolean Workspace.setWSTypeEntry(Class<?> clazz, WSTypeEntry wste)
          Link a WSTypeEntry to a given Class.
 

Constructors in com.jalios.jcms.workspace with parameters of type WSTypeEntry
WSTypeEntry(WSTypeEntry clone)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.