Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountClassDetailValue
Packages that use GlAccountClassDetailValue
Package
Description
-
Uses of GlAccountClassDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountClassDetailValueModifier and TypeMethodDescriptionAccountingControl.getDefaultGlAccountClassDetailValueForUpdate()
AccountingControl.getGlAccountClassDetailValueByNameForUpdate
(String glAccountClassName) AccountingControl.getGlAccountClassDetailValueForUpdate
(GlAccountClass glAccountClass) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountClassDetailValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateGlAccountClassFromValue
(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) -
Uses of GlAccountClassDetailValue in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type GlAccountClassDetailValueModifier and TypeMethodDescriptionvoid
GlAccountClassLogic.updateGlAccountClassFromValue
(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) -
Uses of GlAccountClassDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDetailValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassDetailValueModifier and TypeMethodDescriptionvoid
GlAccountClassDetail.setGlAccountClassDetailValue
(GlAccountClassDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassDetailValueModifierConstructorDescriptionGlAccountClassDetail
(GlAccountClassDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountClassDetail -
Uses of GlAccountClassDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDetailValueModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getValueFromPK
(Session session, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDetailValueModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getValuesFromPKs
(Session session, Collection<GlAccountClassDetailPK> pks) GlAccountClassDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDetailValueModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountClassDetailValue value) GlAccountClassDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountClassDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDetailValueModifier and TypeMethodDescriptionvoid
GlAccountClassDetailFactory.create
(Session session, Collection<GlAccountClassDetailValue> _values) void
GlAccountClassDetailFactory.create
(Collection<GlAccountClassDetailValue> _values) -
Uses of GlAccountClassDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassDetailValue