Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountValue
Packages that use GlAccountValue
Package
Description
-
Uses of GlAccountValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountValueConstructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountValueModifierConstructorDescriptionGlAccount(GlAccountValue value, EntityPermission entityPermission) Creates a new instance of GlAccount -
Uses of GlAccountValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountValueModifier and TypeMethodDescriptionGlAccountFactory.getValueFromPK(Session session, GlAccountPK pk) GlAccountFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountValueModifier and TypeMethodDescriptionGlAccountFactory.getValuesFromPKs(Session session, Collection<GlAccountPK> pks) GlAccountFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountValueModifier and TypeMethodDescriptionGlAccountFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountValue value) GlAccountFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountValueModifier and TypeMethodDescriptionvoidGlAccountFactory.create(Session session, Collection<GlAccountValue> _values) voidGlAccountFactory.create(Collection<GlAccountValue> _values) -
Uses of GlAccountValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountValue