Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountDescriptionValue
Packages that use GlAccountDescriptionValue
Package
Description
-
Uses of GlAccountDescriptionValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountDescriptionValueModifier and TypeMethodDescriptionAccountingControl.getGlAccountDescriptionValue
(GlAccountDescription glAccountDescription) AccountingControl.getGlAccountDescriptionValueForUpdate
(GlAccount glAccount, Language language) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountDescriptionValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateGlAccountDescriptionFromValue
(GlAccountDescriptionValue glAccountDescriptionValue, BasePK updatedBy) -
Uses of GlAccountDescriptionValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDescriptionValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDescriptionValueModifier and TypeMethodDescriptionvoid
GlAccountDescription.setGlAccountDescriptionValue
(GlAccountDescriptionValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDescriptionValueModifierConstructorDescriptionGlAccountDescription
(GlAccountDescriptionValue value, EntityPermission entityPermission) Creates a new instance of GlAccountDescription -
Uses of GlAccountDescriptionValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDescriptionValueModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getValueFromPK
(Session session, GlAccountDescriptionPK pk) GlAccountDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDescriptionValueModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getValuesFromPKs
(Session session, Collection<GlAccountDescriptionPK> pks) GlAccountDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDescriptionValueModifier and TypeMethodDescriptionGlAccountDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountDescriptionValue value) GlAccountDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountDescriptionValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDescriptionValueModifier and TypeMethodDescriptionvoid
GlAccountDescriptionFactory.create
(Session session, Collection<GlAccountDescriptionValue> _values) void
GlAccountDescriptionFactory.create
(Collection<GlAccountDescriptionValue> _values) -
Uses of GlAccountDescriptionValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDescriptionValue