Class InventoryLocationGroupCapacityFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryLocationGroupCapacityFactory
- All Implemented Interfaces:
BaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
@ApplicationScoped
public class InventoryLocationGroupCapacityFactory
extends Object
implements BaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of InventoryLocationGroupCapacityFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) create(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) create(Session session, InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) voidcreate(Session session, Collection<InventoryLocationGroupCapacityValue> _values) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache(Session session, InventoryLocationGroupCapacityPK pk) getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, InventoryLocationGroupCapacityPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<InventoryLocationGroupCapacityPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, InventoryLocationGroupCapacityPK pk) voidremove(Session session, InventoryLocationGroupCapacity entity) voidremove(Session session, Collection<InventoryLocationGroupCapacityPK> pks) voidvoidstore(Session session, InventoryLocationGroupCapacity entity) voidstore(Session session, Collection<InventoryLocationGroupCapacity> entities) voidstore(Collection<InventoryLocationGroupCapacity> entities) booleanvalidPK(Session session, InventoryLocationGroupCapacityPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVLOCGRPCAP_INVENTORYLOCATIONGROUPCAPACITYID
- See Also:
-
INVLOCGRPCAP_INVLOCGRP_INVENTORYLOCATIONGROUPID
- See Also:
-
INVLOCGRPCAP_UOMT_UNITOFMEASURETYPEID
- See Also:
-
INVLOCGRPCAP_CAPACITY
- See Also:
-
INVLOCGRPCAP_FROMTIME
- See Also:
-
INVLOCGRPCAP_THRUTIME
- See Also:
-
-
Constructor Details
-
InventoryLocationGroupCapacityFactory
protected InventoryLocationGroupCapacityFactory()Creates a new instance of InventoryLocationGroupCapacityFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryLocationGroupCapacityPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryLocationGroupCapacityPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryLocationGroupCapacityPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryLocationGroupCapacityValue> getValuesFromPKs(Session session, Collection<InventoryLocationGroupCapacityPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryLocationGroupCapacityValue getValueFromPK(Session session, InventoryLocationGroupCapacityPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryLocationGroupCapacityValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryLocationGroupCapacityValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupCapacity> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupCapacity> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupCapacityPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryLocationGroupCapacity getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) -
getEntityFromValue
public InventoryLocationGroupCapacity getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) -
getEntityFromPK
public InventoryLocationGroupCapacity getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public InventoryLocationGroupCapacity getEntityFromCache(Session session, InventoryLocationGroupCapacityPK pk) -
getEntityFromPK
public InventoryLocationGroupCapacity getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupCapacityPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryLocationGroupCapacityPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryLocationGroupCapacityPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryLocationGroupCapacityPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupCapacity> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupCapacity getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupCapacity> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupCapacity> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupCapacity getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupCapacity getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryLocationGroupCapacity create(Session session, InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupCapacity create(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupCapacity create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupCapacity create(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryLocationGroupCapacityValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryLocationGroupCapacityValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryLocationGroupCapacity entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryLocationGroupCapacity> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryLocationGroupCapacity> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupCapacity entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupCapacityPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryLocationGroupCapacityPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryLocationGroupCapacityPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryLocationGroupCapacityPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<InventoryLocationGroupCapacityPK,InventoryLocationGroupCapacity> - Throws:
PersistenceDatabaseException
-