Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountCategoryValue
Packages that use GlAccountCategoryValue
Package
Description
-
Uses of GlAccountCategoryValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryValueModifier and TypeMethodDescriptionvoidGlAccountCategory.setGlAccountCategoryValue(GlAccountCategoryValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryValueModifierConstructorDescriptionGlAccountCategory(GlAccountCategoryValue value, EntityPermission entityPermission) Creates a new instance of GlAccountCategory -
Uses of GlAccountCategoryValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryValueModifier and TypeMethodDescriptionGlAccountCategoryFactory.getValueFromPK(GlAccountCategoryPK pk) GlAccountCategoryFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryValueModifier and TypeMethodDescriptionGlAccountCategoryFactory.getValuesFromPKs(Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryValueModifier and TypeMethodDescriptionGlAccountCategoryFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountCategoryValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryValueModifier and TypeMethodDescriptionvoidGlAccountCategoryFactory.create(Collection<GlAccountCategoryValue> _values) -
Uses of GlAccountCategoryValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryValue