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 TypeMethodDescriptionvoid
PartyCarrierAccountDetail.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) PartyCarrierAccountDetailFactory.create
(Session session, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierAccountFactory.getEntityFromCache
(Session session, PartyCarrierAccountPK pk) PartyCarrierAccountFactory.getEntityFromPK
(EntityPermission entityPermission, PartyCarrierAccountPK pk) PartyCarrierAccountFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyCarrierAccountPK pk) PartyCarrierAccountFactory.getValueFromPK
(Session session, PartyCarrierAccountPK pk) void
PartyCarrierAccountFactory.remove
(Session session, PartyCarrierAccountPK pk) boolean
PartyCarrierAccountFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyCarrierAccountPK> pks) PartyCarrierAccountFactory.getValuesFromPKs
(Session session, Collection<PartyCarrierAccountPK> pks) void
PartyCarrierAccountFactory.remove
(Session session, Collection<PartyCarrierAccountPK> pks) void
PartyCarrierAccountFactory.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 TypeMethodDescriptionvoid
PartyCarrierAccountDetailValue.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