Class PrinterGroupJobFactory
java.lang.Object
com.echothree.model.data.printer.server.factory.PrinterGroupJobFactory
- All Implemented Interfaces:
BaseFactory<PrinterGroupJobPK,PrinterGroupJob>
@ApplicationScoped
public class PrinterGroupJobFactory
extends Object
implements BaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PrinterGroupJobFactory -
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) voidcreate(Session session, Collection<PrinterGroupJobValue> _values) voidcreate(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 PrinterGroupJobFactorygetPKFromQuery(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) voidremove(Session session, PrinterGroupJobPK pk) voidremove(Session session, PrinterGroupJob entity) voidremove(Session session, Collection<PrinterGroupJobPK> pks) voidvoidstore(Session session, PrinterGroupJob entity) voidstore(Session session, Collection<PrinterGroupJob> entities) voidstore(Collection<PrinterGroupJob> entities) booleanvalidPK(Session session, PrinterGroupJobPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PRNGRPJ_PRINTERGROUPJOBID
- See Also:
-
PRNGRPJ_ACTIVEDETAILID
- See Also:
-
PRNGRPJ_LASTDETAILID
- See Also:
-
-
Constructor Details
-
PrinterGroupJobFactory
protected PrinterGroupJobFactory()Creates a new instance of PrinterGroupJobFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein 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:
storein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PrinterGroupJob> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PrinterGroupJobPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PrinterGroupJobPK,PrinterGroupJob> - Throws:
PersistenceDatabaseException
-