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(Session session, GlAccountCategoryPK pk) GlAccountCategoryFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryValueModifier and TypeMethodDescriptionGlAccountCategoryFactory.getValuesFromPKs(Session session, Collection<GlAccountCategoryPK> pks) GlAccountCategoryFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryValueModifier and TypeMethodDescriptionGlAccountCategoryFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountCategoryValue value) GlAccountCategoryFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountCategoryValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryValueModifier and TypeMethodDescriptionvoidGlAccountCategoryFactory.create(Session session, Collection<GlAccountCategoryValue> _values) voidGlAccountCategoryFactory.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