Uses of Class
com.echothree.model.data.accounting.server.value.GlAccountDetailValue
Packages that use GlAccountDetailValue
Package
Description
-
Uses of GlAccountDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountDetailValueModifier and TypeMethodDescriptionAccountingControl.getDefaultGlAccountDetailValueForUpdate(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountDetailValueForUpdate(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountDetailValueByNameForUpdate(String glAccountName) AccountingControl.getGlAccountDetailValueForUpdate(GlAccount glAccount) Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountDetailValueModifier and TypeMethodDescriptionvoidAccountingControl.updateGlAccountFromValue(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) -
Uses of GlAccountDetailValue in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type GlAccountDetailValueModifier and TypeMethodDescriptionvoidGlAccountLogic.updateGlAccountFromValue(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) -
Uses of GlAccountDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountDetailValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailValueModifier and TypeMethodDescriptionvoidGlAccountDetail.setGlAccountDetailValue(GlAccountDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountDetailValueModifierConstructorDescriptionGlAccountDetail(GlAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of GlAccountDetail -
Uses of GlAccountDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountDetailValueModifier and TypeMethodDescriptionGlAccountDetailFactory.getValueFromPK(Session session, GlAccountDetailPK pk) GlAccountDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountDetailValueModifier and TypeMethodDescriptionGlAccountDetailFactory.getValuesFromPKs(Session session, Collection<GlAccountDetailPK> pks) GlAccountDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountDetailValueModifier and TypeMethodDescriptionGlAccountDetailFactory.getEntityFromValue(EntityPermission entityPermission, GlAccountDetailValue value) GlAccountDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GlAccountDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountDetailValueModifier and TypeMethodDescriptionvoidGlAccountDetailFactory.create(Session session, Collection<GlAccountDetailValue> _values) voidGlAccountDetailFactory.create(Collection<GlAccountDetailValue> _values) -
Uses of GlAccountDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountDetailValue