| java.lang.Object org.ofbiz.entityext.synchronization.EntitySyncServices
EntitySyncServices | public class EntitySyncServices (Code) | | Entity Engine Sync Services
author: David E. Jones version: $Revision: 1.25 $ since: 3.0 |
defaultSyncSplitMillis | final public static long defaultSyncSplitMillis(Code) | | |
syncEndBufferMillis | final public static long syncEndBufferMillis(Code) | | |
cleanSyncRemoveInfo | public static Map cleanSyncRemoveInfo(DispatchContext dctx, Map context)(Code) | | Clean EntitySyncRemove Info
Parameters: dctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
makeEntityModelToUseList | protected static List makeEntityModelToUseList(GenericDelegator delegator, GenericValue entitySync) throws GenericEntityException(Code) | | prepare a list of all entities we want to synchronize: remove all view-entities and all entities that don't match the patterns attached to this EntitySync
|
runEntitySync | public static Map runEntitySync(DispatchContext dctx, Map context)(Code) | | Run an Entity Sync (checks to see if other already running, etc)
Parameters: dctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
storeEntitySyncData | public static Map storeEntitySyncData(DispatchContext dctx, Map context)(Code) | | Store Entity Sync Data
Parameters: dctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
|
|