Uses of Class
com.echothree.model.data.core.server.value.EntityBooleanAttributeValue
Packages that use EntityBooleanAttributeValue
Package
Description
-
Uses of EntityBooleanAttributeValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityBooleanAttributeValueModifier and TypeMethodDescriptionCoreControl.getEntityBooleanAttributeValueForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityBooleanAttributeValueForUpdate(EntityBooleanAttribute entityBooleanAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionvoidCoreControl.updateEntityBooleanAttributeFromValue(EntityBooleanAttributeValue entityBooleanAttributeValue, BasePK updatedBy) -
Uses of EntityBooleanAttributeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityBooleanAttributeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionvoidEntityBooleanAttribute.setEntityBooleanAttributeValue(EntityBooleanAttributeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityBooleanAttributeValueModifierConstructorDescriptionEntityBooleanAttribute(EntityBooleanAttributeValue value, EntityPermission entityPermission) Creates a new instance of EntityBooleanAttribute -
Uses of EntityBooleanAttributeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBooleanAttributeValueModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getValueFromPK(EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getValuesFromPKs(Collection<EntityBooleanAttributePK> pks) EntityBooleanAttributeFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityBooleanAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionvoidEntityBooleanAttributeFactory.create(Collection<EntityBooleanAttributeValue> _values) -
Uses of EntityBooleanAttributeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityBooleanAttributeValue