| java.lang.Object org.ofbiz.content.ContentManagementServices
ContentManagementServices | public class ContentManagementServices (Code) | | ContentManagementServices Class
author: Al Byers version: $Revision: 1.7 $ since: 3.0 |
Method Summary | |
public static Map | addMostRecent(DispatchContext dctx, Map context) addMostRecent
A service for adding the most recently used of an entity class to the cache. | public static Map | getSubContent(DispatchContext dctx, Map context) getSubContent
Finds the related subContent given the template Content and the mapKey. | public static Map | persistContentAndAssoc(DispatchContext dctx, Map context) persistContentAndAssoc
A combination method that will create or update all or one of the following
a Content entity, a ContentAssoc related to the Content and
the ElectronicText that may be associated with the Content. |
addMostRecent | public static Map addMostRecent(DispatchContext dctx, Map context)(Code) | | addMostRecent
A service for adding the most recently used of an entity class to the cache.
Entities make it to the most recently used list primarily by being selected for editing,
either by being created or being selected from a list.
|
getSubContent | public static Map getSubContent(DispatchContext dctx, Map context)(Code) | | getSubContent
Finds the related subContent given the template Content and the mapKey.
This service calls a same-named method in ContentWorker to do the work.
|
persistContentAndAssoc | public static Map persistContentAndAssoc(DispatchContext dctx, Map context) throws GenericServiceException(Code) | | persistContentAndAssoc
A combination method that will create or update all or one of the following
a Content entity, a ContentAssoc related to the Content and
the ElectronicText that may be associated with the Content.
The keys for determining if each entity is created is the presence
of the contentTypeId, contentAssocTypeId and dataResourceTypeId.
|
|
|