Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountCategoryDetailValue
Packages that use GlAccountCategoryDetailValue
Package
Description
-
Uses of GlAccountCategoryDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountCategoryDetailValueModifier and TypeMethodDescriptionAccountingControl.getDefaultGlAccountCategoryDetailValueForUpdate()
AccountingControl.getGlAccountCategoryDetailValueByNameForUpdate
(String glAccountCategoryName) AccountingControl.getGlAccountCategoryDetailValueForUpdate
(GlAccountCategory glAccountCategory) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateGlAccountCategoryFromValue
(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) -
Uses of GlAccountCategoryDetailValue in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
GlAccountCategoryLogic.updateGlAccountCategoryFromValue
(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) -
Uses of GlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDetailValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
GlAccountCategoryDetail.setGlAccountCategoryDetailValue
(GlAccountCategoryDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDetailValueModifierConstructorDescriptionGlAccountCategoryDetail
(GlAccountCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountCategoryDetail -
Uses of GlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDetailValueModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getValueFromPK
(Session session, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<GlAccountCategoryDetailPK> pks) GlAccountCategoryDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountCategoryDetailValue value) GlAccountCategoryDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountCategoryDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDetailValueModifier and TypeMethodDescriptionvoid
GlAccountCategoryDetailFactory.create
(Session session, Collection<GlAccountCategoryDetailValue> _values) void
GlAccountCategoryDetailFactory.create
(Collection<GlAccountCategoryDetailValue> _values) -
Uses of GlAccountCategoryDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDetailValue