Class PrinterGroupJobFactory
java.lang.Object
com.echothree.model.data.printer.server.factory.PrinterGroupJobFactory
- All Implemented Interfaces:
BaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
public class PrinterGroupJobFactory
extends Object
implements BaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(PrinterGroupJobDetailPK activeDetailPK, PrinterGroupJobDetailPK lastDetailPK) create
(PrinterGroupJobDetail activeDetail, PrinterGroupJobDetail lastDetail) create
(Session session, PrinterGroupJobDetailPK activeDetailPK, PrinterGroupJobDetailPK lastDetailPK) create
(Session session, PrinterGroupJobDetail activeDetail, PrinterGroupJobDetail lastDetail) void
create
(Session session, Collection<PrinterGroupJobValue> _values) void
create
(Collection<PrinterGroupJobValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PrinterGroupJobPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PrinterGroupJobPK> 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, PrinterGroupJobPK pk) getEntityFromPK
(EntityPermission entityPermission, PrinterGroupJobPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PrinterGroupJobPK 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, PrinterGroupJobValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PrinterGroupJobValue value) static PrinterGroupJobFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PrinterGroupJobPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PrinterGroupJobPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PrinterGroupJobPK pk) void
remove
(Session session, PrinterGroupJob entity) void
remove
(Session session, Collection<PrinterGroupJobPK> pks) void
void
store
(Session session, PrinterGroupJob entity) void
store
(Session session, Collection<PrinterGroupJob> entities) void
store
(Collection<PrinterGroupJob> entities) boolean
validPK
(Session session, PrinterGroupJobPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PRNGRPJ_PRINTERGROUPJOBID
- See Also:
-
PRNGRPJ_ACTIVEDETAILID
- See Also:
-
PRNGRPJ_LASTDETAILID
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PrinterGroupJobPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PrinterGroupJobPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PrinterGroupJobValue> getValuesFromPKs(Session session, Collection<PrinterGroupJobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PrinterGroupJobValue getValueFromPK(Session session, PrinterGroupJobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PrinterGroupJobValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PrinterGroupJobValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PrinterGroupJob> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PrinterGroupJobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PrinterGroupJob> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PrinterGroupJobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PrinterGroupJob getEntityFromValue(EntityPermission entityPermission, PrinterGroupJobValue value) -
getEntityFromValue
public PrinterGroupJob getEntityFromValue(Session session, EntityPermission entityPermission, PrinterGroupJobValue value) -
getEntityFromPK
public PrinterGroupJob getEntityFromPK(EntityPermission entityPermission, PrinterGroupJobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PrinterGroupJob getEntityFromPK(Session session, EntityPermission entityPermission, PrinterGroupJobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PrinterGroupJobPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PrinterGroupJobPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PrinterGroupJobPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJob> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJob getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PrinterGroupJob> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PrinterGroupJob> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PrinterGroupJob getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PrinterGroupJob getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PrinterGroupJob create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public PrinterGroupJob create(Session session, PrinterGroupJobDetail activeDetail, PrinterGroupJobDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PrinterGroupJob create(PrinterGroupJobDetail activeDetail, PrinterGroupJobDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PrinterGroupJob create(Session session, PrinterGroupJobDetailPK activeDetailPK, PrinterGroupJobDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PrinterGroupJob create(PrinterGroupJobDetailPK activeDetailPK, PrinterGroupJobDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PrinterGroupJobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PrinterGroupJobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PrinterGroupJob> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PrinterGroupJobPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<PrinterGroupJobPK,
PrinterGroupJob> - Throws:
PersistenceDatabaseException
-