Class BillingAccountStatusFactory
java.lang.Object
com.echothree.model.data.payment.server.factory.BillingAccountStatusFactory
- All Implemented Interfaces:
BaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
public class BillingAccountStatusFactory
extends Object
implements BaseFactory<BillingAccountStatusPK,BillingAccountStatus>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) create
(BillingAccount billingAccount, Long creditLimit, Long potentialCreditLimit) create
(Session session, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) create
(Session session, BillingAccount billingAccount, Long creditLimit, Long potentialCreditLimit) void
create
(Session session, Collection<BillingAccountStatusValue> _values) void
create
(Collection<BillingAccountStatusValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BillingAccountStatusPK> 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, BillingAccountStatusPK pk) getEntityFromPK
(EntityPermission entityPermission, BillingAccountStatusPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, BillingAccountStatusPK 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, BillingAccountStatusValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, BillingAccountStatusValue value) static BillingAccountStatusFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, BillingAccountStatusPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<BillingAccountStatusPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, BillingAccountStatusPK pk) void
remove
(Session session, BillingAccountStatus entity) void
remove
(Session session, Collection<BillingAccountStatusPK> pks) void
void
store
(Session session, BillingAccountStatus entity) void
store
(Session session, Collection<BillingAccountStatus> entities) void
store
(Collection<BillingAccountStatus> entities) boolean
validPK
(Session session, BillingAccountStatusPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
BLLACTST_BILLINGACCOUNTSTATUSID
- See Also:
-
BLLACTST_BLLACT_BILLINGACCOUNTID
- See Also:
-
BLLACTST_CREDITLIMIT
- See Also:
-
BLLACTST_POTENTIALCREDITLIMIT
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<BillingAccountStatusPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<BillingAccountStatusPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<BillingAccountStatusValue> getValuesFromPKs(Session session, Collection<BillingAccountStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BillingAccountStatusValue getValueFromPK(Session session, BillingAccountStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BillingAccountStatusValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BillingAccountStatusValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BillingAccountStatus> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BillingAccountStatus> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BillingAccountStatus getEntityFromValue(EntityPermission entityPermission, BillingAccountStatusValue value) -
getEntityFromValue
public BillingAccountStatus getEntityFromValue(Session session, EntityPermission entityPermission, BillingAccountStatusValue value) -
getEntityFromPK
public BillingAccountStatus getEntityFromPK(EntityPermission entityPermission, BillingAccountStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public BillingAccountStatus getEntityFromPK(Session session, EntityPermission entityPermission, BillingAccountStatusPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<BillingAccountStatusPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<BillingAccountStatusPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public BillingAccountStatusPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BillingAccountStatus> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BillingAccountStatus getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BillingAccountStatus> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BillingAccountStatus> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BillingAccountStatus getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BillingAccountStatus getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BillingAccountStatus create(Session session, BillingAccount billingAccount, Long creditLimit, Long potentialCreditLimit) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountStatus create(BillingAccount billingAccount, Long creditLimit, Long potentialCreditLimit) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountStatus create(Session session, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BillingAccountStatus create(BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<BillingAccountStatusValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BillingAccountStatusValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<BillingAccountStatus> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, BillingAccountStatus entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<BillingAccountStatusPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, BillingAccountStatusPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<BillingAccountStatusPK,
BillingAccountStatus> - Throws:
PersistenceDatabaseException
-