Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGlAccountCategoryDetailValue
Packages that use TransactionGlAccountCategoryDetailValue
Package
Description
-
Uses of TransactionGlAccountCategoryDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionAccountingControl.getTransactionGlAccountCategoryDetailValueByNameForUpdate
(TransactionType transactionType, String transactionGlAccountCategoryName) AccountingControl.getTransactionGlAccountCategoryDetailValueForUpdate
(TransactionGlAccountCategory transactionGlAccountCategory) Methods in com.echothree.model.control.accounting.server.control with parameters of type TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateTransactionGlAccountCategoryFromValue
(TransactionGlAccountCategoryDetailValue transactionGlAccountCategoryDetailValue, BasePK updatedBy) -
Uses of TransactionGlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryDetail.getTransactionGlAccountCategoryDetailValue()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategoryDetail.setTransactionGlAccountCategoryDetailValue
(TransactionGlAccountCategoryDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryDetailValueModifierConstructorDescriptionTransactionGlAccountCategoryDetail
(TransactionGlAccountCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlAccountCategoryDetail -
Uses of TransactionGlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryDetailFactory.getValueFromPK
(Session session, TransactionGlAccountCategoryDetailPK pk) TransactionGlAccountCategoryDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<TransactionGlAccountCategoryDetailPK> pks) TransactionGlAccountCategoryDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryDetailFactory.getEntityFromValue
(EntityPermission entityPermission, TransactionGlAccountCategoryDetailValue value) TransactionGlAccountCategoryDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategoryDetailFactory.create
(Session session, Collection<TransactionGlAccountCategoryDetailValue> _values) void
TransactionGlAccountCategoryDetailFactory.create
(Collection<TransactionGlAccountCategoryDetailValue> _values) -
Uses of TransactionGlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountCategoryDetailValue