Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeGroupDescriptionValue
Packages that use EntityAttributeGroupDescriptionValue
Package
Description
-
Uses of EntityAttributeGroupDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroupDescriptionValue(EntityAttributeGroupDescription entityAttributeGroupDescription) CoreControl.getEntityAttributeGroupDescriptionValueForUpdate(EntityAttributeGroup entityAttributeGroup, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionvoidCoreControl.updateEntityAttributeGroupDescriptionFromValue(EntityAttributeGroupDescriptionValue entityAttributeGroupDescriptionValue, BasePK updatedBy) -
Uses of EntityAttributeGroupDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionEntityAttributeGroupDescription.getEntityAttributeGroupDescriptionValue()Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionvoidEntityAttributeGroupDescription.setEntityAttributeGroupDescriptionValue(EntityAttributeGroupDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupDescriptionValueModifierConstructorDescriptionEntityAttributeGroupDescription(EntityAttributeGroupDescriptionValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeGroupDescription -
Uses of EntityAttributeGroupDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getValueFromPK(Session session, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<EntityAttributeGroupDescriptionPK> pks) EntityAttributeGroupDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeGroupDescriptionValue value) EntityAttributeGroupDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAttributeGroupDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupDescriptionValueModifier and TypeMethodDescriptionvoidEntityAttributeGroupDescriptionFactory.create(Session session, Collection<EntityAttributeGroupDescriptionValue> _values) voidEntityAttributeGroupDescriptionFactory.create(Collection<EntityAttributeGroupDescriptionValue> _values) -
Uses of EntityAttributeGroupDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupDescriptionValue