Class PartyPrinterGroupUseFactory
java.lang.Object
com.echothree.model.data.printer.server.factory.PartyPrinterGroupUseFactory
- All Implemented Interfaces:
BaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
@ApplicationScoped
public class PartyPrinterGroupUseFactory
extends Object
implements BaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyPrinterGroupUseFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) create(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) voidcreate(Collection<PartyPrinterGroupUseValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> 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, PartyPrinterGroupUsePK 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, PartyPrinterGroupUseValue value) static PartyPrinterGroupUseFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(PartyPrinterGroupUse entity) voidvoidstore(PartyPrinterGroupUse entity) voidstore(Collection<PartyPrinterGroupUse> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PARPRNGRPUSE_PARTYPRINTERGROUPUSEID
- See Also:
-
PARPRNGRPUSE_PAR_PARTYID
- See Also:
-
PARPRNGRPUSE_PRNGRPUSETYP_PRINTERGROUPUSETYPEID
- See Also:
-
PARPRNGRPUSE_PRNGRP_PRINTERGROUPID
- See Also:
-
PARPRNGRPUSE_FROMTIME
- See Also:
-
PARPRNGRPUSE_THRUTIME
- See Also:
-
-
Constructor Details
-
PartyPrinterGroupUseFactory
protected PartyPrinterGroupUseFactory()Creates a new instance of PartyPrinterGroupUseFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyPrinterGroupUsePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyPrinterGroupUsePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyPrinterGroupUseValue> getValuesFromPKs(Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyPrinterGroupUseValue getValueFromPK(PartyPrinterGroupUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyPrinterGroupUseValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyPrinterGroupUseValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPrinterGroupUse> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyPrinterGroupUse getEntityFromValue(EntityPermission entityPermission, PartyPrinterGroupUseValue value) -
getEntityFromCache
-
getEntityFromPK
public PartyPrinterGroupUse getEntityFromPK(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyPrinterGroupUsePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyPrinterGroupUsePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyPrinterGroupUsePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPrinterGroupUse> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPrinterGroupUse> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPrinterGroupUse> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPrinterGroupUse> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPrinterGroupUse getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyPrinterGroupUse create(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPrinterGroupUse create(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyPrinterGroupUseValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-