Uses of Class
com.echothree.model.data.payment.common.pk.BillingAccountStatusPK
Packages that use BillingAccountStatusPK
Package
Description
-
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountStatusPK -
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getNextPK()BillingAccountStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BillingAccountStatusFactory.getPKsFromResultSetAsList(ResultSet rs) BillingAccountStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getEntityFromCache(Session session, BillingAccountStatusPK pk) BillingAccountStatusFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountStatusPK pk) BillingAccountStatusFactory.getEntityFromPK(Session session, EntityPermission entityPermission, BillingAccountStatusPK pk) BillingAccountStatusFactory.getValueFromPK(Session session, BillingAccountStatusPK pk) voidBillingAccountStatusFactory.remove(Session session, BillingAccountStatusPK pk) booleanBillingAccountStatusFactory.validPK(Session session, BillingAccountStatusPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountStatusPKModifier and TypeMethodDescriptionBillingAccountStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) BillingAccountStatusFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BillingAccountStatusPK> pks) BillingAccountStatusFactory.getValuesFromPKs(Session session, Collection<BillingAccountStatusPK> pks) voidBillingAccountStatusFactory.remove(Session session, Collection<BillingAccountStatusPK> pks) voidBillingAccountStatusFactory.remove(Collection<BillingAccountStatusPK> pks) -
Uses of BillingAccountStatusPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountStatusPKConstructors in com.echothree.model.data.payment.server.value with parameters of type BillingAccountStatusPKModifierConstructorDescriptionBillingAccountStatusValue(BillingAccountStatusPK billingAccountStatusPK, BillingAccountPK billingAccountPK, Long creditLimit, Long potentialCreditLimit) Creates a new instance of BillingAccountStatusValue