Uses of Class
com.echothree.model.data.payment.server.value.BillingAccountValue
Packages that use BillingAccountValue
Package
Description
-
Uses of BillingAccountValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountValueMethods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountValueModifier and TypeMethodDescriptionvoidBillingAccount.setBillingAccountValue(BillingAccountValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountValueModifierConstructorDescriptionBillingAccount(BillingAccountValue value, EntityPermission entityPermission) Creates a new instance of BillingAccount -
Uses of BillingAccountValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountValueModifier and TypeMethodDescriptionBillingAccountFactory.getValueFromPK(Session session, BillingAccountPK pk) BillingAccountFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountValueModifier and TypeMethodDescriptionBillingAccountFactory.getValuesFromPKs(Session session, Collection<BillingAccountPK> pks) BillingAccountFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountValueModifier and TypeMethodDescriptionBillingAccountFactory.getEntityFromValue(EntityPermission entityPermission, BillingAccountValue value) BillingAccountFactory.getEntityFromValue(Session session, EntityPermission entityPermission, BillingAccountValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountValueModifier and TypeMethodDescriptionvoidBillingAccountFactory.create(Session session, Collection<BillingAccountValue> _values) voidBillingAccountFactory.create(Collection<BillingAccountValue> _values) -
Uses of BillingAccountValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountValue