Uses of Class
com.echothree.model.data.core.server.entity.EntityBooleanAttribute
Packages that use EntityBooleanAttribute
Package
Description
-
Uses of EntityBooleanAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityBooleanAttributeModifier and TypeMethodDescriptionCoreControl.createEntityBooleanAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) CoreControl.createEntityBooleanAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) CoreControl.getEntityBooleanAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityBooleanAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityBooleanAttributeModifier and TypeMethodDescriptionCoreControl.getEntityBooleanAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityBooleanAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityBooleanAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityBooleanAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityBooleanAttribute(EntityBooleanAttribute entityBooleanAttribute, BasePK deletedBy) CoreControl.getEntityBooleanAttributeTransfer(UserVisit userVisit, EntityBooleanAttribute entityBooleanAttribute, EntityInstance entityInstance) CoreControl.getEntityBooleanAttributeValueForUpdate(EntityBooleanAttribute entityBooleanAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityBooleanAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityBooleanAttributes(List<EntityBooleanAttribute> entityBooleanAttributes, BasePK deletedBy) -
Uses of EntityBooleanAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityBooleanAttributeModifier and TypeFieldDescriptionprotected final EntityBooleanAttributeBaseEntityBooleanAttributeObject.entityBooleanAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityBooleanAttributeModifierConstructorDescriptionprotectedBaseEntityBooleanAttributeObject(EntityBooleanAttribute entityBooleanAttribute) EntityBooleanAttributeHistoryObject(EntityBooleanAttribute entityBooleanAttribute) EntityBooleanAttributeObject(EntityBooleanAttribute entityBooleanAttribute) -
Uses of EntityBooleanAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityBooleanAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityBooleanAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) -
Uses of EntityBooleanAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityBooleanAttributeModifier and TypeMethodDescriptionEntityBooleanAttributeTransferCache.getEntityBooleanAttributeTransfer(UserVisit userVisit, EntityBooleanAttribute entityBooleanAttribute, EntityInstance entityInstance) -
Uses of EntityBooleanAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBooleanAttributeModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) EntityBooleanAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, Long fromTime, Long thruTime) EntityBooleanAttributeFactory.getEntityFromCache(EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityBooleanAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityBooleanAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityBooleanAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityBooleanAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityBooleanAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBooleanAttributeModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityBooleanAttributePK> pks) EntityBooleanAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityBooleanAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityBooleanAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityBooleanAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBooleanAttributeModifier and TypeMethodDescriptionvoidEntityBooleanAttributeFactory.remove(EntityBooleanAttribute entity) voidEntityBooleanAttributeFactory.store(EntityBooleanAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBooleanAttributeModifier and TypeMethodDescriptionvoidEntityBooleanAttributeFactory.store(Collection<EntityBooleanAttribute> entities)