Entity Extension Services
OFBiz
1.0
Clear All Entity Engine Caches for all Servers listening to the topic
Clears all values from all Entity Engine caches. By default does not distribute.
Clear Cache Line by value for all Servers listening to the topic
Clear Cache Line with a value (GenericValue); this is the preferred method since the all, by primary key and by and caches will be cleared. By default does not distribute.
Clear Cache Line by dummyPK for all Servers listening to the topic
Clear Cache Line with a dummyPK (GenericEntity); clears that all cache entry and depending on whether the dummyPK is a primaryKey or not this clears the by primary key cache or the specified entry in the by and cache. By default does not distribute.
Clear Cache Line by primaryKey for all Servers listening to the topic
Clear Cache Line with a primaryKey (GenericPK); clears the all and by primary key caches. By default does not distribute.
Clear Cache Line by condition for all Servers listening to the topic
Clear Cache Line with a condition; By default does not distribute.
Rebuilds all indexes/keys
Read a directory for .txt files with entity names; read each line as a record
Import delimited file
Unwrap ByteWrapper Fields for the given entity and field
Create EntitySync
Update EntitySync
Create EntitySyncInclude
Update EntitySyncInclude
Delete EntitySyncInclude
Update EntitySync while Running
Create EntitySyncHistory
Update EntitySyncHistory
Delete EntitySyncHistory
Not implemented.
Clean EntitySyncRemove Info - Generally should be run asynchronously after each sync run, or periodically run on a schedule
Generally run manually to reset the status of an EntitySync when it has "crashed". Update a EntitySync, set the Status to ESR_NOT_STARTED, but ONLY if running (ie in ESR_RUNNING)
Run Entity Sync
Run Entity Sync
Run Entity Sync Pulling Data From a Remote Server
Pull And Report Entity Sync Data
Remotely Store Entity Sync Date
Remotely Store Entity Sync Data
Remotely Pull And Report Entity Sync Data
Remotely Pull And Report Entity Sync Data