Class PrinterGroupJobDetailFactory
java.lang.Object
com.echothree.model.data.printer.server.factory.PrinterGroupJobDetailFactory
- All Implemented Interfaces:
BaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
@ApplicationScoped
public class PrinterGroupJobDetailFactory
extends Object
implements BaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PrinterGroupJobDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) create(PrinterGroupJob printerGroupJob, String printerGroupJobName, PrinterGroup printerGroup, Document document, Integer copies, Integer priority, Long fromTime, Long thruTime) voidcreate(Collection<PrinterGroupJobDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PrinterGroupJobDetailPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PrinterGroupJobDetailPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PrinterGroupJobDetailValue value) static PrinterGroupJobDetailFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PrinterGroupJobDetail entity) voidvoidstore(PrinterGroupJobDetail entity) voidstore(Collection<PrinterGroupJobDetail> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PRNGRPJDT_PRINTERGROUPJOBDETAILID
- See Also:
-
PRNGRPJDT_PRNGRPJ_PRINTERGROUPJOBID
- See Also:
-
PRNGRPJDT_PRINTERGROUPJOBNAME
- See Also:
-
PRNGRPJDT_PRNGRP_PRINTERGROUPID
- See Also:
-
PRNGRPJDT_DCMNT_DOCUMENTID
- See Also:
-
PRNGRPJDT_COPIES
- See Also:
-
PRNGRPJDT_PRIORITY
- See Also:
-
PRNGRPJDT_FROMTIME
- See Also:
-
PRNGRPJDT_THRUTIME
- See Also:
-
-
Constructor Details
-
PrinterGroupJobDetailFactory
protected PrinterGroupJobDetailFactory()Creates a new instance of PrinterGroupJobDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PrinterGroupJobDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PrinterGroupJobDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PrinterGroupJobDetailValue> getValuesFromPKs(Collection<PrinterGroupJobDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PrinterGroupJobDetailValue getValueFromPK(PrinterGroupJobDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PrinterGroupJobDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PrinterGroupJobDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PrinterGroupJobDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PrinterGroupJobDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PrinterGroupJobDetail getEntityFromValue(EntityPermission entityPermission, PrinterGroupJobDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public PrinterGroupJobDetail getEntityFromPK(EntityPermission entityPermission, PrinterGroupJobDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PrinterGroupJobDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PrinterGroupJobDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PrinterGroupJobDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJobDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJobDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PrinterGroupJobDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJobDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJobDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PrinterGroupJobDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PrinterGroupJobDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PrinterGroupJobDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PrinterGroupJobDetail create(PrinterGroupJob printerGroupJob, String printerGroupJobName, PrinterGroup printerGroup, Document document, Integer copies, Integer priority, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PrinterGroupJobDetail create(PrinterGroupJobPK printerGroupJobPK, String printerGroupJobName, PrinterGroupPK printerGroupPK, DocumentPK documentPK, Integer copies, Integer priority, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PrinterGroupJobDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PrinterGroupJobDetailPK,PrinterGroupJobDetail> - Throws:
PersistenceDatabaseException
-