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) PartyCarrierAccountFactory.create(Session session, PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) PartyCarrierAccountDetailFactory.getEntityFromCache(Session session, PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyCarrierAccountDetailPK pk) PartyCarrierAccountDetailFactory.getValueFromPK(Session session, PartyCarrierAccountDetailPK pk) voidPartyCarrierAccountDetailFactory.remove(Session session, PartyCarrierAccountDetailPK pk) booleanPartyCarrierAccountDetailFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyCarrierAccountDetailPK> pks) PartyCarrierAccountDetailFactory.getValuesFromPKs(Session session, Collection<PartyCarrierAccountDetailPK> pks) voidPartyCarrierAccountDetailFactory.remove(Session session, 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