Uses of Class
org.ofbiz.core.entity.GenericPK
Packages that use GenericPK
-
Uses of GenericPK in org.ofbiz.core.entity
Fields in org.ofbiz.core.entity with type parameters of type GenericPKModifier and TypeFieldDescriptionprotected final UtilCache<GenericPK,List<GenericValue>> GenericDelegator.andCacheMethods in org.ofbiz.core.entity that return GenericPKModifier and TypeMethodDescriptionGenericEntity.getPrimaryKey()DelegatorInterface.getRelatedDummyPK(String relationName, Map<String, ?> byAndFields, GenericValue value) GenericDelegator.getRelatedDummyPK(String relationName, Map<String, ?> byAndFields, GenericValue value) Get a dummy primary key for the named Related Entity for the GenericValue.GenericValue.getRelatedDummyPK(String relationName) Get a dummy primary key for the named Related Entity for the GenericValueGenericValue.getRelatedDummyPK(String relationName, Map<String, ?> byAndFields) Get a dummy primary key for the named Related Entity for the GenericValueLockedDatabaseGenericDelegator.getRelatedDummyPK(String relationName, Map<String, ?> byAndFields, GenericValue value) Creates a Primary Key in the form of a GenericPK without persisting it.Methods in org.ofbiz.core.entity that return types with arguments of type GenericPKModifier and TypeMethodDescriptionDelegatorInterface.getAndCache()GenericDelegator.getAndCache()LockedDatabaseGenericDelegator.getAndCache()Methods in org.ofbiz.core.entity with parameters of type GenericPKModifier and TypeMethodDescriptionvoidDelegatorInterface.clearCacheLine(GenericPK primaryKey) voidDelegatorInterface.clearCacheLine(GenericPK primaryKey, boolean distribute) voidGenericDelegator.clearCacheLine(GenericPK primaryKey) Remove a CACHED Generic Entity from the cache by its primary key, does NOT check to see if the passed GenericPK is a complete primary key.voidGenericDelegator.clearCacheLine(GenericPK primaryKey, boolean distribute) voidLockedDatabaseGenericDelegator.clearCacheLine(GenericPK primaryKey) voidLockedDatabaseGenericDelegator.clearCacheLine(GenericPK primaryKey, boolean distribute) Creates a Entity in the form of a GenericValue and write it to the datasource.Creates a Entity in the form of a GenericValue and write it to the datasource.voidDistributedCacheClear.distributedClearCacheLine(GenericPK primaryKey) DelegatorInterface.findByPrimaryKey(GenericPK primaryKey) GenericDelegator.findByPrimaryKey(GenericPK primaryKey) Find a Generic Entity by its Primary Key.GenericHelper.findByPrimaryKey(GenericPK primaryKey) Find a Generic Entity by its Primary KeyGenericHelperDAO.findByPrimaryKey(GenericPK primaryKey) Find a Generic Entity by its Primary KeyLockedDatabaseGenericDelegator.findByPrimaryKey(GenericPK primaryKey) MemoryHelper.findByPrimaryKey(GenericPK primaryKey) DelegatorInterface.findByPrimaryKeyCache(GenericPK primaryKey) GenericDelegator.findByPrimaryKeyCache(GenericPK primaryKey) Find a cached Generic Entity by its Primary Key.LockedDatabaseGenericDelegator.findByPrimaryKeyCache(GenericPK primaryKey) DelegatorInterface.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) GenericDelegator.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names).GenericHelper.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names)GenericHelperDAO.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) Find a Generic Entity by its Primary Key and only returns the values requested by the passed keys (names)LockedDatabaseGenericDelegator.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) MemoryHelper.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys) DelegatorInterface.getFromPrimaryKeyCache(GenericPK primaryKey) GenericDelegator.getFromPrimaryKeyCache(GenericPK primaryKey) LockedDatabaseGenericDelegator.getFromPrimaryKeyCache(GenericPK primaryKey) voidDelegatorInterface.putInPrimaryKeyCache(GenericPK primaryKey, GenericValue value) voidGenericDelegator.putInPrimaryKeyCache(GenericPK primaryKey, GenericValue value) voidLockedDatabaseGenericDelegator.putInPrimaryKeyCache(GenericPK primaryKey, GenericValue value) intDelegatorInterface.removeByPrimaryKey(GenericPK primaryKey) intDelegatorInterface.removeByPrimaryKey(GenericPK primaryKey, boolean doCacheClear) intGenericDelegator.removeByPrimaryKey(GenericPK primaryKey) Remove a Generic Entity corresponding to the primaryKey.intGenericDelegator.removeByPrimaryKey(GenericPK primaryKey, boolean doCacheClear) Remove a Generic Entity corresponding to the primaryKey.intGenericHelper.removeByPrimaryKey(GenericPK primaryKey) Remove a Generic Entity corresponding to the primaryKeyintGenericHelperDAO.removeByPrimaryKey(GenericPK primaryKey) Remove a Generic Entity corresponding to the primaryKeyintLockedDatabaseGenericDelegator.removeByPrimaryKey(GenericPK primaryKey) intLockedDatabaseGenericDelegator.removeByPrimaryKey(GenericPK primaryKey, boolean doCacheClear) intMemoryHelper.removeByPrimaryKey(GenericPK primaryKey) Method parameters in org.ofbiz.core.entity with type arguments of type GenericPKModifier and TypeMethodDescriptionDelegatorInterface.findAllByPrimaryKeys(Collection<? extends GenericPK> primaryKeys) GenericDelegator.findAllByPrimaryKeys(Collection<? extends GenericPK> primaryKeys) Find a number of Generic Value objects by their Primary Keys, all at once.GenericHelper.findAllByPrimaryKeys(List<? extends GenericPK> primaryKeys) Find a number of Generic Value objects by their Primary Keys, all at onceGenericHelperDAO.findAllByPrimaryKeys(List<? extends GenericPK> primaryKeys) Find a number of Generic Value objects by their Primary Keys, all at once This is done here for the DAO GenericHelper; for a client-server helper it would be done on the server side to reduce network round trips.LockedDatabaseGenericDelegator.findAllByPrimaryKeys(Collection<? extends GenericPK> primaryKeys) MemoryHelper.findAllByPrimaryKeys(List<? extends GenericPK> primaryKeys) DelegatorInterface.findAllByPrimaryKeysCache(Collection<? extends GenericPK> primaryKeys) GenericDelegator.findAllByPrimaryKeysCache(Collection<? extends GenericPK> primaryKeys) Find a number of Generic Value objects by their Primary Keys, all at once; this first looks in the local cache for each PK and if there then it puts it in the return list rather than putting it in the batch to send to a given helper.LockedDatabaseGenericDelegator.findAllByPrimaryKeysCache(Collection<? extends GenericPK> primaryKeys) Constructors in org.ofbiz.core.entity with parameters of type GenericPKModifierConstructorDescriptionCreates new GenericPK from existing GenericPKGenericValue(GenericPK primaryKey) Creates new GenericValue from existing GenericValue