Uses of Class
com.echothree.model.data.core.server.entity.EntityClobAttribute
Packages that use EntityClobAttribute
Package
Description
-
Uses of EntityClobAttribute in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityClobAttributeModifier and TypeMethodDescriptionCoreControl.createEntityClobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String clobAttribute, MimeType mimeType, BasePK createdBy) CoreControl.getBestEntityClobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityClobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) CoreControl.getEntityClobAttributeForUpdate(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityClobAttributeModifier and TypeMethodDescriptionCoreControl.getEntityClobAttributeHistory(EntityAttribute entityAttribute, EntityInstance entityInstance) CoreControl.getEntityClobAttributesByEntityAttributeForUpdate(EntityAttribute entityAttribute) CoreControl.getEntityClobAttributesByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control with parameters of type EntityClobAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityClobAttribute(EntityClobAttribute entityClobAttribute, BasePK deletedBy) CoreControl.getEntityClobAttributeTransfer(UserVisit userVisit, EntityClobAttribute entityClobAttribute, EntityInstance entityInstance) CoreControl.getEntityClobAttributeValueForUpdate(EntityClobAttribute entityClobAttribute) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityClobAttributeModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityClobAttributes(List<EntityClobAttribute> entityClobAttributes, BasePK deletedBy) -
Uses of EntityClobAttribute in com.echothree.model.control.core.server.graphql
Fields in com.echothree.model.control.core.server.graphql declared as EntityClobAttributeModifier and TypeFieldDescriptionprotected final EntityClobAttributeBaseEntityClobAttributeObject.entityClobAttributeConstructors in com.echothree.model.control.core.server.graphql with parameters of type EntityClobAttributeModifierConstructorDescriptionBaseEntityClobAttributeObject(EntityClobAttribute entityClobAttribute) EntityClobAttributeHistoryObject(EntityClobAttribute entityClobAttribute) EntityClobAttributeObject(EntityClobAttribute entityClobAttribute) -
Uses of EntityClobAttribute in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityClobAttributeModifier and TypeMethodDescriptionEntityAttributeLogic.createEntityClobAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String clobAttribute, MimeType mimeType, BasePK createdBy) -
Uses of EntityClobAttribute in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityClobAttributeModifier and TypeMethodDescriptionEntityClobAttributeTransferCache.getEntityClobAttributeTransfer(UserVisit userVisit, EntityClobAttribute entityClobAttribute, EntityInstance entityInstance) -
Uses of EntityClobAttribute in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityClobAttributeModifier and TypeMethodDescriptionEntityClobAttributeFactory.create(EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) EntityClobAttributeFactory.create(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String clobAttribute, MimeType mimeType, Long fromTime, Long thruTime) EntityClobAttributeFactory.getEntityFromCache(EntityClobAttributePK pk) EntityClobAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityClobAttributePK pk) EntityClobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityClobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityClobAttributeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityClobAttributeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityClobAttributeFactory.getEntityFromValue(EntityPermission entityPermission, EntityClobAttributeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityClobAttributeModifier and TypeMethodDescriptionEntityClobAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityClobAttributePK> pks) EntityClobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityClobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityClobAttributeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityClobAttributeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityClobAttributeModifier and TypeMethodDescriptionvoidEntityClobAttributeFactory.remove(EntityClobAttribute entity) voidEntityClobAttributeFactory.store(EntityClobAttribute entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityClobAttributeModifier and TypeMethodDescriptionvoidEntityClobAttributeFactory.store(Collection<EntityClobAttribute> entities)