Uses of Class
com.echothree.model.data.carrier.common.pk.PartyCarrierAccountPK
Packages that use PartyCarrierAccountPK
Package
Description
-
Uses of PartyCarrierAccountPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountDetail.getPartyCarrierAccountPK()PartyCarrierAccount.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.entity with parameters of type PartyCarrierAccountPKModifier and TypeMethodDescriptionvoidPartyCarrierAccountDetail.setPartyCarrierAccountPK(PartyCarrierAccountPK partyCarrierAccountPK) -
Uses of PartyCarrierAccountPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountFactory.getNextPK()PartyCarrierAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyCarrierAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyCarrierAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyCarrierAccountFactory.getPKsFromResultSetAsList(ResultSet rs) PartyCarrierAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.create(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierAccountFactory.getEntityFromCache(PartyCarrierAccountPK pk) PartyCarrierAccountFactory.getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountPK pk) PartyCarrierAccountFactory.getValueFromPK(PartyCarrierAccountPK pk) voidPartyCarrierAccountFactory.remove(PartyCarrierAccountPK pk) booleanPartyCarrierAccountFactory.validPK(PartyCarrierAccountPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountPK> pks) PartyCarrierAccountFactory.getValuesFromPKs(Collection<PartyCarrierAccountPK> pks) voidPartyCarrierAccountFactory.remove(Collection<PartyCarrierAccountPK> pks) -
Uses of PartyCarrierAccountPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountDetailValue.getPartyCarrierAccountPK()PartyCarrierAccountValue.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.value with parameters of type PartyCarrierAccountPKModifier and TypeMethodDescriptionvoidPartyCarrierAccountDetailValue.setPartyCarrierAccountPK(PartyCarrierAccountPK partyCarrierAccountPK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type PartyCarrierAccountPKModifierConstructorDescriptionPartyCarrierAccountDetailValue(PartyCarrierAccountDetailPK partyCarrierAccountDetailPK, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierAccountDetailValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierAccountValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) Creates a new instance of PartyCarrierAccountValue -
Uses of PartyCarrierAccountPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return PartyCarrierAccountPKModifier and TypeMethodDescriptionPartyCarrierAccountDetails.PartyCarrierAccount()Getter forpartycarrieraccountdetails.pcrractdt_pcrract_partycarrieraccountid.PartyCarrierAccounts.PartyCarrierAccount()Getter forpartycarrieraccounts.pcrract_partycarrieraccountid.Methods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type PartyCarrierAccountPKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyCarrierAccountPK> PartyCarrierAccounts.key()Methods in com.echothree.model.jooq.server.records.carrier with parameters of type PartyCarrierAccountPKModifier and TypeMethodDescriptionvoidPartyCarrierAccountDetails.PartyCarrierAccount(PartyCarrierAccountPK value) Setter forpartycarrieraccountdetails.pcrractdt_pcrract_partycarrieraccountid.voidPartyCarrierAccounts.PartyCarrierAccount(PartyCarrierAccountPK value) Setter forpartycarrieraccounts.pcrract_partycarrieraccountid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type PartyCarrierAccountPKModifierConstructorDescriptionPartyCarrierAccountDetails(PartyCarrierAccountDetailPK PartyCarrierAccountDetail, PartyCarrierAccountPK PartyCarrierAccount, PartyPK Party, PartyPK CarrierParty, String Account, Boolean AlwaysUseThirdPartyBilling, Long FromTime, Long ThruTime) Create a detached, initialised PartyCarrierAccountDetailsPartyCarrierAccounts(PartyCarrierAccountPK PartyCarrierAccount, PartyCarrierAccountDetailPK ActiveDetail, PartyCarrierAccountDetailPK LastDetail) Create a detached, initialised PartyCarrierAccounts -
Uses of PartyCarrierAccountPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type PartyCarrierAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyCarrierAccountDetails, PartyCarrierAccountPK> PartyCarrierAccountDetails.PARTY_CARRIER_ACCOUNTThe columnpartycarrieraccountdetails.pcrractdt_pcrract_partycarrieraccountid.final org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountPK> PartyCarrierAccounts.PARTY_CARRIER_ACCOUNTThe columnpartycarrieraccounts.pcrract_partycarrieraccountid.