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