Uses of Class
com.echothree.model.data.core.server.entity.EntityStringAttribute
Packages that use EntityStringAttribute
Package
Description
-
Uses of EntityStringAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityStringAttributeModifier and TypeMethodDescriptionCoreControl.createEntityStringAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.getBestEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityStringAttributeModifier and TypeMethodDescriptionCoreControl.getEntityStringAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityStringAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityStringAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityStringAttribute(EntityStringAttribute entityStringAttribute, BasePK deletedBy) CoreControl.getEntityStringAttributeTransfer(UserVisit userVisit, EntityStringAttribute entityStringAttribute, EntityInstance entityInstance) CoreControl.getEntityStringAttributeValueForUpdate(EntityStringAttribute entityStringAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityStringAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityStringAttributes(List<EntityStringAttribute> entityStringAttributes, BasePK deletedBy) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityStringAttributeModifier and TypeFieldDescriptionprotected final EntityStringAttributeBaseEntityStringAttributeObject.entityStringAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityStringAttributeModifierConstructorDescriptionprotectedBaseEntityStringAttributeObject(EntityStringAttribute entityStringAttribute) EntityStringAttributeHistoryObject(EntityStringAttribute entityStringAttribute) EntityStringAttributeObject(EntityStringAttribute entityStringAttribute) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityStringAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityStringAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) -
Uses of EntityStringAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeTransferCache.getEntityStringAttributeTransfer(UserVisit userVisit, EntityStringAttribute entityStringAttribute, EntityInstance entityInstance) -
Uses of EntityStringAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, Long fromTime, Long thruTime) EntityStringAttributeFactory.getEntityFromCache(EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityStringAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityStringAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityStringAttributeModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityStringAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityStringAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityStringAttributeModifier and TypeMethodDescriptionvoidEntityStringAttributeFactory.remove(EntityStringAttribute entity) voidEntityStringAttributeFactory.store(EntityStringAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityStringAttributeModifier and TypeMethodDescriptionvoidEntityStringAttributeFactory.store(Collection<EntityStringAttribute> entities)