Class InventoryLocationGroupDetailFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryLocationGroupDetailFactory
- All Implemented Interfaces:
BaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
@ApplicationScoped
public class InventoryLocationGroupDetailFactory
extends Object
implements BaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of InventoryLocationGroupDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create(Session session, InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidcreate(Session session, Collection<InventoryLocationGroupDetailValue> _values) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> 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, InventoryLocationGroupDetailPK pk) getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailPK 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, InventoryLocationGroupDetailValue value) getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, InventoryLocationGroupDetailPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<InventoryLocationGroupDetailPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, InventoryLocationGroupDetailPK pk) voidremove(Session session, InventoryLocationGroupDetail entity) voidremove(Session session, Collection<InventoryLocationGroupDetailPK> pks) voidvoidstore(Session session, InventoryLocationGroupDetail entity) voidstore(Session session, Collection<InventoryLocationGroupDetail> entities) voidstore(Collection<InventoryLocationGroupDetail> entities) booleanvalidPK(Session session, InventoryLocationGroupDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVLOCGRPDT_INVENTORYLOCATIONGROUPDETAILID
- See Also:
-
INVLOCGRPDT_INVLOCGRP_INVENTORYLOCATIONGROUPID
- See Also:
-
INVLOCGRPDT_WAREHOUSEPARTYID
- See Also:
-
INVLOCGRPDT_INVENTORYLOCATIONGROUPNAME
- See Also:
-
INVLOCGRPDT_ISDEFAULT
- See Also:
-
INVLOCGRPDT_SORTORDER
- See Also:
-
INVLOCGRPDT_FROMTIME
- See Also:
-
INVLOCGRPDT_THRUTIME
- See Also:
-
-
Constructor Details
-
InventoryLocationGroupDetailFactory
protected InventoryLocationGroupDetailFactory()Creates a new instance of InventoryLocationGroupDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryLocationGroupDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryLocationGroupDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryLocationGroupDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryLocationGroupDetailValue> getValuesFromPKs(Session session, Collection<InventoryLocationGroupDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryLocationGroupDetailValue getValueFromPK(Session session, InventoryLocationGroupDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryLocationGroupDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryLocationGroupDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryLocationGroupDetail getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupDetailValue value) -
getEntityFromValue
public InventoryLocationGroupDetail getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailValue value) -
getEntityFromPK
public InventoryLocationGroupDetail getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public InventoryLocationGroupDetail getEntityFromCache(Session session, InventoryLocationGroupDetailPK pk) -
getEntityFromPK
public InventoryLocationGroupDetail getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryLocationGroupDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryLocationGroupDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryLocationGroupDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryLocationGroupDetail create(Session session, InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDetail create(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDetail create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDetail create(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryLocationGroupDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryLocationGroupDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryLocationGroupDetail entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryLocationGroupDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryLocationGroupDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupDetail entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupDetailPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryLocationGroupDetailPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryLocationGroupDetailPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryLocationGroupDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<InventoryLocationGroupDetailPK,InventoryLocationGroupDetail> - Throws:
PersistenceDatabaseException
-