Uses of Class
com.echothree.model.data.accounting.server.value.ItemAccountingCategoryDetailValue
Packages that use ItemAccountingCategoryDetailValue
Package
Description
-
Uses of ItemAccountingCategoryDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionAccountingControl.getDefaultItemAccountingCategoryDetailValueForUpdate()
AccountingControl.getItemAccountingCategoryDetailValueByNameForUpdate
(String itemAccountingCategoryName) AccountingControl.getItemAccountingCategoryDetailValueForUpdate
(ItemAccountingCategory itemAccountingCategory) Methods in com.echothree.model.control.accounting.server.control with parameters of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateItemAccountingCategoryFromValue
(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) -
Uses of ItemAccountingCategoryDetailValue in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryLogic.updateItemAccountingCategoryFromValue
(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) -
Uses of ItemAccountingCategoryDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionItemAccountingCategoryDetail.getItemAccountingCategoryDetailValue()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDetail.setItemAccountingCategoryDetailValue
(ItemAccountingCategoryDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type ItemAccountingCategoryDetailValueModifierConstructorDescriptionItemAccountingCategoryDetail
(ItemAccountingCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemAccountingCategoryDetail -
Uses of ItemAccountingCategoryDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getValueFromPK
(Session session, ItemAccountingCategoryDetailPK pk) ItemAccountingCategoryDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<ItemAccountingCategoryDetailPK> pks) ItemAccountingCategoryDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionItemAccountingCategoryDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ItemAccountingCategoryDetailValue value) ItemAccountingCategoryDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemAccountingCategoryDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type ItemAccountingCategoryDetailValueModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDetailFactory.create
(Session session, Collection<ItemAccountingCategoryDetailValue> _values) void
ItemAccountingCategoryDetailFactory.create
(Collection<ItemAccountingCategoryDetailValue> _values) -
Uses of ItemAccountingCategoryDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return ItemAccountingCategoryDetailValue