Uses of Class
com.jalios.jcms.Data

Packages that use Data
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.ajax   
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean. 
com.jalios.jcms.db   
com.jalios.jcms.extradbdata   
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.mashup   
com.jalios.jcms.media Contains all the classes to provide the Media Browser. 
com.jalios.jcms.policy   
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.rest   
com.jalios.jcms.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.servlet Contains JCMS servlet classes. 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
com.jalios.jcms.stat.beautifier Contains classes that beautify Statistics results. 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jcms.test   
com.jalios.jcms.tracking   
com.jalios.jcms.upload   
com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JCMS. 
com.jalios.jcms.workspace Contains classes about workspace features. 
com.jalios.jcmsplugin.bookmarks   
com.jalios.jcmsplugin.collaborativespace   
com.jalios.jcmsplugin.dbcomment   
com.jalios.jcmsplugin.dbforum   
com.jalios.jcmsplugin.dbpoll   
com.jalios.jcmsplugin.devtools   
com.jalios.jcmsplugin.jstoreforum Contains all the abstract classes and some listener used by forum in JCMS. 
com.jalios.jcmsplugin.od   
com.jalios.jcmsplugin.podcast   
com.jalios.jcmsplugin.qrcode   
com.jalios.jcmsplugin.toppublications   
com.jalios.jcmsplugin.virtualdesktop   
com.jalios.jcmsplugin.wiki   
 

Uses of Data in com.jalios.jcms
 

Subclasses of Data in com.jalios.jcms
 class AbstractReview
           
 class Category
          A Category object is a node of the category tree.
 class CategoryRight
          This class represents the rights of a Member on a set of category roots.
 class Content
          Content is a tagging abstract class which a type implements to indicates it is an editorial publication.
 class DataExtension
          This class contains extra fields for a given Data object.
 class DataRight
          This class represents the rights of a member on a Data object.
 class FileDocument
           
 class Form
          Form is the mother class of all form types.
 class Group
          A Group object is referenced by a set of Member instances.
 class Member
          A Member object contains a set of information about a JCMS referenced user.
 class Notification
           
 class NotificationCriteria
           
 class Publication
          This abstract class is the super class of all the Publication classes.
 class UserContent
          UserContent is a tagging abstract class which a type implements to indicates it is a user content.
 class WFNote
          This class represents a small note about a state change in the workflow.
 

Fields in com.jalios.jcms declared as Data
protected  Data DataExtension.extendedData
           
 

Fields in com.jalios.jcms with type parameters of type Data
protected  Map<Class<? extends Data>,Set<Data>> Channel.class2dataSet
           
protected  Map<Class<? extends Data>,Set<Data>> Channel.class2dataSet
           
protected  TreeMap<Data,ControllerStatus> Channel.dataIntegrityReport
           
 

Methods in com.jalios.jcms with type parameters of type Data
protected
<K extends Data,T>
boolean
AbstractIndexManager.addIndexWithSet(Map<K,Set<T>> index, K key, T value)
          Associates the given value to the given key in the given index.
protected
<K extends Data,V>
void
AbstractIndexManager.clearIndex(Map<K,V> index, K key)
          Remove the map at the given key in the given index.
static
<T extends Data>
String
JcmsUtil.dataListToString(Collection<T> list, String delim)
          Convert a Collection of Data into a String composed by id, separated by the specified delimiter.
<T extends Data>
T
Channel.getData(Class<T> clazz, String id)
          Returns a data from its id.
<T extends Data>
ArrayList<T>
Channel.getDataList(String[] ids, boolean ignoreNull, Class<T> clazz)
          Returns the data corresponding to the given array of data ids.
protected
<K extends Data,X,Y>
Map<X,Y>
AbstractIndexManager.getIndexWithMap(Map<K,Map<X,Y>> index, K key)
          Returns the map associated to the given key in the given index.
protected
<K extends Data,X,Y>
Y
AbstractIndexManager.getIndexWithMap(Map<K,Map<X,Y>> index, K key, X name)
          Returns the value associated to the given name for the given key in the given index.
protected
<K extends Data,T>
Set<T>
AbstractIndexManager.getIndexWithSet(Map<K,Set<T>> index, K key)
          Returns the set associated to the given key in the given index.
protected
<K extends Data,X,Y>
void
AbstractIndexManager.putIndexWithMap(Map<K,Map<X,Y>> index, K key, X name, Y value)
          Associates the given value to the given name at the given key in the given index.
protected
<K extends Data,X,Y>
Y
AbstractIndexManager.removeIndexWithMap(Map<K,Map<X,Y>> index, K key, X name)
          Remove the given name at the given key in the given index.
protected
<K extends Data,T>
boolean
AbstractIndexManager.removeIndexWithSet(Map<K,Set<T>> index, K key, T value)
          Removes the given value for the given key in the given index.
protected
<K extends Data,T>
void
AbstractIndexManager.setIndexWithSet(Map<K,Set<T>> index, K key, Set<T> set)
          Associates the given set to the given key in the given index.
static
<T extends Data>
List<T>
JcmsUtil.stringToDataList(String str, String delim, Class<T> clazz)
          Convert a String of Data ids into a List of Data.
 

Methods in com.jalios.jcms that return Data
 Data Channel.getData(String id)
          Returns a data from its id
 Data DataExtension.getExtendedData()
          Get the value of extendedData.
static Data[] JcmsUtil.getUpdatedData(Data[] old, Map dataMap)
          Convert an old array of Data to a new array of data using a Map
 Data Data.getUpdateInstance()
          Returns an instance of this object to update it.
static Data[] JcmsUtil.stringArrayToDataArray(String[] ids)
          Convert a Data[] to a String[] composed by id
 

Methods in com.jalios.jcms that return types with arguments of type Data
 TreeSet<Data> Channel.getAllDataSet()
          Returns all the data of this site in a new TreeSet.
 Map<Data,ControllerStatus> Channel.getDataIntegrityReport(boolean refresh)
          Checks the integrity constraints of all the data in the store.
 ArrayList<Data> Channel.getDataList(String[] ids)
          Returns the instances associated to an array of ids.
 TreeSet<Data> Channel.getFileIndexedDataSet(String filename)
          Returns the set of data bound to the given filename.
 TreeMap<Data,Map<Class<?>,Map<String,TreeSet<Data>>>> LinkIndexManager.getIndex()
           
 TreeMap<Data,Map<Class<?>,Map<String,TreeSet<Data>>>> LinkIndexManager.getIndex()
           
 HashMap<String,TreeSet<Data>> FileIndexManager.getIndex()
           
 TreeSet<Data> FileIndexManager.getIndexedDataSet(String filename)
           
static List<Data> JcmsUtil.stringToDataList(String str, String delim)
          Convert a String of Data ids into a List of Data.
 

Methods in com.jalios.jcms with parameters of type Data
 void AbstractLinkIndexListener.add(Data src, Collection coll, String field)
           
 void AbstractLinkIndexListener.add(Data src, Data[] array, String field)
           
 void AbstractLinkIndexListener.add(Data src, Data[] array, String field)
           
 void AbstractLinkIndexListener.add(Data src, Data tgt, String field)
           
 void AbstractLinkIndexListener.add(Data src, Map mlMap, String field)
           
 void AbstractFileIndexListener.add(String filename, Data data)
           
static void JcmsUtil.addData(TreeSet set, Class clazz, Data data)
          This methods adds the given data to the given set if this data is an instance of the given class.
static void JcmsUtil.addData(TreeSet set, Class clazz, Data[] array)
          This methods adds data from an array to the given set if the data is an instance of the given class.
 void DataController.afterWrite(Data data, int op, Member mbr, Map context)
          This method is called once the write operation has been performed.
 void BasicDataController.afterWrite(Data data, int op, Member mbr, Map context)
          This method is called once the write operation has been performed.
 void DataController.beforeWrite(Data data, int op, Member mbr, Map context)
          This method is called before the write operation is performed.
 void BasicDataController.beforeWrite(Data data, int op, Member mbr, Map context)
          This method is called before the write operation is performed.
 boolean Member.canDeleteOther(Data data)
           
 boolean DataRight.canDeleteOther(Data d)
           
 boolean CategoryRight.canDeleteOther(Data data)
           
 boolean Member.canPublish(Data data)
          Convenient method
 boolean DataRight.canPublish(Data d)
           
 boolean CategoryRight.canPublish(Data data)
           
 boolean Member.canUpdateOther(Data data)
           
 boolean DataRight.canUpdateOther(Data d)
           
 boolean CategoryRight.canUpdateOther(Data data)
           
 ControllerStatus DataController.checkIntegrity(Data data)
          Checks if the given data respects constraints integrity
 ControllerStatus BasicDataController.checkIntegrity(Data data)
          Checks if the given data respects constraints integrity
 ControllerStatus DataController.checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, Map context)
          Checks if the given write operation can be performed
 ControllerStatus BasicDataController.checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, Map context)
          Checks if the given write operation can be performed
 void Channel.createData(Data data, Member opAuthor)
          Creates a data in the store.
static String[] JcmsUtil.dataArrayToNameArray(Data[] datas, String lang)
          Convert a Data[] to a String[] composed of their name (label, title, name, ...)
static String[] JcmsUtil.dataArrayToStringArray(Data[] datas)
          Convert a Data[] to a String[] composed by id
 void Channel.deleteData(Data data, Member opAuthor)
          Delete a data in the store.
static String JcmsUtil.getAbsDisplayUrlWithUpdatedParams(Data data, Locale locale, javax.servlet.http.HttpServletRequest request, String[] names, String[] newValues, String[] removePatterns, boolean escapeAmpersand)
          Return the absolute URL to access the given data in the front office, while updating/adding or removing a set of parameters.
 boolean TypeFieldEntry.getBoolean(Data data)
          Gets the value of this boolean field for the given Data.
 TreeSet TypeFieldEntry.getCategory(Data data, Member mbr)
          Gets the value of the given Category field name for the given Data.
static String DescriptiveURLs.getDescriptiveURL(Data data, Locale locale)
          Retrieve an descriptive URL for the given Data in the given language.
static String DescriptiveURLs.getDescriptiveURLText(Data data, Locale locale)
          Returns the textual part of a descriptive URL built for the given Data.
static String JcmsUtil.getDisplayUrl(Data data, Locale locale)
          Return the URL to access the given data in the front office.
static String JcmsUtil.getDisplayUrl(Data data, Locale locale, String params, boolean escapeAmpersand)
          Return the URL to access the given data in the front office with the added given param string.
static String JcmsUtil.getDisplayUrlWithAddedParam(Data data, Locale locale, javax.servlet.http.HttpServletRequest request, String name, String value, boolean escapeAmpersand)
          Return the URL to access the given data in the front office, while adding the given parameter.
static String JcmsUtil.getDisplayUrlWithUpdatedParams(Data data, Locale locale, javax.servlet.http.HttpServletRequest request, String[] names, String[] newValues, String[] removePatterns, boolean escapeAmpersand)
          Return the URL to access the given data in the front office, while updating/adding or removing a set of parameters.
 double TypeFieldEntry.getDouble(Data data)
          Gets the value of this double field for the given Data.
 Object DataIndexManager.getExtraInfo(Data data, String key)
          Returns the ExtraInfo which is associated to the given key for the given data.
 Map<String,Object> DataIndexManager.getExtraInfoMap(Data data)
          Returns the ExtraInfo Map which is associated to the given data.
static String JcmsUtil.getFieldLangAttributes(Data data, String fieldName, String userLang)
          Compute the real language used for the given field and retrieve the html language attributes to use for the this language.
 String TypeFieldEntry.getFieldValueAsString(Data data, String lang)
          Gets value of the field as String for field of the following type: int long double boolean String
 String[] TypeFieldEntry.getFieldValueAsStringArray(Data data, String lang)
          Gets value of the field as String[] for field of the following type: int[] long[] double[] boolean[] String[]
static String JcmsUtil.getId(Data data)
          This convenient method return the id of the given data.
<T> TreeSet<T>
LinkIndexManager.getIndexedDataSet(Data data, Class<T> clazz)
          Returns the Set of clazz instances referring this data (whatever the field they used for this reference)
<T> TreeSet<T>
LinkIndexManager.getIndexedDataSet(Data data, Class<T> clazz, String field)
          Returns the Set of clazz instances referring this data with the given field.
 int TypeFieldEntry.getInt(Data data)
          Gets the value of this int field for the given Data.
 int LinkIndexManager.getLinkCount(Data data)
           
 int Channel.getLinkCount(Data data)
          Returns the number of instances of Data referring the given Data
<T> TreeSet<T>
Channel.getLinkIndexedDataSet(Data data, Class<T> clazz)
          Returns the Set of Data of the given Class, referring the given data.
<T> TreeSet<T>
Channel.getLinkIndexedDataSet(Data data, Class<T> clazz, String field)
          Returns the Set of Data of the given Class, referring the given data with the given field.
 long TypeFieldEntry.getLong(Data data)
          Gets the value of this long field for the given Data.
 Object TypeFieldEntry.getObject(Data data)
          Gets the value of this Object field for the given Data.
 Object TypeFieldEntry.getObject(Data data, String lang)
          Gets the value of this Object field for the given Data.
 DataRight Member.getRight(Data data)
           
static String ResourceHelper.getSpecificEdit(Data data)
          Gives the JSP really used when a call to edit.jsp is done.
 String Channel.getTypeFieldLabel(Data data, String fieldName)
          Returns the localized label of the given field of the given data.
 String Channel.getTypeFieldLabel(Data data, String fieldName, String lang)
          Returns the localized label of the given field of the given data.
static Data[] JcmsUtil.getUpdatedData(Data[] old, Map dataMap)
          Convert an old array of Data to a new array of data using a Map
 String Channel.getUsedLanguage(Data data, String fieldName, String lang)
          Retrieve the language code really used if the field of the given publication is requested in the given language.
 List<? extends Storable> Channel.getVersionList(Data data)
          Get all the version of a given Data.
 String Channel.getVirtualID(Data data)
          Returns the virtual ID bound to the given data (or null if it does not exist).
protected  boolean Member.internalCanDeleteOther(Data data)
           
protected  boolean Member.internalCanUpdateOther(Data data)
           
 boolean Channel.isRegistered(Data data)
          Checks if the given data is still registered in the Store.
 boolean ReverseDataSelector.isSelected(Data data)
          Returns the reverse value of the encapsulated DataSelector.
 boolean QueryManager.QueryPublicationSelector.isSelected(Data data)
           
 boolean Publication.AuthorizedSelector.isSelected(Data data)
           
 boolean Publication.CanWorkOnSelector.isSelected(Data data)
           
 boolean Publication.WorkspaceSelector.isSelected(Data data)
           
 boolean Publication.WorkspaceAuthorSelector.isSelected(Data data)
           
 boolean Publication.VisibleStateSelector.isSelected(Data data)
           
 boolean Publication.PstatusSelector.isSelected(Data data)
           
 boolean Publication.PdateSelector.isSelected(Data data)
           
 boolean Publication.SdateSelector.isSelected(Data data)
           
 boolean Publication.EdateSelector.isSelected(Data data)
           
 boolean Publication.AdateSelector.isSelected(Data data)
           
 boolean Publication.UdateSelector.isSelected(Data data)
           
 boolean Publication.TrackedSelector.isSelected(Data data)
           
 boolean Publication.AudienceRightSelector.isSelected(Data data)
           
 boolean Publication.ReadRightSelector.isSelected(Data data)
           
 boolean Publication.UserContentSelector.isSelected(Data data)
           
 boolean OrDataSelector.isSelected(Data data)
          Returns true if one of the DataSelector returns true.
 boolean Member.TextSelector.isSelected(Data data)
           
 boolean Member.ValidEmailSelector.isSelected(Data data)
           
 boolean Member.WorkerSelector.isSelected(Data data)
           
 boolean Member.NewsletterSelector.isSelected(Data data)
           
 boolean Member.NotificationPeriodSelector.isSelected(Data data)
           
 boolean Group.WorkspaceSelector.isSelected(Data data)
           
 boolean Group.NameSelector.isSelected(Data data)
           
 boolean Group.ParentSelector.isSelected(Data data)
           
 boolean Group.NotificationPeriodSelector.isSelected(Data data)
           
 boolean Form.SubmitMemberSelector.isSelected(Data data)
           
 boolean FileDocument.ContentTypeSelector.isSelected(Data data)
           
 boolean FileDocument.SizeSelector.isSelected(Data data)
           
 boolean FileDocument.HiddenSelector.isSelected(Data data)
           
 boolean FileDocument.MediaTypeSelector.isSelected(Data data)
           
 boolean FileDocument.StrongLockSelector.isSelected(Data data)
           
 boolean DataSelector.isSelected(Data data)
          Evaluates if a data must be selected or not.
 boolean Data.CdateSelector.isSelected(Data data)
           
 boolean Data.MdateSelector.isSelected(Data data)
           
 boolean Data.ImportSelector.isSelected(Data data)
           
 boolean Data.DeletableSelector.isSelected(Data data)
           
 boolean Data.AuthorSelector.isSelected(Data data)
           
 boolean ClassDataSelector.isSelected(Data data)
           
 boolean Category.AuthorizedSelector.isSelected(Data data)
           
 boolean Category.NameSelector.isSelected(Data data)
           
 boolean AndDataSelector.isSelected(Data data)
          Returns true if all the DataSelector returns true.
static boolean JcmsUtil.isStored(Data data)
          Check if the given data is not null and stored
 Object DataIndexManager.putExtraInfo(Data data, String key, Object value)
          Associates the given ExtraInfo for the given data.
 void AbstractLinkIndexListener.remove(Data src, Collection coll, String field)
           
 void AbstractLinkIndexListener.remove(Data src, Data[] array, String field)
           
 void AbstractLinkIndexListener.remove(Data src, Data[] array, String field)
           
 void AbstractLinkIndexListener.remove(Data src, Data tgt, String field)
           
 void AbstractLinkIndexListener.remove(Data src, Map mlMap, String field)
           
 void AbstractFileIndexListener.remove(Data data, String filename)
           
 Object DataIndexManager.removeExtraInfo(Data data, String key)
          Removes the mapping for this key from this map if it is present.
 void DataExtension.setExtendedData(Data v)
          Set the value of extendedData.
protected  void Channel.updateClass2DataSet(Data data, boolean add)
          This methods is called by a DataListener when a Data is updated or created to update the map which link Class to Set of Data.
 void Channel.updateData(Data updated, Member opAuthor)
          Updates a data in the store.
 

Method parameters in com.jalios.jcms with type arguments of type Data
static void JcmsUtil.exportCSV(Set<? extends Data> dataSet, String lang, Writer writer)
          Export a dataSet to CSV
static void JcmsUtil.exportCSVIntegrityReport(Map<Data,ControllerStatus> report, String lang, Writer writer)
          Export a Data Integrity Report to CSV
 long Channel.getDataCount(Class<? extends Data> clazz)
          Returns the number of data available for the given class.
static TreeMap<String,String> Data.getNewDefaultExtraDataMap(Class<? extends Data> clazz, boolean shortKey)
          Returns a TreeMap representing the Extra Data description and default value.
static TreeMap<String,String> Data.getNewDefaultExtraDataMap(Class<? extends Data> clazz, String suffix, boolean shortKey)
          Returns a TreeMap representing the Extra Data description and default value.
static TreeMap<String,String> Data.getNewDefaultExtraDataMap(Class<? extends Data> clazz, String suffix, boolean shortKey, boolean useSuperClasses)
          Returns a TreeMap representing the Extra Data description and default value.
static TreeMap<String,String> Data.getNewDefaultExtraDBDataMap(Class<? extends Data> clazz, boolean shortKey)
          Returns a TreeMap representing the Extra Data description and default value.
static TreeMap<String,String> Data.getNewDefaultExtraDBDataMap(Class<? extends Data> clazz, String suffix, boolean shortKey)
          Returns a TreeMap representing the Extra Data description and default value.
static TreeMap<String,String> Data.getNewDefaultExtraDBDataMap(Class<? extends Data> clazz, String suffix, boolean shortKey, boolean useSuperClasses)
          Returns a TreeMap representing the Extra Data description and default value.
static TypeTemplateEntry Publication.getTemplateEntry(String usage, boolean devModeChecks, Class<? extends Data> clazz, Workspace ws)
          Returns the TypeTemplateEntry matching the given parameters.
protected  void Publication.removeDataSet(Member opAuthor, Set<? extends Data> dataSet)
          Remove all the data of the given data set
 

Constructors in com.jalios.jcms with parameters of type Data
Data(Data other)
           
 

Uses of Data in com.jalios.jcms.ajax
 

Methods in com.jalios.jcms.ajax with parameters of type Data
protected  int PortletCtxMenu.addAddMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addCacheMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addCaddyMenu(StringBuffer sb, Data data)
           
protected  int MemberCtxMenu.addCaddyMenu(StringBuffer sb, Data data)
           
protected  int AbstractCtxMenu.addCaddyMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addCustomMenu(StringBuffer sb, Data data)
           
protected  int MemberCtxMenu.addDeleteMenu(StringBuffer sb, Data data)
           
protected  int AbstractCtxMenu.addDeleteMenu(StringBuffer sb, Data data, String workspaceFilter, boolean isEnabled)
           
protected  int PortletCtxMenu.addEditMenu(StringBuffer sb, Data data)
           
protected  int MemberCtxMenu.addEditMenu(StringBuffer sb, Data data)
           
protected  int PublicationCtxMenu.addEditMenu(StringBuffer sb, Data pub, boolean popup)
           
protected  int AbstractCtxMenu.addEditMenu(StringBuffer sb, Data data, boolean isEnabled, boolean popup)
           
protected  int PortletCtxMenu.addRefreshMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addRemoveMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addShiftMenu(StringBuffer sb, Data data)
           
protected  int PortletCtxMenu.addTemplateMenu(StringBuffer sb, Data data)
           
protected  int CategoryCtxMenu.addViewPortalMenu(StringBuffer sb, Data data)
           
 

Uses of Data in com.jalios.jcms.caddy
 

Fields in com.jalios.jcms.caddy with type parameters of type Data
protected  Class<? extends Data> CaddyPopupHandler.dataClass
           
protected  HashSet<Data> CaddyPopupHandler.dataSet
           
 

Methods in com.jalios.jcms.caddy that return types with arguments of type Data
 Class<? extends Data> CaddyPopupHandler.getDataClass()
           
 ArrayList<? extends Data> Caddy.getList(Class<? extends Data> clazz)
           
 

Methods in com.jalios.jcms.caddy with parameters of type Data
 boolean Caddy.add(Data data)
          Add given data to this caddy.
 boolean Caddy.contains(Data data)
          Check if the given Data is in the caddy.
protected  boolean AbstractCaddyManagerHandler.deleteDataExtension(Data data, HashMap controllerContext)
          Delete the data extension of the given data, if asked.
protected  boolean AbstractCaddyManagerHandler.processMultipleStatus(Data data, ControllerStatus status)
          Process the ControllerStatus: do nothing if OK, or send on forbidden, or accumulate warning message with the previous ones in the request.
 boolean Caddy.remove(Data data)
          Remove the given data from this caddy.
 

Method parameters in com.jalios.jcms.caddy with type arguments of type Data
 boolean Caddy.addAll(Collection<? extends Data> coll)
          Add given Collection of data to this caddy.
 boolean Caddy.canManage(Class<? extends Data> clazz, Member loggedMember)
          Checks if the specified member is allowed to manage at least one Data in the Caddy.
 ArrayList<? extends Data> Caddy.getList(Class<? extends Data> clazz)
           
 boolean Caddy.removeAll(Collection<? extends Data> coll)
          Remove given Collection of data from this caddy.
 

Uses of Data in com.jalios.jcms.calendar
 

Subclasses of Data in com.jalios.jcms.calendar
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 

Methods in com.jalios.jcms.calendar with parameters of type Data
 boolean AbstractCalendarEvent.CalendarEventDateSelector.isSelected(Data data)
           
 boolean AbstractCalendarEvent.CalendarEventAttendeeSelector.isSelected(Data data)
           
 

Uses of Data in com.jalios.jcms.context
 

Methods in com.jalios.jcms.context with parameters of type Data
 void JcmsContext.sendRedirect(Data data)
          Redirect to the given data (eg a publication, a category, ...)
 

Uses of Data in com.jalios.jcms.db
 

Methods in com.jalios.jcms.db that return Data
 Data DBEventLog.getData()
           
static Data HibernateUtil.getData(String id)
          Retrieves the Data bound to the specified jcms id from the database.
 

Methods in com.jalios.jcms.db with parameters of type Data
protected  void AbstractJcms5DataLoader.processData(Data data, String[] array)
           
static void HibernateUtil.save(Data data)
          Saves or updates the specified Data in the database.
 void DBEventLog.setData(Data data)
           
 

Constructors in com.jalios.jcms.db with parameters of type Data
DBEventLog(String urid, int op, Data data)
           
 

Uses of Data in com.jalios.jcms.extradbdata
 

Methods in com.jalios.jcms.extradbdata that return Data
 Data ExtraDBData.getData()
           
 

Methods in com.jalios.jcms.extradbdata with parameters of type Data
static ExtraDBData ExtraDBDataManager.getExtraDBData(Data data, String name)
          Retrieve the ExtraDBData instance for the specified Data and name.
static List<ExtraDBData> ExtraDBDataManager.getExtraDBDataList(Data data)
          Retrieve all ExtraDBData for the specified Data.
static Map<String,String> ExtraDBDataManager.getExtraDBDataMap(Data data)
          Retrieve all the extradbdata values for the specified Data.
static String ExtraDBDataManager.getExtraDBDataValue(Data data, String name)
          Retrieve the extradbdata value for the specified Data and name.
static int ExtraDBDataManager.removeAllExtraDBData(Data data)
          Delete all ExtraDBData for the specified Data.
static String ExtraDBDataManager.saveExtraDBData(Data data, String name, String value)
          Save, update or remove the specified extradbdata value for the specified Data and name.
static void ExtraDBDataManager.saveExtraDBDataMap(Data data, Map<String,String> extraDBDataMap, boolean replace)
          Save, update or remove the specified extradbdatas values for the specified Data.
 void ExtraDBData.setData(Data data)
           
 

Constructors in com.jalios.jcms.extradbdata with parameters of type Data
ExtraDBData(Data data, String name, String value)
           
 

Uses of Data in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as Data
protected  Data EditExtraDataHandler.data
           
protected  Data EditExtraDataHandler.workingData
           
 

Methods in com.jalios.jcms.handler that return Data
 Data EditDataHandler.getAvailableData(Data data, Data dataField, Data field, Map mlMap, String lang)
          Generic method to get available ML field for a given data in a given language.
 Data[] EditDataHandler.getAvailableDataArray(Data data, Data[] dataField, Data[] field, Map mlMap, String lang)
          Generic method to get available ML field for a given array of data in a given language.
protected  Data EditDataHandler.processDataId(String fieldName, String dataId, Class clazz)
          Computes given dataid, trim and retrieve associated data.
 Data EditDataHandler.processMLData(String fieldName, Class clazz, String[] values, Map mlMap)
          Process the given ML values (data ids)
 Data[] EditDataHandler.processMLDataArray(String fieldName, Class clazz, String[] values, Map mlMap)
          Process the given ML values (data ids)
 

Methods in com.jalios.jcms.handler that return types with arguments of type Data
 Class<? extends Data> EditPublicationHandler.getDataClass()
           
 

Methods in com.jalios.jcms.handler with parameters of type Data
 Data EditDataHandler.getAvailableData(Data data, Data dataField, Data field, Map mlMap, String lang)
          Generic method to get available ML field for a given data in a given language.
 Data[] EditDataHandler.getAvailableDataArray(Data data, Data[] dataField, Data[] field, Map mlMap, String lang)
          Generic method to get available ML field for a given array of data in a given language.
 Data[] EditDataHandler.getAvailableDataArray(Data data, Data[] dataField, Data[] field, Map mlMap, String lang)
          Generic method to get available ML field for a given array of data in a given language.
 Data[] EditDataHandler.getAvailableDataArray(Data data, Data[] dataField, Data[] field, Map mlMap, String lang)
          Generic method to get available ML field for a given array of data in a given language.
 void EditTypeExtensionHandler.setExtendedData(Data extendedData)
          Called by the Edit[Data]Handler when validating create or update.
 void EditDataHandler.setFields(Data data)
          Set the common (Data) fields.
static void SyncLdapHandler.updateLdapGroupSyncProgressInformation(int action, Data data)
          This methods adds information regarding the current LDAP synchronization progress to the session.
protected  boolean EditDataHandler.validateCreateExtension(Data extendedData)
           
protected  boolean EditDataHandler.validateUpdateExtension(DataExtension extension, Data extendedData)
           
protected  boolean EditDataHandler.validateUploadedFileDocument(Data[] datas, Member author, Workspace ws)
          Performs create on given array of data if it is a FileDocument that have just been uploaded.
protected  boolean EditDataHandler.validateUploadedFileDocument(Data data, Member author, Workspace ws)
          Performs create on given data if it is a FileDocument that have just been uploaded.
 

Uses of Data in com.jalios.jcms.mashup
 

Methods in com.jalios.jcms.mashup that return Data
 Data ImportManager.getImportedData(String source, String importId)
          Returns the imported data from the given source and bound to the given importId (do not return conflict copy).
static Data ImportUtil.parseFieldData(org.jdom.Element elt, String name)
          Returns the data of the given field.
static Data[] ImportUtil.parseFieldDataArray(org.jdom.Element elt, String name, Class clazz)
          Returns the data array of the given field.
 

Methods in com.jalios.jcms.mashup that return types with arguments of type Data
 Set<Data> ImportStatus.getImportedDataSet()
           
 

Methods in com.jalios.jcms.mashup with parameters of type Data
 void ImportStatus.addImportedData(Data data)
           
 boolean ImportManager.checkMdate(Data importedData, Data localData)
          Returns true if importedData.importMdate is newer than the localData.importMdate.
static String ExportUtil.exportField(int indentLevel, String name, Data value)
          Returns a XML representation of a data field.
static String ExportUtil.exportField(int indentLevel, String name, Data[] value)
          Returns a XML representation of a data array field.
 String ExportManager.exportXml(Data data)
          Returns the XML export for the given data.
 void ImportManager.indexImportedData(Data data)
          Index the given imported data (conflict copy are not indexed).
 void ImportManager.unindexImportedData(Data data)
          Unindex the given imported data
 

Method parameters in com.jalios.jcms.mashup with type arguments of type Data
 String ExportManager.exportXml(Set<? extends Data> dataSet)
          Returns the XML export for the given data set.
 

Uses of Data in com.jalios.jcms.media
 

Methods in com.jalios.jcms.media with parameters of type Data
protected static String[] TreeCatMediaProxy.dataCollectionToArrayList(Collection<? extends Data> dataColl, Data removeData, Data addData)
          Convert a collection of Data into an array of String, after adding or removing given Data.
 

Method parameters in com.jalios.jcms.media with type arguments of type Data
protected static String[] TreeCatMediaProxy.dataCollectionToArrayList(Collection<? extends Data> dataColl, Data removeData, Data addData)
          Convert a collection of Data into an array of String, after adding or removing given Data.
 

Uses of Data in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy that return Data
 Data PolicyManager.getData(String id)
           
 Data ChannelPolicyFilter.getData(String id)
          Retrieve a Data from its id.
 Data BasicChannelPolicyFilter.getData(String id)
           
 

Methods in com.jalios.jcms.policy with parameters of type Data
 boolean RightPolicyFilter.canDeleteOther(boolean isAuthorized, Member mbr, Data data)
          Check if this member can delete-other this instance.
 boolean PolicyManager.canDeleteOther(boolean isAuthorized, Member mbr, Data data)
           
 boolean BasicRightPolicyFilter.canDeleteOther(boolean isAuthorized, Member mbr, Data data)
           
 boolean RightPolicyFilter.canUpdateOther(boolean isAuthorized, Member mbr, Data data)
          Check if this member can update-other this instance.
 boolean PolicyManager.canUpdateOther(boolean isAuthorized, Member mbr, Data data)
           
 boolean BasicRightPolicyFilter.canUpdateOther(boolean isAuthorized, Member mbr, Data data)
           
 String PortalPolicyFilter.checkPermalink(String permalink, Data data)
          Hook called by PortalManager.getPermalink() to update the way to render permalinks
 String PolicyManager.checkPermalink(String permalink, Data data)
           
 String BasicPortalPolicyFilter.checkPermalink(String permalink, Data data)
           
 String PortalPolicyFilter.getDescriptiveURLText(String descriptiveURLtext, Data data, Locale locale)
          Returns the textual part of a descriptive URL built for the given Data.
 String PolicyManager.getDescriptiveURLText(String descriptiveURLtext, Data data, Locale locale)
           
 String BasicPortalPolicyFilter.getDescriptiveURLText(String descriptiveURLtext, Data data, Locale locale)
           
 Object PortalPolicyFilter.getFieldValue(JcmsJspContext ctxt, String fieldName, Data data, Object computedValue)
          Returns an alternate value for the given field and given Data.
 Object PolicyManager.getFieldValue(JcmsJspContext ctxt, String fieldName, Data data, Object computedValue)
           
 Object BasicPortalPolicyFilter.getFieldValue(JcmsJspContext ctxt, String fieldName, Data data, Object computedValue)
           
 int PortalPolicyFilter.getIntFieldValue(JcmsJspContext ctxt, String fieldName, Data data, int computedValue)
          Returns an alternate value for the given int field and given Data.
 int PolicyManager.getIntFieldValue(JcmsJspContext ctxt, String fieldName, Data data, int computedValue)
           
 int BasicPortalPolicyFilter.getIntFieldValue(JcmsJspContext ctxt, String fieldName, Data data, int computedValue)
           
 TypeTemplateEntry TemplatePolicyFilter.getTemplateEntry(String usage, Data data, TypeTemplateEntry tte)
          This method is a hook to display a custom template, different from the default selected one.
 TypeTemplateEntry PolicyManager.getTemplateEntry(String usage, Data data, TypeTemplateEntry tte)
           
 TypeTemplateEntry BasicTemplatePolicyFilter.getTemplateEntry(String usage, Data data, TypeTemplateEntry tte)
           
 String TemplatePolicyFilter.getTemplateUsage(Data data, String usage)
          Overrides the usage decided by JCMS and previous plugins
 String PolicyManager.getTemplateUsage(Data data, String usage)
           
 String BasicTemplatePolicyFilter.getTemplateUsage(Data data, String usage)
           
 void PolicyManager.processDataExport(Data data, StringBuffer sb, Map context)
           
 void ExportPolicyFilter.processDataExport(Data data, StringBuffer sb, Map context)
          This method is called for each data to export.
 void BasicExportPolicyFilter.processDataExport(Data data, StringBuffer sb, Map context)
           
 

Method parameters in com.jalios.jcms.policy with type arguments of type Data
 TypeTemplateEntry TemplatePolicyFilter.getTemplateEntry(String usage, Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
          This method is a hook to display a custom template, different from the default selected one.
 TypeTemplateEntry PolicyManager.getTemplateEntry(String usage, Class<? extends Data> pubClass, Workspace ws, TypeTemplateEntry tte)
           
 TypeTemplateEntry BasicTemplatePolicyFilter.getTemplateEntry(String usage, Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
           
 void PolicyManager.processDataSetExport(Set<? extends Data> dataSet, StringBuffer sb, Map context)
           
 void ExportPolicyFilter.processDataSetExport(Set<? extends Data> dataSet, StringBuffer sb, Map context)
          This method is called for each data set to export.
 void BasicExportPolicyFilter.processDataSetExport(Set<? extends Data> dataSet, StringBuffer sb, Map context)
           
 

Uses of Data in com.jalios.jcms.portlet
 

Subclasses of Data in com.jalios.jcms.portlet
 class Portal
          An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Child
 class PortalElement
           
 class PortalRedirect
          An abstract Portal representation with fields to implements.
 class Portlet
          An abstract Portlet représentation with fields to implements
 class PortletCollection
          An abstract PortletCollection représentation with fields to implements - PortalElement[] -> Children
 class PortletParent
          An abstract PortletParent représentation with fields to implements - Publication -> Children
 class PortletSkinable
          An abstract Portlet représentation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS
 

Methods in com.jalios.jcms.portlet with parameters of type Data
static String PortalManager.getPermalink(Data data)
          Returns an url representing the permanent link for the given data.
 boolean PortalElement.AbilitySelector.isSelected(Data data)
           
 

Uses of Data in com.jalios.jcms.rest
 

Fields in com.jalios.jcms.rest declared as Data
protected  Data DataRestResource.data
           
 

Uses of Data in com.jalios.jcms.search
 

Methods in com.jalios.jcms.search that return types with arguments of type Data
protected  Collection<? extends Data> LucenePublicationSearchEngine.getAllData()
          Return a collection with all publications of the store.
protected abstract  Collection<? extends Data> LuceneDataSearchEngine.getAllData()
          This methods must be implemented by the LuceneSearchEngine.
protected  Collection<? extends Data> LuceneCategorySearchEngine.getAllData()
          Return a collection with all categories of the store.
 

Methods in com.jalios.jcms.search with parameters of type Data
protected  void LuceneDataSearchEngine.addData(Data data)
          Add given Data to this lucene search engine.
protected  void LuceneDataSearchEngine.deleteData(Data data)
          Delete given Data from this lucene search engine.
protected  void LucenePublicationSearchEngine.indexData(org.apache.lucene.index.IndexWriter writer, Data data, String lang)
          This methods index the given publication in the given language, into the given index writer.
protected abstract  void LuceneDataSearchEngine.indexData(org.apache.lucene.index.IndexWriter writer, Data data, String lang)
          This methods must be implemented by the LuceneSearchEngine.
protected  void LuceneCategorySearchEngine.indexData(org.apache.lucene.index.IndexWriter writer, Data data, String lang)
          This methods index the given Category in the given language, into the given index writer.
protected  void LuceneDataSearchEngine.updateData(Data data)
          Update given Data in this lucene search engine.
 

Method parameters in com.jalios.jcms.search with type arguments of type Data
protected  void LuceneDataSearchEngine.addDataCollection(Collection<? extends Data> coll)
          Add given Collection of Data to this lucene search engine.
protected  void LuceneDataSearchEngine.deleteDataCollection(Collection<? extends Data> coll)
          Delete given Collection of Data from this lucene search engine.
protected  void LuceneDataSearchEngine.index(org.apache.lucene.store.Directory directory, Collection<? extends Data> coll, String lang)
          Index a Collection of Data into lucene.
protected  void LuceneDataSearchEngine.remove(org.apache.lucene.store.Directory directory, Collection<? extends Data> coll)
          Remove a Collection of Data from the lucene index.
protected  void LuceneDataSearchEngine.updateDataCollection(Collection<? extends Data> coll)
          Update given Collection of Data in this lucene search engine.
 

Uses of Data in com.jalios.jcms.servlet
 

Methods in com.jalios.jcms.servlet that return Data
static Data FriendlyURLFilter.getDataFromFriendlyURL(String friendlyURL)
          Return the data associated with the given friendly URL.
 

Methods in com.jalios.jcms.servlet with parameters of type Data
static boolean FriendlyURLFilter.addFriendlyURL(Data data, String friendlyURL)
          Add the given friendlyURLSet to the friendly urls of the servlet.
static TreeSet FriendlyURLFilter.getFriendlyURLSet(Data data)
          Return a set of friendly urls associated with the given data
static boolean FriendlyURLFilter.isFriendlyURLAvailable(Data data, String friendlyURL)
          Check if the given friendly URL is available, that is either : the Friendly URL is not in the Friendly URLs of the servlet or else the Friendly URL is already there with the same data
static boolean FriendlyURLFilter.removeDataFriendlyURL(Data data)
          Remove the given data and all its associated friendly url.
 

Uses of Data in com.jalios.jcms.stat
 

Methods in com.jalios.jcms.stat with parameters of type Data
protected static String StatManager.dataToString(Data data)
           
protected static String StatManager.dataToString(Data[] data)
           
 

Uses of Data in com.jalios.jcms.stat.beautifier
 

Methods in com.jalios.jcms.stat.beautifier with parameters of type Data
protected  String BeautifierData.getBeautify(Data data)
           
 

Uses of Data in com.jalios.jcms.taglib
 

Fields in com.jalios.jcms.taglib declared as Data
protected  Data EditTag.data
           
protected  Data DataChooserTag.data
           
 

Methods in com.jalios.jcms.taglib with parameters of type Data
protected  boolean EditTag.canEditData(Data data, Member loggedMember)
           
protected  void EditTag.generateUpdateIcon(JcmsJspContext jcmsContext, String anchorParam, Data data, StringBuffer sb)
           
static void CaddyTag.getDataCaddyIcon(StringBuffer out, Data data, String contextPath, String userLang, String action, String css, boolean refresh, boolean displayLinkText, Caddy caddy)
           
static String DeleteTag.getDeleteIcon(Data data, String contextPath, String userLang, String redirect, String title, String workspaceFilter)
           
protected  String DataChooserTag.resolveTitle(Data data)
          Resolve Data Title
 void UrlTag.setData(Data data)
           
 void LockTag.setData(Data data)
           
 void EditTag.setData(Data data)
           
 void DeleteTag.setData(Data data)
           
 void DataChooserTag.setData(Data data)
           
 void CheckIntegrityTag.setData(Data data)
           
 void CaddyTag.setData(Data data)
           
 

Method parameters in com.jalios.jcms.taglib with type arguments of type Data
 void CaddyTag.setCollection(Collection<? extends Data> coll)
           
 

Uses of Data in com.jalios.jcms.test
 

Methods in com.jalios.jcms.test with parameters of type Data
protected  void JcmsTestCase.deleteData(Data... array)
           
 

Uses of Data in com.jalios.jcms.tracking
 

Subclasses of Data in com.jalios.jcms.tracking
 class ReaderTracker
           
 

Uses of Data in com.jalios.jcms.upload
 

Methods in com.jalios.jcms.upload with parameters of type Data
 void UnzipDataController.beforeWrite(Data data, int op, Member mbr, Map context)
           
 

Uses of Data in com.jalios.jcms.webdav.cat
 

Fields in com.jalios.jcms.webdav.cat declared as Data
 Data CatWebdavResource.resourceData
           
protected  Data CatWebdavFileSystem.root
           
 

Methods in com.jalios.jcms.webdav.cat that return Data
 Data CatWebdavFileSystem.getDataFromName(String name, Data parent, boolean onlyFolders, WebdavContext ctxt)
          Return the Data represented by the given short uri
 Data CatWebdavFileSystem.getDataFromUri(String uri, WebdavContext ctxt)
          Retrieve the Data from the given URI Starting from the given root.
 

Methods in com.jalios.jcms.webdav.cat with parameters of type Data
 boolean CatWebdavFileSystem.canBeReadBy(Data data, Member loggedMember)
           
 boolean CatWebdavFileSystem.canReadData(Data data, boolean recursive, WebdavContext ctxt)
          Check if the data can be read given the current context
 long CatWebdavFileSystem.getContentLength(Data data, WebdavContext ctxt)
          This method return the length of the ressource
 String CatWebdavFileSystem.getContentType(Data data, WebdavContext ctxt)
          This method return the content type of the ressource
 Collection CatWebdavFileSystem.getDataChildrenSet(Data parent, boolean onlyFolders, WebdavContext ctxt)
           
 Collection CatWebdavFileSystem.getDataChildrenSet(Data parent, WebdavContext ctxt)
           
 Data CatWebdavFileSystem.getDataFromName(String name, Data parent, boolean onlyFolders, WebdavContext ctxt)
          Return the Data represented by the given short uri
 String CatWebdavFileSystem.getNameFromData(Data data, WebdavContext ctxt)
          This method return the short name of the given data (Category or FileDocument) for this implementation
 InputStream CatWebdavFileSystem.getResourceStream(Data data, WebdavContext ctxt)
          This method return the resource input stream
 boolean CatWebdavFileSystem.isExisting(Data data, WebdavContext ctxt)
          This method return true if the Data is existing
 boolean CatWebdavFileSystem.isFile(Data data, WebdavContext ctxt)
          This method return true if the Data is a File
 boolean CatWebdavFileSystem.isFolder(Data data, WebdavContext ctxt)
          This method return true if the Data is a Folder
 boolean CatWebdavFileSystem.setResourceStream(Data data, File tmp, WebdavContext ctxt)
          Update/Override the FileDocument
 

Uses of Data in com.jalios.jcms.workspace
 

Subclasses of Data in com.jalios.jcms.workspace
 class WKRole
           
 class Workspace
          This class represents a Workspace
 class WSTypeEntry
          This class is a wrapper on TypeEntry handling type properties for each workspace.
 

Methods in com.jalios.jcms.workspace that return types with arguments of type Data
 Class<? extends Data> EditWSTypeEntryHandler.getDataClass()
           
 

Methods in com.jalios.jcms.workspace with parameters of type Data
 boolean Workspace.TextSelector.isSelected(Data data)
           
 boolean Workspace.TitleSelector.isSelected(Data data)
           
 void WizardContext.trackCreatedData(Data data)
          Store a new created data in the DataLsit
 

Uses of Data in com.jalios.jcmsplugin.bookmarks
 

Subclasses of Data in com.jalios.jcmsplugin.bookmarks
 class Bookmark
           
 

Methods in com.jalios.jcmsplugin.bookmarks that return Data
 Data Bookmark.getData()
          Returns the JCMS Data referenced by this bookmark.
 

Methods in com.jalios.jcmsplugin.bookmarks with parameters of type Data
 Bookmark BookmarkManager.addBookmark(Member author, Data data)
          Adds the given bookmark.
 void BookmarkDataController.afterWrite(Data data, int op, Member mbr, Map context)
           
 void BookmarkManager.deleteAllBookmarks(Data data)
          Delete all the bookmarks for the given data.
 List<Bookmark> BookmarkManager.getAllBookmarks(Data data)
          Returns all the bookmarks for the given data.
 Bookmark BookmarkManager.getBookmark(Member author, Data data)
          Returns the bookmark of the given member for the given data.
 boolean BookmarkManager.isBookmarked(Member author, Data data)
          Returns true if the given data has been bookmarked by the given author.
 

Uses of Data in com.jalios.jcmsplugin.collaborativespace
 

Methods in com.jalios.jcmsplugin.collaborativespace with parameters of type Data
 void CSSlaveDataController.afterWrite(Data data, int op, Member mbr, Map context)
           
 void CSRequestController.afterWrite(Data data, int op, Member mbr, Map context)
           
 void CSSlaveDataController.beforeWrite(Data data, int op, Member mbr, Map context)
           
 ControllerStatus CSWorkspaceController.checkIntegrity(Data data)
          Checks there is 1 CollaborativeSpace for 1 Workspace
 ControllerStatus CSWorkspaceController.checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, Map context)
          Checks there is 1 CollaborativeSpace for 1 Workspace
 ControllerStatus CSRequestController.checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, Map context)
           
 String CSTemplatePolicyFilter.getTemplateUsage(Data data, String usage)
           
protected  void CSSlaveDataController.slave(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.dbcomment
 

Subclasses of Data in com.jalios.jcmsplugin.dbcomment
 class AbstractDBComment
           
 

Methods in com.jalios.jcmsplugin.dbcomment with parameters of type Data
 void DBCommentController.afterWrite(Data data, int op, Member mbr, Map context)
           
 

Uses of Data in com.jalios.jcmsplugin.dbforum
 

Subclasses of Data in com.jalios.jcmsplugin.dbforum
 class AbstractDBForum
           
 class AbstractDBForumPost
           
 class AbstractDBForumTopic
           
 class DBForumWatcher
           
 

Methods in com.jalios.jcmsplugin.dbforum with parameters of type Data
 boolean AbstractDBForumTopic.PostSelector.isSelected(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.dbpoll
 

Subclasses of Data in com.jalios.jcmsplugin.dbpoll
 class AbstractPoll
          Abstract implementation for Poll
 class PollVote
          This class represents a vote for a poll.
 

Methods in com.jalios.jcmsplugin.dbpoll with parameters of type Data
 void PollVoteController.afterWrite(Data data, int op, Member mbr, Map context)
           
 void PollController.afterWrite(Data data, int op, Member mbr, Map context)
           
 ControllerStatus PollController.checkWrite(Data data, int op, Member mbr, boolean checkIntegrity, Map context)
           
 

Uses of Data in com.jalios.jcmsplugin.devtools
 

Methods in com.jalios.jcmsplugin.devtools with parameters of type Data
 String CreationListHandler.getIcon(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.jstoreforum
 

Subclasses of Data in com.jalios.jcmsplugin.jstoreforum
 class AbstractForum
           
 class AbstractForumDiscussion
           
 class AbstractForumMessage
          This class is the abstract class the generated type ForumMessage must extends in order to have proper functionnalities (TreeNode, ForumPublicationListener, Notification, etc.)
 class ForumDiscussionMetadata
           
 

Fields in com.jalios.jcmsplugin.jstoreforum declared as Data
protected  Data ForumDiscussionMetadata.data
           
 

Methods in com.jalios.jcmsplugin.jstoreforum that return Data
 Data ForumDiscussionMetadata.getData()
           
 

Methods in com.jalios.jcmsplugin.jstoreforum with parameters of type Data
 void ForumMemberController.afterWrite(Data data, int op, Member mbr, Map context)
           
 boolean AbstractForumMessage.ForumMessageSelector.isSelected(Data data)
           
 boolean AbstractForumDiscussion.NotifiedMemberSelector.isSelected(Data data)
           
 void ForumDiscussionMetadata.setData(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.od
 

Methods in com.jalios.jcmsplugin.od with parameters of type Data
 void ODDataController.afterWrite(Data data, int op, Member mbr, Map context)
           
 void ODExportPolicyFilter.processDataExport(Data data, StringBuffer sb, Map context)
           
 

Method parameters in com.jalios.jcmsplugin.od with type arguments of type Data
 void ODExportPolicyFilter.processDataSetExport(Set<? extends Data> dataSet, StringBuffer sb, Map context)
           
 

Uses of Data in com.jalios.jcmsplugin.podcast
 

Methods in com.jalios.jcmsplugin.podcast with parameters of type Data
static String PodcastUtil.getPodcastUrl(Data podcast)
          Retrieve the relative url to use to access the podcast
 boolean PodcastSelector.isSelected(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.qrcode
 

Methods in com.jalios.jcmsplugin.qrcode with parameters of type Data
 String QRCodeManager.getQRCodeUrl(Data data)
           
 

Uses of Data in com.jalios.jcmsplugin.toppublications
 

Methods in com.jalios.jcmsplugin.toppublications with parameters of type Data
 void TrackerDataController.beforeWrite(Data data, int op, Member mbr, Map context)
           
 

Uses of Data in com.jalios.jcmsplugin.virtualdesktop
 

Methods in com.jalios.jcmsplugin.virtualdesktop that return Data
static Data Desktop.getDesktopDataOwner(JcmsContext context)
          Retrieve the Data for which the desktop is being displayed/edited in the current context.
 

Methods in com.jalios.jcmsplugin.virtualdesktop with parameters of type Data
 void DesktopDataController.beforeWrite(Data data, int op, Member mbr, Map context)
           
static boolean Desktop.canEditDesktop(Member mbr, Data data)
          Check that the specified Member is allowed to edit the Desktop of the specified Data.
 Object DesktopPortalPolicyFilter.getFieldValue(JcmsJspContext ctxt, String fieldName, Data data, Object computedValue)
           
static Desktop Desktop.getFromExtraDBData(Data data)
          Retrieve the Desktop stored in the extradbdata of the specified Data, if any.
static Desktop Desktop.getFromExtraInfo(Data data)
          Retrieve the Desktop stored in the extrainfo of the specified Data, if any.
 int DesktopPortalPolicyFilter.getIntFieldValue(JcmsJspContext ctxt, String fieldName, Data data, int computedValue)
           
 TypeTemplateEntry DesktopTemplatePolicyFilter.getTemplateEntry(String usage, Data data, TypeTemplateEntry tte)
           
static boolean Desktop.removeOldDesktopFromExtraInfo(Data data, long expirationDelay)
          Remove the Desktop from the extra info of the specified Data if the desktop last access time is older than the specified expiration delay.
 void Desktop.saveInExtraDBData(Data data)
          Save this Desktop in the specified Data's extradbdata
 void Desktop.saveInExtraInfo(Data data)
          Save this Desktop in the specified data's extrainfo
static void Desktop.setDesktopDataOwner(JcmsContext context, Data data)
          Set the Data for which the Desktop will be edited in the current context.
 

Uses of Data in com.jalios.jcmsplugin.wiki
 

Subclasses of Data in com.jalios.jcmsplugin.wiki
 class AbstractWikiPage
           
 

Methods in com.jalios.jcmsplugin.wiki with parameters of type Data
 ControllerStatus WikiPageController.checkIntegrity(Data data)
           
 String WikiPageTemplatePolicyFilter.getTemplateUsage(Data data, String usage)
           
 



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