Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeGroupDetailValue
Packages that use EntityAttributeGroupDetailValue
Package
Description
-
Uses of EntityAttributeGroupDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionCoreControl.getDefaultEntityAttributeGroupDetailValueForUpdate()
CoreControl.getEntityAttributeGroupDetailValueByNameForUpdate
(String entityAttributeGroupName) CoreControl.getEntityAttributeGroupDetailValueForUpdate
(EntityAttributeGroup entityAttributeGroup) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityAttributeGroupFromValue
(EntityAttributeGroupDetailValue entityAttributeGroupDetailValue, BasePK updatedBy) -
Uses of EntityAttributeGroupDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionEntityAttributeGroupDetail.getEntityAttributeGroupDetailValue()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionvoid
EntityAttributeGroupDetail.setEntityAttributeGroupDetailValue
(EntityAttributeGroupDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupDetailValueModifierConstructorDescriptionEntityAttributeGroupDetail
(EntityAttributeGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeGroupDetail -
Uses of EntityAttributeGroupDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getValueFromPK
(Session session, EntityAttributeGroupDetailPK pk) EntityAttributeGroupDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeGroupDetailPK> pks) EntityAttributeGroupDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionEntityAttributeGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, EntityAttributeGroupDetailValue value) EntityAttributeGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityAttributeGroupDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupDetailValueModifier and TypeMethodDescriptionvoid
EntityAttributeGroupDetailFactory.create
(Session session, Collection<EntityAttributeGroupDetailValue> _values) void
EntityAttributeGroupDetailFactory.create
(Collection<EntityAttributeGroupDetailValue> _values) -
Uses of EntityAttributeGroupDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeGroupDetailValue