Uses of Class
com.echothree.model.data.core.server.entity.EntityNameAttribute
Packages that use EntityNameAttribute
Package
Description
-
Uses of EntityNameAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityNameAttributeModifier and TypeMethodDescriptionCoreControl.createEntityNameAttribute(EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, BasePK createdBy) CoreControl.getEntityNameAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityNameAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityNameAttributeModifier and TypeMethodDescriptionCoreControl.getEntityNameAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityNameAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityNameAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) CoreControl.getEntityNameAttributesByName(EntityAttribute entityAttribute, String nameAttribute) Methods in com.echothree.model.control.core.server.control with parameters of type EntityNameAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityNameAttribute(EntityNameAttribute entityNameAttribute, BasePK deletedBy) CoreControl.getEntityNameAttributeTransfer(UserVisit userVisit, EntityNameAttribute entityNameAttribute, EntityInstance entityInstance) CoreControl.getEntityNameAttributeValueForUpdate(EntityNameAttribute entityNameAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityNameAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityNameAttributes(List<EntityNameAttribute> entityNameAttributes, BasePK deletedBy) -
Uses of EntityNameAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityNameAttributeModifier and TypeFieldDescriptionprotected final EntityNameAttributeBaseEntityNameAttributeObject.entityNameAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityNameAttributeModifierConstructorDescriptionBaseEntityNameAttributeObject(EntityNameAttribute entityNameAttribute) EntityNameAttributeHistoryObject(EntityNameAttribute entityNameAttribute) EntityNameAttributeObject(EntityNameAttribute entityNameAttribute) -
Uses of EntityNameAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityNameAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityNameAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, BasePK createdBy) -
Uses of EntityNameAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityNameAttributeModifier and TypeMethodDescriptionEntityNameAttributeTransferCache.getEntityNameAttributeTransfer(UserVisit userVisit, EntityNameAttribute entityNameAttribute, EntityInstance entityInstance) -
Uses of EntityNameAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityNameAttributeModifier and TypeMethodDescriptionEntityNameAttributeFactory.create(EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) EntityNameAttributeFactory.create(EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, Long fromTime, Long thruTime) EntityNameAttributeFactory.getEntityFromCache(EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityNameAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityNameAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityNameAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityNameAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityNameAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityNameAttributeModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityNameAttributePK> pks) EntityNameAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityNameAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityNameAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityNameAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityNameAttributeModifier and TypeMethodDescriptionvoidEntityNameAttributeFactory.remove(EntityNameAttribute entity) voidEntityNameAttributeFactory.store(EntityNameAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityNameAttributeModifier and TypeMethodDescriptionvoidEntityNameAttributeFactory.store(Collection<EntityNameAttribute> entities)