Class PartyCarrierAccountDetailFactory
java.lang.Object
com.echothree.model.data.carrier.server.factory.PartyCarrierAccountDetailFactory
- All Implemented Interfaces:
- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
public class PartyCarrierAccountDetailFactory
extends Object
implements BaseFactory<PartyCarrierAccountDetailPK,PartyCarrierAccountDetail> 
- 
Field SummaryFields
- 
Method SummaryModifier 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:
 
 
- 
- 
Method Details- 
getInstance
- 
getPKColumn- Specified by:
- getPKColumnin interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
 
- 
getAllColumns- Specified by:
- getAllColumnsin interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
 
- 
getTableName- Specified by:
- getTableNamein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
 
- 
getComponentVendorName- Specified by:
- getComponentVendorNamein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
 
- 
getEntityTypeName- Specified by:
- getEntityTypeNamein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
 
- 
prepareStatement
- 
getNextPK
- 
getPKsFromResultSetAsSetpublic Set<PartyCarrierAccountDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromResultSetAsListpublic List<PartyCarrierAccountDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromResultSetpublic PartyCarrierAccountDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromPKspublic List<PartyCarrierAccountDetailValue> getValuesFromPKs(Session session, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromPKpublic PartyCarrierAccountDetailValue getValueFromPK(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValuesFromResultSetpublic List<PartyCarrierAccountDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getValueFromResultSetpublic PartyCarrierAccountDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<PartyCarrierAccountDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromPKspublic List<PartyCarrierAccountDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromValuepublic PartyCarrierAccountDetail getEntityFromValue(EntityPermission entityPermission, PartyCarrierAccountDetailValue value) 
- 
getEntityFromValuepublic PartyCarrierAccountDetail getEntityFromValue(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailValue value) 
- 
getEntityFromPKpublic PartyCarrierAccountDetail getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromCachepublic PartyCarrierAccountDetail getEntityFromCache(Session session, PartyCarrierAccountDetailPK pk) 
- 
getEntityFromPKpublic PartyCarrierAccountDetail getEntityFromPK(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsSetpublic Set<PartyCarrierAccountDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKsFromQueryAsListpublic List<PartyCarrierAccountDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getPKFromQuerypublic PartyCarrierAccountDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromQuerypublic List<PartyCarrierAccountDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromQuerypublic PartyCarrierAccountDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<PartyCarrierAccountDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntitiesFromResultSetpublic List<PartyCarrierAccountDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic PartyCarrierAccountDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
getEntityFromResultSetpublic PartyCarrierAccountDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
- PersistenceDatabaseException
 
- 
createpublic PartyCarrierAccountDetail create(Session session, PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic PartyCarrierAccountDetail create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic PartyCarrierAccountDetail create(Session session, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic PartyCarrierAccountDetail create(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Session session, Collection<PartyCarrierAccountDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
createpublic void create(Collection<PartyCarrierAccountDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException 
- 
storepublic void store(Session session, PartyCarrierAccountDetail entity) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
storepublic void store(Session session, Collection<PartyCarrierAccountDetail> entities) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
storepublic void store(Collection<PartyCarrierAccountDetail> entities) throws PersistenceDatabaseException - Specified by:
- storein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, PartyCarrierAccountDetail entity) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
removepublic void remove(Session session, Collection<PartyCarrierAccountDetailPK> pks) throws PersistenceDatabaseException - Specified by:
- removein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
remove- Specified by:
- removein interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
- 
validPKpublic boolean validPK(Session session, PartyCarrierAccountDetailPK pk) throws PersistenceDatabaseException - Specified by:
- validPKin interface- BaseFactory<PartyCarrierAccountDetailPK,- PartyCarrierAccountDetail> 
- Throws:
- PersistenceDatabaseException
 
 
-