Class PartyCarrierAccountDetailFactory
java.lang.Object
com.echothree.model.data.carrier.server.factory.PartyCarrierAccountDetailFactory
- All Implemented Interfaces:
BaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
@ApplicationScoped
public class PartyCarrierAccountDetailFactory
extends Object
implements BaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyCarrierAccountDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) create(Session session, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) create(Session session, PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) voidcreate(Session session, Collection<PartyCarrierAccountDetailValue> _values) voidcreate(Collection<PartyCarrierAccountDetailValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> 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, PartyCarrierAccountDetailPK pk) getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailPK 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, PartyCarrierAccountDetailValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PartyCarrierAccountDetailPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PartyCarrierAccountDetailPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PartyCarrierAccountDetailPK pk) voidremove(Session session, PartyCarrierAccountDetail entity) voidremove(Session session, Collection<PartyCarrierAccountDetailPK> pks) voidvoidstore(Session session, PartyCarrierAccountDetail entity) voidstore(Session session, Collection<PartyCarrierAccountDetail> entities) voidstore(Collection<PartyCarrierAccountDetail> entities) booleanvalidPK(Session session, PartyCarrierAccountDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PCRRACTDT_PARTYCARRIERACCOUNTDETAILID
- See Also:
-
PCRRACTDT_PCRRACT_PARTYCARRIERACCOUNTID
- See Also:
-
PCRRACTDT_PAR_PARTYID
- See Also:
-
PCRRACTDT_CARRIERPARTYID
- See Also:
-
PCRRACTDT_ACCOUNT
- See Also:
-
PCRRACTDT_ALWAYSUSETHIRDPARTYBILLING
- See Also:
-
PCRRACTDT_FROMTIME
- See Also:
-
PCRRACTDT_THRUTIME
- See Also:
-
-
Constructor Details
-
PartyCarrierAccountDetailFactory
protected PartyCarrierAccountDetailFactory()Creates a new instance of PartyCarrierAccountDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyCarrierAccountDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyCarrierAccountDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyCarrierAccountDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyCarrierAccountDetailValue> getValuesFromPKs(Session session, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyCarrierAccountDetailValue getValueFromPK(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyCarrierAccountDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyCarrierAccountDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyCarrierAccountDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyCarrierAccountDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyCarrierAccountDetail getEntityFromValue(EntityPermission entityPermission, PartyCarrierAccountDetailValue value) -
getEntityFromValue
public PartyCarrierAccountDetail getEntityFromValue(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailValue value) -
getEntityFromPK
public PartyCarrierAccountDetail getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public PartyCarrierAccountDetail getEntityFromCache(Session session, PartyCarrierAccountDetailPK pk) -
getEntityFromPK
public PartyCarrierAccountDetail getEntityFromPK(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyCarrierAccountDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyCarrierAccountDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyCarrierAccountDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyCarrierAccountDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyCarrierAccountDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyCarrierAccountDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyCarrierAccountDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyCarrierAccountDetail create(Session session, PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyCarrierAccountDetail create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyCarrierAccountDetail create(Session session, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyCarrierAccountDetail create(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyCarrierAccountDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyCarrierAccountDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyCarrierAccountDetail entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyCarrierAccountDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyCarrierAccountDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyCarrierAccountDetail entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> - Throws:
PersistenceDatabaseException
-