Uses of Class
com.echothree.model.data.payment.server.value.BillingAccountStatusValue
Packages that use BillingAccountStatusValue
Package
Description
-
Uses of BillingAccountStatusValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountStatusValueMethods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountStatusValueModifier and TypeMethodDescriptionvoid
BillingAccountStatus.setBillingAccountStatusValue
(BillingAccountStatusValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountStatusValueModifierConstructorDescriptionBillingAccountStatus
(BillingAccountStatusValue value, EntityPermission entityPermission) Creates a new instance of BillingAccountStatus -
Uses of BillingAccountStatusValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountStatusValueModifier and TypeMethodDescriptionBillingAccountStatusFactory.getValueFromPK
(Session session, BillingAccountStatusPK pk) BillingAccountStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountStatusValueModifier and TypeMethodDescriptionBillingAccountStatusFactory.getValuesFromPKs
(Session session, Collection<BillingAccountStatusPK> pks) BillingAccountStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountStatusValueModifier and TypeMethodDescriptionBillingAccountStatusFactory.getEntityFromValue
(EntityPermission entityPermission, BillingAccountStatusValue value) BillingAccountStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, BillingAccountStatusValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountStatusValueModifier and TypeMethodDescriptionvoid
BillingAccountStatusFactory.create
(Session session, Collection<BillingAccountStatusValue> _values) void
BillingAccountStatusFactory.create
(Collection<BillingAccountStatusValue> _values) -
Uses of BillingAccountStatusValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return BillingAccountStatusValue