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