Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountDetailPK
Packages that use BillingAccountDetailPK
Package
Description
-
Uses of BillingAccountDetailPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccount.getActiveDetailPK()BillingAccount.getLastDetailPK()BillingAccountDetail.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountDetailPKModifier and TypeMethodDescriptionvoidBillingAccount.setActiveDetailPK(BillingAccountDetailPK activeDetailPK) voidBillingAccount.setLastDetailPK(BillingAccountDetailPK lastDetailPK) -
Uses of BillingAccountDetailPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccountDetailFactory.getNextPK()BillingAccountDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccountDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountDetailFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccountFactory.create(BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) BillingAccountFactory.create(Session session, BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) BillingAccountDetailFactory.getEntityFromCache(Session session, BillingAccountDetailPK pk) BillingAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountDetailPK pk) BillingAccountDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, BillingAccountDetailPK pk) BillingAccountDetailFactory.getValueFromPK(Session session, BillingAccountDetailPK pk) voidBillingAccountDetailFactory.remove(Session session, BillingAccountDetailPK pk) booleanBillingAccountDetailFactory.validPK(Session session, BillingAccountDetailPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountDetailPK> pks) BillingAccountDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BillingAccountDetailPK> pks) BillingAccountDetailFactory.getValuesFromPKs(Session session, Collection<BillingAccountDetailPK> pks) voidBillingAccountDetailFactory.remove(Session session, Collection<BillingAccountDetailPK> pks) voidBillingAccountDetailFactory.remove(Collection<BillingAccountDetailPK> pks) -
Uses of BillingAccountDetailPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountDetailPKModifier and TypeMethodDescriptionBillingAccountValue.getActiveDetailPK()BillingAccountValue.getLastDetailPK()BillingAccountDetailValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type BillingAccountDetailPKModifier and TypeMethodDescriptionvoidBillingAccountValue.setActiveDetailPK(BillingAccountDetailPK activeDetailPK) voidBillingAccountValue.setLastDetailPK(BillingAccountDetailPK lastDetailPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountDetailPKModifierConstructorDescriptionBillingAccountDetailValue(BillingAccountDetailPK billingAccountDetailPK, BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of BillingAccountDetailValueBillingAccountValue(BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) Creates a new instance of BillingAccountValueBillingAccountValue(BillingAccountPK billingAccountPK, BillingAccountDetailPK activeDetailPK, BillingAccountDetailPK lastDetailPK) Creates a new instance of BillingAccountValue