Uses of Class
com.echothree.model.data.accounting.server.value.PartyGlAccountValue
Packages that use PartyGlAccountValue
Package
Description
-
Uses of PartyGlAccountValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return PartyGlAccountValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type PartyGlAccountValueModifier and TypeMethodDescriptionvoidPartyGlAccount.setPartyGlAccountValue(PartyGlAccountValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type PartyGlAccountValueModifierConstructorDescriptionPartyGlAccount(PartyGlAccountValue value, EntityPermission entityPermission) Creates a new instance of PartyGlAccount -
Uses of PartyGlAccountValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return PartyGlAccountValueModifier and TypeMethodDescriptionPartyGlAccountFactory.getValueFromPK(Session session, PartyGlAccountPK pk) PartyGlAccountFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type PartyGlAccountValueModifier and TypeMethodDescriptionPartyGlAccountFactory.getValuesFromPKs(Session session, Collection<PartyGlAccountPK> pks) PartyGlAccountFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type PartyGlAccountValueModifier and TypeMethodDescriptionPartyGlAccountFactory.getEntityFromValue(EntityPermission entityPermission, PartyGlAccountValue value) PartyGlAccountFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyGlAccountValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type PartyGlAccountValueModifier and TypeMethodDescriptionvoidPartyGlAccountFactory.create(Session session, Collection<PartyGlAccountValue> _values) voidPartyGlAccountFactory.create(Collection<PartyGlAccountValue> _values) -
Uses of PartyGlAccountValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return PartyGlAccountValue