Class BillingAccountRoleFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.BillingAccountRoleFactory
- All Implemented Interfaces:
BaseFactory<BillingAccountRolePK,
BillingAccountRole>
public class BillingAccountRoleFactory
extends Object
implements BaseFactory<BillingAccountRolePK,BillingAccountRole>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) create
(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) create
(Session session, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) create
(Session session, BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) void
create
(Session session, Collection<BillingAccountRoleValue> _values) void
create
(Collection<BillingAccountRoleValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BillingAccountRolePK> 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, BillingAccountRolePK pk) getEntityFromPK
(EntityPermission entityPermission, BillingAccountRolePK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, BillingAccountRolePK 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, BillingAccountRoleValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, BillingAccountRoleValue value) static BillingAccountRoleFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, BillingAccountRolePK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<BillingAccountRolePK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, BillingAccountRolePK pk) void
remove
(Session session, BillingAccountRole entity) void
remove
(Session session, Collection<BillingAccountRolePK> pks) void
void
store
(Session session, BillingAccountRole entity) void
store
(Session session, Collection<BillingAccountRole> entities) void
store
(Collection<BillingAccountRole> entities) boolean
validPK
(Session session, BillingAccountRolePK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
BLLACTR_BILLINGACCOUNTROLEID
- See Also:
-
BLLACTR_BLLACT_BILLINGACCOUNTID
- See Also:
-
BLLACTR_PAR_PARTYID
- See Also:
-
BLLACTR_PCM_PARTYCONTACTMECHANISMID
- See Also:
-
BLLACTR_BLLACTRTYP_BILLINGACCOUNTROLETYPEID
- See Also:
-
BLLACTR_FROMTIME
- See Also:
-
BLLACTR_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<BillingAccountRolePK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<BillingAccountRolePK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<BillingAccountRoleValue> getValuesFromPKs(Session session, Collection<BillingAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BillingAccountRoleValue getValueFromPK(Session session, BillingAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BillingAccountRoleValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BillingAccountRoleValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BillingAccountRole> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BillingAccountRole> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BillingAccountRolePK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BillingAccountRole getEntityFromValue(EntityPermission entityPermission, BillingAccountRoleValue value) -
getEntityFromValue
public BillingAccountRole getEntityFromValue(Session session, EntityPermission entityPermission, BillingAccountRoleValue value) -
getEntityFromPK
public BillingAccountRole getEntityFromPK(EntityPermission entityPermission, BillingAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public BillingAccountRole getEntityFromPK(Session session, EntityPermission entityPermission, BillingAccountRolePK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<BillingAccountRolePK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<BillingAccountRolePK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public BillingAccountRolePK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountRole> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountRole getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BillingAccountRole> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BillingAccountRole> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BillingAccountRole getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BillingAccountRole getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BillingAccountRole create(Session session, BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountRole create(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountRole create(Session session, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountRole create(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<BillingAccountRoleValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BillingAccountRoleValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<BillingAccountRole> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<BillingAccountRolePK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, BillingAccountRolePK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<BillingAccountRolePK,
BillingAccountRole> - Throws:
PersistenceDatabaseException
-