Uses of Class
com.echothree.model.data.core.server.value.EntityAttributeDetailValue
Packages that use EntityAttributeDetailValue
Package
Description
-
Uses of EntityAttributeDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeDetailValueModifier and TypeMethodDescriptionCoreControl.getEntityAttributeDetailValueByNameForUpdate(EntityType entityType, String entityAttributeName) CoreControl.getEntityAttributeDetailValueForUpdate(EntityAttribute entityAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeDetailValueModifier and TypeMethodDescriptionvoidCoreControl.updateEntityAttributeFromValue(EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) -
Uses of EntityAttributeDetailValue in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic with parameters of type EntityAttributeDetailValueModifier and TypeMethodDescriptionvoidEntityAttributeLogic.updateEntityAttributeFromValue(Session session, EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) -
Uses of EntityAttributeDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeDetailValueModifier and TypeMethodDescriptionvoidEntityAttributeDetail.setEntityAttributeDetailValue(EntityAttributeDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeDetailValueModifierConstructorDescriptionEntityAttributeDetail(EntityAttributeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityAttributeDetail -
Uses of EntityAttributeDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeDetailValueModifier and TypeMethodDescriptionEntityAttributeDetailFactory.getValueFromPK(Session session, EntityAttributeDetailPK pk) EntityAttributeDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeDetailValueModifier and TypeMethodDescriptionEntityAttributeDetailFactory.getValuesFromPKs(Session session, Collection<EntityAttributeDetailPK> pks) EntityAttributeDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeDetailValueModifier and TypeMethodDescriptionEntityAttributeDetailFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeDetailValue value) EntityAttributeDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAttributeDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeDetailValueModifier and TypeMethodDescriptionvoidEntityAttributeDetailFactory.create(Session session, Collection<EntityAttributeDetailValue> _values) voidEntityAttributeDetailFactory.create(Collection<EntityAttributeDetailValue> _values) -
Uses of EntityAttributeDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeDetailValue