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 TypeMethodDescriptionvoid
CoreControl.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 TypeMethodDescriptionvoid
EntityBooleanAttribute.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
(Session session, EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityBooleanAttributePK> pks) EntityBooleanAttributeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityBooleanAttributeValue value) EntityBooleanAttributeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityBooleanAttributeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBooleanAttributeValueModifier and TypeMethodDescriptionvoid
EntityBooleanAttributeFactory.create
(Session session, Collection<EntityBooleanAttributeValue> _values) void
EntityBooleanAttributeFactory.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