Class PartyPrinterGroupUseFactory
java.lang.Object
com.echothree.model.data.printer.server.factory.PartyPrinterGroupUseFactory
- All Implemented Interfaces:
BaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse>
public class PartyPrinterGroupUseFactory
extends Object
implements BaseFactory<PartyPrinterGroupUsePK,PartyPrinterGroupUse>
-
Field Summary
Fields -
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) create
(Session session, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) create
(Session session, Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) void
create
(Session session, Collection<PartyPrinterGroupUseValue> _values) void
create
(Collection<PartyPrinterGroupUseValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> 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, PartyPrinterGroupUsePK pk) getEntityFromPK
(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PartyPrinterGroupUsePK 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, PartyPrinterGroupUseValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PartyPrinterGroupUseValue value) static PartyPrinterGroupUseFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PartyPrinterGroupUsePK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PartyPrinterGroupUsePK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PartyPrinterGroupUsePK pk) void
remove
(Session session, PartyPrinterGroupUse entity) void
remove
(Session session, Collection<PartyPrinterGroupUsePK> pks) void
void
store
(Session session, PartyPrinterGroupUse entity) void
store
(Session session, Collection<PartyPrinterGroupUse> entities) void
store
(Collection<PartyPrinterGroupUse> entities) boolean
validPK
(Session session, PartyPrinterGroupUsePK pk)
-
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:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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(Session session, Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyPrinterGroupUseValue getValueFromPK(Session session, PartyPrinterGroupUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyPrinterGroupUseValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyPrinterGroupUseValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPrinterGroupUse> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyPrinterGroupUse> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyPrinterGroupUse getEntityFromValue(EntityPermission entityPermission, PartyPrinterGroupUseValue value) -
getEntityFromValue
public PartyPrinterGroupUse getEntityFromValue(Session session, EntityPermission entityPermission, PartyPrinterGroupUseValue value) -
getEntityFromPK
public PartyPrinterGroupUse getEntityFromPK(EntityPermission entityPermission, PartyPrinterGroupUsePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PartyPrinterGroupUse getEntityFromPK(Session session, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPrinterGroupUse> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyPrinterGroupUse> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, 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(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) 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) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyPrinterGroupUse getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPrinterGroupUse> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyPrinterGroupUse> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPrinterGroupUse getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyPrinterGroupUse getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyPrinterGroupUse create(Session session, Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPrinterGroupUse create(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyPrinterGroupUse create(Session session, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, 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(Session session, Collection<PartyPrinterGroupUseValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyPrinterGroupUseValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyPrinterGroupUse> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyPrinterGroupUse entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyPrinterGroupUsePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyPrinterGroupUsePK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PartyPrinterGroupUsePK,
PartyPrinterGroupUse> - Throws:
PersistenceDatabaseException
-