Package org.ofbiz.minilang.method.entityops

Class Summary
ClearCacheLine Uses the delegator to clear elements from the cache; intelligently looks at the map passed to see if it is a byPrimaryKey, and byAnd, or an all.
ClearCacheLine.ClearCacheLineFactory  
ClearEntityCaches Clears all Entity Engine Caches
ClearEntityCaches.ClearEntityCachesFactory  
CloneValue Uses the delegator to find entity values by anding the map fields
CloneValue.CloneValueFactory  
CreateValue Uses the delegator to create the specified value object entity in the datasource
CreateValue.CreateValueFactory  
EntityAnd Uses the delegator to find entity values by a condition
EntityAnd.EntityAndFactory  
EntityCondition Uses the delegator to find entity values by a condition
EntityCondition.EntityConditionFactory  
EntityCount Uses the delegator to find entity values by a condition
EntityCount.EntityCountFactory  
EntityData Uses the delegator to find entity values by a primary key
EntityData.EntityDataFactory  
EntityOne Uses the delegator to find entity values by a primary key
EntityOne.EntityOneFactory  
FilterListByAnd Uses the delegator to find entity values by anding the map fields
FilterListByAnd.FilterListByAndFactory  
FilterListByDate Uses the delegator to find entity values by anding the map fields
FilterListByDate.FilterListByDateFactory  
FindByAnd Uses the delegator to find entity values by anding the map fields
FindByAnd.FindByAndFactory  
FindByPrimaryKey Uses the delegator to find an entity value by its primary key
FindByPrimaryKey.FindByPrimaryKeyFactory  
GetRelated Gets a list of related entity instance according to the specified relation-name
GetRelated.GetRelatedFactory  
GetRelatedOne Gets a list of related entity instance according to the specified relation-name
GetRelatedOne.GetRelatedOneFactory  
MakeNextSeqId Look at existing values for a sub-entity with a sequenced secondary ID, and get the highest plus 1
MakeNextSeqId.MakeNextSeqIdFactory  
MakeValue Uses the delegator to find entity values by anding the map fields
MakeValue.MakeValueFactory  
NowDateToEnv Creates a java.sql.Date with the current date and puts it in the env
NowDateToEnv.NowDateFactory  
NowDateToEnv.NowDateToEnvFactory  
NowTimestampToEnv Creates a java.sql.Timestamp with the current date/time in it and puts it in the env
NowTimestampToEnv.NowTimestampFactory  
NowTimestampToEnv.NowTimestampToEnvFactory  
OrderValueList Order the given list of GenericValue objects
OrderValueList.OrderValueListFactory  
RefreshValue Uses the delegator to refresh the specified value object entity from the datasource
RefreshValue.RefreshValueFactory  
RemoveByAnd Uses the delegator to remove entity values constrained by anding the map fields
RemoveByAnd.RemoveByAndFactory  
RemoveList Uses the delegator to remove the specified value object (or psuedo-pk) list from the datasource
RemoveList.RemoveListFactory  
RemoveRelated Uses the delegator to remove entities related to the specified value object from the datasource
RemoveRelated.RemoveRelatedFactory  
RemoveValue Uses the delegator to remove the specified value object entity from the datasource
RemoveValue.RemoveValueFactory  
SequencedIdToEnv Gets a sequenced ID from the delegator and puts it in the env
SequencedIdToEnv.SequencedIdFactory  
SequencedIdToEnv.SequencedIdToEnvFactory  
SetCurrentUserLogin Uses the delegator to create the specified value object entity in the datasource
SetCurrentUserLogin.SetCurrentUserLoginFactory  
SetNonpkFields Looks for each non-PK field in the named map and if it exists there it will copy it into the named value object.
SetNonpkFields.SetNonpkFieldsFactory  
SetPkFields Looks for each PK field in the named map and if it exists there it will copy it into the named value object.
SetPkFields.SetPkFieldsFactory  
StoreList Uses the delegator to store the specified value object list in the datasource
StoreList.StoreListFactory  
StoreValue Uses the delegator to store the specified value object entity in the datasource
StoreValue.StoreValueFactory  
TransactionBegin Begins a transaction if one is not already in place; if does begin one puts true in the began-transaction-name env variable, otherwise it returns false.
TransactionBegin.TransactionBeginFactory  
TransactionCommit Commits a transaction if beganTransaction is true, otherwise does nothing.
TransactionCommit.TransactionCommitFactory  
TransactionRollback Rolls back a transaction if beganTransaction is true, otherwise tries to do a setRollbackOnly.
TransactionRollback.TransactionRollbackFactory