Class InventoryLocationGroupDescriptionFactory
java.lang.Object
com.echothree.model.data.inventory.server.factory.InventoryLocationGroupDescriptionFactory
- All Implemented Interfaces:
BaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
public class InventoryLocationGroupDescriptionFactory
extends Object
implements BaseFactory<InventoryLocationGroupDescriptionPK,InventoryLocationGroupDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<InventoryLocationGroupDescriptionValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> 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, InventoryLocationGroupDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionPK 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, InventoryLocationGroupDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, InventoryLocationGroupDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, InventoryLocationGroupDescriptionPK pk) void
remove
(Session session, InventoryLocationGroupDescription entity) void
remove
(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) void
void
store
(Session session, InventoryLocationGroupDescription entity) void
store
(Session session, Collection<InventoryLocationGroupDescription> entities) void
store
(Collection<InventoryLocationGroupDescription> entities) boolean
validPK
(Session session, InventoryLocationGroupDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
INVLOCGRPD_INVENTORYLOCATIONGROUPDESCRIPTIONID
- See Also:
-
INVLOCGRPD_INVLOCGRP_INVENTORYLOCATIONGROUPID
- See Also:
-
INVLOCGRPD_LANG_LANGUAGEID
- See Also:
-
INVLOCGRPD_DESCRIPTION
- See Also:
-
INVLOCGRPD_FROMTIME
- See Also:
-
INVLOCGRPD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<InventoryLocationGroupDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<InventoryLocationGroupDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public InventoryLocationGroupDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<InventoryLocationGroupDescriptionValue> getValuesFromPKs(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public InventoryLocationGroupDescriptionValue getValueFromPK(Session session, InventoryLocationGroupDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<InventoryLocationGroupDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public InventoryLocationGroupDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<InventoryLocationGroupDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public InventoryLocationGroupDescription getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) -
getEntityFromValue
public InventoryLocationGroupDescription getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionValue value) -
getEntityFromPK
public InventoryLocationGroupDescription getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public InventoryLocationGroupDescription getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<InventoryLocationGroupDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<InventoryLocationGroupDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public InventoryLocationGroupDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<InventoryLocationGroupDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public InventoryLocationGroupDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<InventoryLocationGroupDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public InventoryLocationGroupDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public InventoryLocationGroupDescription create(Session session, InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDescription create(InventoryLocationGroup inventoryLocationGroup, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDescription create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public InventoryLocationGroupDescription create(InventoryLocationGroupPK inventoryLocationGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<InventoryLocationGroupDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<InventoryLocationGroupDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, InventoryLocationGroupDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<InventoryLocationGroupDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<InventoryLocationGroupDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, InventoryLocationGroupDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<InventoryLocationGroupDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<InventoryLocationGroupDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, InventoryLocationGroupDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<InventoryLocationGroupDescriptionPK,
InventoryLocationGroupDescription> - Throws:
PersistenceDatabaseException
-