Uses of Class
com.echothree.model.data.carrier.common.pk.PartyCarrierAccountDetailPK
Packages that use PartyCarrierAccountDetailPK
Package
Description
-
Uses of PartyCarrierAccountDetailPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccount.getActiveDetailPK()PartyCarrierAccount.getLastDetailPK()PartyCarrierAccountDetail.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.entity with parameters of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionvoidPartyCarrierAccount.setActiveDetailPK(PartyCarrierAccountDetailPK activeDetailPK) voidPartyCarrierAccount.setLastDetailPK(PartyCarrierAccountDetailPK lastDetailPK) -
Uses of PartyCarrierAccountDetailPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getNextPK()PartyCarrierAccountDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyCarrierAccountDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyCarrierAccountDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyCarrierAccountDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PartyCarrierAccountDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccountFactory.create(PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) PartyCarrierAccountDetailFactory.getEntityFromCache(PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getValueFromPK(PartyCarrierAccountDetailPK pk) voidPartyCarrierAccountDetailFactory.remove(PartyCarrierAccountDetailPK pk) booleanPartyCarrierAccountDetailFactory.validPK(PartyCarrierAccountDetailPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) PartyCarrierAccountDetailFactory.getValuesFromPKs(Collection<PartyCarrierAccountDetailPK> pks) voidPartyCarrierAccountDetailFactory.remove(Collection<PartyCarrierAccountDetailPK> pks) -
Uses of PartyCarrierAccountDetailPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccountValue.getActiveDetailPK()PartyCarrierAccountValue.getLastDetailPK()PartyCarrierAccountDetailValue.getPrimaryKey()Methods in com.echothree.model.data.carrier.server.value with parameters of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionvoidPartyCarrierAccountValue.setActiveDetailPK(PartyCarrierAccountDetailPK activeDetailPK) voidPartyCarrierAccountValue.setLastDetailPK(PartyCarrierAccountDetailPK lastDetailPK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type PartyCarrierAccountDetailPKModifierConstructorDescriptionPartyCarrierAccountDetailValue(PartyCarrierAccountDetailPK partyCarrierAccountDetailPK, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierAccountValue(PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) Creates a new instance of PartyCarrierAccountValuePartyCarrierAccountValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) Creates a new instance of PartyCarrierAccountValue -
Uses of PartyCarrierAccountDetailPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionPartyCarrierAccounts.ActiveDetail()Getter forpartycarrieraccounts.pcrract_activedetailid.PartyCarrierAccounts.LastDetail()Getter forpartycarrieraccounts.pcrract_lastdetailid.PartyCarrierAccountDetails.PartyCarrierAccountDetail()Getter forpartycarrieraccountdetails.pcrractdt_partycarrieraccountdetailid.Methods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyCarrierAccountDetailPK> PartyCarrierAccountDetails.key()Methods in com.echothree.model.jooq.server.records.carrier with parameters of type PartyCarrierAccountDetailPKModifier and TypeMethodDescriptionvoidPartyCarrierAccounts.ActiveDetail(PartyCarrierAccountDetailPK value) Setter forpartycarrieraccounts.pcrract_activedetailid.voidPartyCarrierAccounts.LastDetail(PartyCarrierAccountDetailPK value) Setter forpartycarrieraccounts.pcrract_lastdetailid.voidPartyCarrierAccountDetails.PartyCarrierAccountDetail(PartyCarrierAccountDetailPK value) Setter forpartycarrieraccountdetails.pcrractdt_partycarrieraccountdetailid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type PartyCarrierAccountDetailPKModifierConstructorDescriptionPartyCarrierAccountDetails(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 PartyCarrierAccountDetailPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type PartyCarrierAccountDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountDetailPK> PartyCarrierAccounts.ACTIVE_DETAILThe columnpartycarrieraccounts.pcrract_activedetailid.final org.jooq.TableField<PartyCarrierAccounts, PartyCarrierAccountDetailPK> PartyCarrierAccounts.LAST_DETAILThe columnpartycarrieraccounts.pcrract_lastdetailid.final org.jooq.TableField<PartyCarrierAccountDetails, PartyCarrierAccountDetailPK> PartyCarrierAccountDetails.PARTY_CARRIER_ACCOUNT_DETAILThe columnpartycarrieraccountdetails.pcrractdt_partycarrieraccountdetailid.