| java.lang.Object org.ofbiz.content.ContentManagementWorker
ContentManagementWorker | public class ContentManagementWorker (Code) | | ContentManagementWorker Class
author: Al Byers version: $Revision: 1.4 $ since: 3.0 |
Method Summary | |
public static String | buildPKSig(GenericEntity pk, String suffix) Builds a string signature from a GenericValue or GenericPK. | public static void | mruAdd(HttpServletRequest request, GenericEntity pk, String suffix) | public static void | mruAdd(HttpServletRequest request, GenericEntity pk) | public static void | mruAdd(HttpSession session, GenericEntity pk) | public static void | mruAdd(HttpSession session, GenericEntity pk, String suffix) | public static void | mruAddByEntityName(String entityName, String suffix, GenericEntity pk, Map lookupCaches) Makes an entry in the "most recently used" cache. | public static void | setCurrentEntityMap(HttpServletRequest request, GenericEntity ent) | public static void | setCurrentEntityMap(HttpServletRequest request, String entityName, GenericEntity ent) |
buildPKSig | public static String buildPKSig(GenericEntity pk, String suffix)(Code) | | Builds a string signature from a GenericValue or GenericPK.
Parameters: pk - either a populated GenericValue or GenericPK. Parameters: suffix - a string that can be used to distinguish the signature (probably not used). |
mruAddByEntityName | public static void mruAddByEntityName(String entityName, String suffix, GenericEntity pk, Map lookupCaches)(Code) | | Makes an entry in the "most recently used" cache. It picks the cache
by the entity name and builds a signature from the primary key values.
Parameters: entityName - Parameters: suffix - Parameters: pk - either a GenericValue or GenericPK - populated |
|
|