Uses of Class
org.ofbiz.core.entity.GenericEntity
Packages that use GenericEntity
-
Uses of GenericEntity in org.ofbiz.core.entity
Subclasses of GenericEntity in org.ofbiz.core.entityModifier and TypeClassDescriptionclassGeneric Entity Primary Key ObjectclassGeneric Entity Value Object - Handles persisntence for any defined entity.Fields in org.ofbiz.core.entity with type parameters of type GenericEntityModifier and TypeFieldDescriptionprotected final UtilCache<GenericEntity,GenericValue> GenericDelegator.primaryKeyCacheMethods in org.ofbiz.core.entity with type parameters of type GenericEntityModifier and TypeMethodDescriptionstatic <T extends GenericEntity>
List<T>EntityUtil.filterByAnd(List<? extends T> values, Map<String, ?> fields) returns the values that match the values in fieldsstatic <T extends GenericEntity>
List<T>EntityUtil.filterByDate(List<T> datedValues) returns the values that are currently active.static <T extends GenericEntity>
List<T>EntityUtil.filterByDate(List<T> datedValues, boolean allAreSame) returns the values that are currently active.static <T extends GenericEntity>
List<T>EntityUtil.filterByDate(List<T> datedValues, Timestamp moment) returns the values that are active at the moment.static <T extends GenericEntity>
List<T>EntityUtil.filterByDate(List<T> datedValues, Timestamp moment, String fromDateName, String thruDateName, boolean allAreSame) returns the values that are active at the moment.static <T extends GenericEntity>
List<T>EntityUtil.filterByDate(List<T> datedValues, Date moment) returns the values that are active at the moment.Methods in org.ofbiz.core.entity that return types with arguments of type GenericEntityModifier and TypeMethodDescriptionDelegatorInterface.getPrimaryKeyCache()GenericDelegator.getPrimaryKeyCache()LockedDatabaseGenericDelegator.getPrimaryKeyCache()Methods in org.ofbiz.core.entity with parameters of type GenericEntityModifier and TypeMethodDescriptionvoidDelegatorInterface.clearCacheLineFlexible(GenericEntity dummyPK) voidDelegatorInterface.clearCacheLineFlexible(GenericEntity dummyPK, boolean distribute) voidGenericDelegator.clearCacheLineFlexible(GenericEntity dummyPK) Remove a CACHED Generic Entity from the cache by its primary key.voidGenericDelegator.clearCacheLineFlexible(GenericEntity dummyPK, boolean distribute) voidLockedDatabaseGenericDelegator.clearCacheLineFlexible(GenericEntity dummyPK) voidLockedDatabaseGenericDelegator.clearCacheLineFlexible(GenericEntity dummyPK, boolean distribute) intGenericEntity.compareTo(GenericEntity obj) Compares this GenericEntity to the passed objectintGenericDAO.delete(GenericEntity entity) voidDistributedCacheClear.distributedClearCacheLineFlexible(GenericEntity dummyPK) intGenericDAO.insert(GenericEntity entity) voidGenericDAO.partialSelect(GenericEntity entity, Set<String> keys) voidGenericDAO.select(GenericEntity entity) voidGenericDAO.select(GenericEntity entity, Connection connection) intGenericDAO.update(GenericEntity entity) Updates the given entity with the given non-PK values.intGenericDAO.update(GenericEntity entity, EntityConditionParam nonPkCondition) Updates the given entity with the given non-PK values.intGenericDAO.updateAll(GenericEntity entity) Method parameters in org.ofbiz.core.entity with type arguments of type GenericEntityModifier and TypeMethodDescriptionvoidDelegatorInterface.clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity> dummyPKs) voidGenericDelegator.clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity> dummyPKs) voidLockedDatabaseGenericDelegator.clearAllCacheLinesByDummyPK(Collection<? extends GenericEntity> dummyPKs) intGenericDAO.deleteAll(List<? extends GenericEntity> dummyPKs) Called dummyPKs because they can be invalid PKs, doing a deleteByAnd instead of a normal deleteintDelegatorInterface.removeAll(List<? extends GenericEntity> dummyPKs) intDelegatorInterface.removeAll(List<? extends GenericEntity> dummyPKs, boolean doCacheClear) intGenericDelegator.removeAll(List<? extends GenericEntity> dummyPKs) Remove the Entities from the List from the persistent store.intGenericDelegator.removeAll(List<? extends GenericEntity> dummyPKs, boolean doCacheClear) Remove the Entities from the List from the persistent store.intGenericHelper.removeAll(List<? extends GenericEntity> dummyPKs) Remove the Entities from the List from the persistent store.intGenericHelperDAO.removeAll(List<? extends GenericEntity> dummyPKs) Remove the Entities from the List from the persistent store.intLockedDatabaseGenericDelegator.removeAll(List<? extends GenericEntity> dummyPKs) intLockedDatabaseGenericDelegator.removeAll(List<? extends GenericEntity> dummyPKs, boolean doCacheClear) intMemoryHelper.removeAll(List<? extends GenericEntity> dummyPKs) intGenericDAO.storeAll(List<? extends GenericEntity> entities) Constructors in org.ofbiz.core.entity with parameters of type GenericEntityModifierConstructorDescriptionGenericEntity(GenericEntity value) Copy Constructor: Creates new GenericEntity from existing GenericEntity -
Uses of GenericEntity in org.ofbiz.core.entity.eca
Methods in org.ofbiz.core.entity.eca with parameters of type GenericEntityModifier and TypeMethodDescriptionvoidEntityEcaHandler.evalRules(String currentOperation, Map<?, ?> eventMap, String event, GenericEntity value, boolean isError) -
Uses of GenericEntity in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc with parameters of type GenericEntityModifier and TypeMethodDescriptionstatic voidSqlJdbcUtil.getValue(ResultSet rs, int ind, ModelField curField, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) static voidSqlJdbcUtil.setPkValues(SQLProcessor sqlP, ModelEntity modelEntity, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) Get all primary keys from the model entity and bind their values to the an SQL statement (SQL-Processor)static voidSqlJdbcUtil.setValue(SQLProcessor sqlP, ModelField modelField, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) static voidSqlJdbcUtil.setValues(SQLProcessor sqlP, List<ModelField> list, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) The elements (ModelFields) of the list are bound to an SQL statement (SQL-Processor)