Uses of Class
com.echothree.model.data.core.server.entity.EntityEntityAttribute
Packages that use EntityEntityAttribute
Package
Description
-
Uses of EntityEntityAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityEntityAttributeModifier and TypeMethodDescriptionCoreControl.createEntityEntityAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityInstance entityInstanceAttribute, BasePK createdBy) CoreControl.getEntityEntityAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityEntityAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityEntityAttributeModifier and TypeMethodDescriptionCoreControl.getEntityEntityAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityEntityAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityEntityAttributesByEntityInstanceAttributeForUpdate(EntityInstance entityInstanceAttribute) CoreControl.getEntityEntityAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityEntityAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityEntityAttribute(EntityEntityAttribute entityEntityAttribute, BasePK deletedBy) CoreControl.getEntityEntityAttributeTransfer(UserVisit userVisit, EntityEntityAttribute entityEntityAttribute, EntityInstance entityInstance) CoreControl.getEntityEntityAttributeValueForUpdate(EntityEntityAttribute entityEntityAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityEntityAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityEntityAttributes(List<EntityEntityAttribute> entityEntityAttributes, BasePK deletedBy) -
Uses of EntityEntityAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityEntityAttributeModifier and TypeFieldDescriptionprotected final EntityEntityAttributeBaseEntityEntityAttributeObject.entityEntityAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityEntityAttributeModifierConstructorDescriptionBaseEntityEntityAttributeObject(EntityEntityAttribute entityEntityAttribute) EntityEntityAttributeHistoryObject(EntityEntityAttribute entityEntityAttribute) EntityEntityAttributeObject(EntityEntityAttribute entityEntityAttribute) -
Uses of EntityEntityAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityEntityAttributeModifier and TypeMethodDescriptionEntityEntityAttributeTransferCache.getEntityEntityAttributeTransfer(UserVisit userVisit, EntityEntityAttribute entityEntityAttribute, EntityInstance entityInstance) -
Uses of EntityEntityAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityEntityAttributeModifier and TypeMethodDescriptionEntityEntityAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) EntityEntityAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityInstance entityInstanceAttribute, Long fromTime, Long thruTime) EntityEntityAttributeFactory.getEntityFromCache(EntityEntityAttributePK pk) EntityEntityAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityEntityAttributePK pk) EntityEntityAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEntityAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEntityAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEntityAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityEntityAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityEntityAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityEntityAttributeModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityEntityAttributePK> pks) EntityEntityAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEntityAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEntityAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEntityAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEntityAttributeModifier and TypeMethodDescriptionvoidEntityEntityAttributeFactory.remove(EntityEntityAttribute entity) voidEntityEntityAttributeFactory.store(EntityEntityAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEntityAttributeModifier and TypeMethodDescriptionvoidEntityEntityAttributeFactory.store(Collection<EntityEntityAttribute> entities)