Class InventoryLocationAssignmentStatusFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryLocationAssignmentStatusFactory
- All Implemented Interfaces:
BaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
@ApplicationScoped
public class InventoryLocationAssignmentStatusFactory
extends Object
implements BaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of InventoryLocationAssignmentStatusFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) create(InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) create(Session session, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) create(Session session, InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) voidcreate(Session session, Collection<InventoryLocationAssignmentStatusValue> _values) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> 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, InventoryLocationAssignmentStatusPK pk) getEntityFromPK(EntityPermission entityPermission, InventoryLocationAssignmentStatusPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusPK 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, InventoryLocationAssignmentStatusValue value) getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, InventoryLocationAssignmentStatusPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<InventoryLocationAssignmentStatusPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, InventoryLocationAssignmentStatusPK pk) voidremove(Session session, InventoryLocationAssignmentStatus entity) voidremove(Session session, Collection<InventoryLocationAssignmentStatusPK> pks) voidvoidstore(Session session, InventoryLocationAssignmentStatus entity) voidstore(Session session, Collection<InventoryLocationAssignmentStatus> entities) voidstore(Collection<InventoryLocationAssignmentStatus> entities) booleanvalidPK(Session session, InventoryLocationAssignmentStatusPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVLOCASGNST_INVENTORYLOCATIONASSIGNMENTSTATUSID
- See Also:
-
INVLOCASGNST_INVLOCASGN_INVENTORYLOCATIONASSIGNMENTID
- See Also:
-
INVLOCASGNST_QUANTITYONHAND
- See Also:
-
INVLOCASGNST_AVAILABLETOPROMISE
- See Also:
-
-
Constructor Details
-
InventoryLocationAssignmentStatusFactory
protected InventoryLocationAssignmentStatusFactory()Creates a new instance of InventoryLocationAssignmentStatusFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryLocationAssignmentStatusPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryLocationAssignmentStatusPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryLocationAssignmentStatusPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryLocationAssignmentStatusValue> getValuesFromPKs(Session session, Collection<InventoryLocationAssignmentStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryLocationAssignmentStatusValue getValueFromPK(Session session, InventoryLocationAssignmentStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryLocationAssignmentStatusValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryLocationAssignmentStatusValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationAssignmentStatus> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationAssignmentStatus> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationAssignmentStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryLocationAssignmentStatus getEntityFromValue(EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) -
getEntityFromValue
public InventoryLocationAssignmentStatus getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusValue value) -
getEntityFromPK
public InventoryLocationAssignmentStatus getEntityFromPK(EntityPermission entityPermission, InventoryLocationAssignmentStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public InventoryLocationAssignmentStatus getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationAssignmentStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryLocationAssignmentStatusPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryLocationAssignmentStatusPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryLocationAssignmentStatusPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationAssignmentStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationAssignmentStatus getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationAssignmentStatus> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationAssignmentStatus> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationAssignmentStatus getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationAssignmentStatus getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryLocationAssignmentStatus create(Session session, InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationAssignmentStatus create(InventoryLocationAssignment inventoryLocationAssignment, Long quantityOnHand, Long availableToPromise) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationAssignmentStatus create(Session session, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationAssignmentStatus create(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryLocationAssignmentStatusValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryLocationAssignmentStatusValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryLocationAssignmentStatus entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryLocationAssignmentStatus> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryLocationAssignmentStatus> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationAssignmentStatus entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationAssignmentStatusPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryLocationAssignmentStatusPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryLocationAssignmentStatusPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryLocationAssignmentStatusPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<InventoryLocationAssignmentStatusPK,InventoryLocationAssignmentStatus> - Throws:
PersistenceDatabaseException
-