Class InventoryLocationGroupVolumeFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryLocationGroupVolumeFactory
- All Implemented Interfaces:
BaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
public class InventoryLocationGroupVolumeFactory
extends Object
implements BaseFactory<InventoryLocationGroupVolumePK,InventoryLocationGroupVolume>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) create
(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) create
(Session session, InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) void
create
(Session session, Collection<InventoryLocationGroupVolumeValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> 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, InventoryLocationGroupVolumePK pk) getEntityFromPK
(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumePK 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, InventoryLocationGroupVolumeValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, InventoryLocationGroupVolumePK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<InventoryLocationGroupVolumePK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, InventoryLocationGroupVolumePK pk) void
remove
(Session session, InventoryLocationGroupVolume entity) void
remove
(Session session, Collection<InventoryLocationGroupVolumePK> pks) void
void
store
(Session session, InventoryLocationGroupVolume entity) void
store
(Session session, Collection<InventoryLocationGroupVolume> entities) void
store
(Collection<InventoryLocationGroupVolume> entities) boolean
validPK
(Session session, InventoryLocationGroupVolumePK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVLOCGRPVOL_INVENTORYLOCATIONGROUPVOLUMEID
- See Also:
-
INVLOCGRPVOL_INVLOCGRP_INVENTORYLOCATIONGROUPID
- See Also:
-
INVLOCGRPVOL_HEIGHT
- See Also:
-
INVLOCGRPVOL_WIDTH
- See Also:
-
INVLOCGRPVOL_DEPTH
- See Also:
-
INVLOCGRPVOL_FROMTIME
- See Also:
-
INVLOCGRPVOL_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryLocationGroupVolumePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryLocationGroupVolumePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryLocationGroupVolumePK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryLocationGroupVolumeValue> getValuesFromPKs(Session session, Collection<InventoryLocationGroupVolumePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryLocationGroupVolumeValue getValueFromPK(Session session, InventoryLocationGroupVolumePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryLocationGroupVolumeValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryLocationGroupVolumeValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupVolume> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupVolume> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryLocationGroupVolume getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) -
getEntityFromValue
public InventoryLocationGroupVolume getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) -
getEntityFromPK
public InventoryLocationGroupVolume getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public InventoryLocationGroupVolume getEntityFromCache(Session session, InventoryLocationGroupVolumePK pk) -
getEntityFromPK
public InventoryLocationGroupVolume getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryLocationGroupVolumePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryLocationGroupVolumePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryLocationGroupVolumePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupVolume> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupVolume getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupVolume> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupVolume> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupVolume getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupVolume getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryLocationGroupVolume create(Session session, InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupVolume create(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupVolume create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupVolume create(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryLocationGroupVolumeValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryLocationGroupVolumeValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryLocationGroupVolume entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryLocationGroupVolume> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryLocationGroupVolume> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupVolume entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupVolumePK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryLocationGroupVolumePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryLocationGroupVolumePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryLocationGroupVolumePK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<InventoryLocationGroupVolumePK,
InventoryLocationGroupVolume> - Throws:
PersistenceDatabaseException
-