Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeGroupValue
Packages that use EntityAttributeGroupValue
Package
Description
-
Uses of EntityAttributeGroupValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupValueModifier and TypeMethodDescriptionvoidEntityAttributeGroup.setEntityAttributeGroupValue(EntityAttributeGroupValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupValueModifierConstructorDescriptionEntityAttributeGroup(EntityAttributeGroupValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeGroup -
Uses of EntityAttributeGroupValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getValueFromPK(Session session, EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getValuesFromPKs(Session session, Collection<EntityAttributeGroupPK> pks) EntityAttributeGroupFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupValueModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeGroupValue value) EntityAttributeGroupFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAttributeGroupValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupValueModifier and TypeMethodDescriptionvoidEntityAttributeGroupFactory.create(Session session, Collection<EntityAttributeGroupValue> _values) voidEntityAttributeGroupFactory.create(Collection<EntityAttributeGroupValue> _values) -
Uses of EntityAttributeGroupValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupValue