Uses of Class
com.echothree.model.data.payment.server.entity.BillingAccountDetail
Packages that use BillingAccountDetail
Package
Description
-
Uses of BillingAccountDetail in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return BillingAccountDetailModifier and TypeMethodDescriptionBillingAccount.getActiveDetail()BillingAccount.getActiveDetail(EntityPermission entityPermission) BillingAccount.getActiveDetailForUpdate()BillingAccount.getLastDetail()BillingAccount.getLastDetail(EntityPermission entityPermission) BillingAccount.getLastDetailForUpdate()Methods in com.echothree.model.data.payment.server.entity with parameters of type BillingAccountDetailModifier and TypeMethodDescriptionvoidBillingAccount.setActiveDetail(BillingAccountDetail entity) voidBillingAccount.setLastDetail(BillingAccountDetail entity) -
Uses of BillingAccountDetail in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return BillingAccountDetailModifier and TypeMethodDescriptionBillingAccountDetailFactory.create(BillingAccountPK billingAccountPK, String billingAccountName, CurrencyPK currencyPK, String reference, String description, Long fromTime, Long thruTime) BillingAccountDetailFactory.create(BillingAccount billingAccount, String billingAccountName, Currency currency, String reference, String description, Long fromTime, Long thruTime) BillingAccountDetailFactory.getEntityFromCache(BillingAccountDetailPK pk) BillingAccountDetailFactory.getEntityFromPK(EntityPermission entityPermission, BillingAccountDetailPK pk) BillingAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BillingAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BillingAccountDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BillingAccountDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) BillingAccountDetailFactory.getEntityFromValue(EntityPermission entityPermission, BillingAccountDetailValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type BillingAccountDetailModifier and TypeMethodDescriptionBillingAccountDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BillingAccountDetailPK> pks) BillingAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) BillingAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BillingAccountDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BillingAccountDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type BillingAccountDetailModifier and TypeMethodDescriptionBillingAccountFactory.create(BillingAccountDetail activeDetail, BillingAccountDetail lastDetail) voidBillingAccountDetailFactory.remove(BillingAccountDetail entity) voidBillingAccountDetailFactory.store(BillingAccountDetail entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type BillingAccountDetailModifier and TypeMethodDescriptionvoidBillingAccountDetailFactory.store(Collection<BillingAccountDetail> entities)