Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeEntityAttributeGroupValue
Packages that use EntityAttributeEntityAttributeGroupValue
Package
Description
-
Uses of EntityAttributeEntityAttributeGroupValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeEntityAttributeGroupValue
(EntityAttributeEntityAttributeGroup entityAttributeEntityAttributeGroup) CoreControl.getEntityAttributeEntityAttributeGroupValueForUpdate
(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityAttributeEntityAttributeGroupFromValue
(EntityAttributeEntityAttributeGroupValue entityAttributeEntityAttributeGroupValue, BasePK updatedBy) -
Uses of EntityAttributeEntityAttributeGroupValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroup.getEntityAttributeEntityAttributeGroupValue()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionvoid
EntityAttributeEntityAttributeGroup.setEntityAttributeEntityAttributeGroupValue
(EntityAttributeEntityAttributeGroupValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeEntityAttributeGroupValueModifierConstructorDescriptionEntityAttributeEntityAttributeGroup
(EntityAttributeEntityAttributeGroupValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeEntityAttributeGroup -
Uses of EntityAttributeEntityAttributeGroupValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupFactory.getValueFromPK
(Session session, EntityAttributeEntityAttributeGroupPK pk) EntityAttributeEntityAttributeGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeEntityAttributeGroupPK> pks) EntityAttributeEntityAttributeGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupFactory.getEntityFromValue
(EntityPermission entityPermission, EntityAttributeEntityAttributeGroupValue value) EntityAttributeEntityAttributeGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityAttributeEntityAttributeGroupValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeEntityAttributeGroupValueModifier and TypeMethodDescriptionvoid
EntityAttributeEntityAttributeGroupFactory.create
(Session session, Collection<EntityAttributeEntityAttributeGroupValue> _values) void
EntityAttributeEntityAttributeGroupFactory.create
(Collection<EntityAttributeEntityAttributeGroupValue> _values) -
Uses of EntityAttributeEntityAttributeGroupValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeEntityAttributeGroupValue