Uses of Class
lumis.portal.UnexpectedException
-
Packages that use UnexpectedException Package Description lumis.doui.control.fileupload lumis.doui.control.htmleditor lumis.doui.source lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.serviceinstance lumis.service.analytics.usersegmentation.dao lumis.service.portalmanagement.deployment.moduleeditor lumis.service.socialnetworkservices.microblog.core.manager lumis.service.websitefiles lumis.service.wsrp.producer WSRP Producer service.lumis.socialnetworkintegration Provides the core social network integration management operations. -
-
Uses of UnexpectedException in lumis.doui.control.fileupload
Methods in lumis.doui.control.fileupload that throw UnexpectedException Modifier and Type Method Description protected File
FileUploadControl. getEditedImageFile()
Returns the edited image file or null if it does not exist. -
Uses of UnexpectedException in lumis.doui.control.htmleditor
Methods in lumis.doui.control.htmleditor that throw UnexpectedException Modifier and Type Method Description static String
HtmlControlBlockConditionsHelper. putMetaConfigurationForGetBlocksScript(String htmlValue, Object pk, String serviceInstanceId, String sourceId, String fieldId)
Append in HTML the comment with meta information for client side script that will call a REST for put blocks conditions when exist render cache. -
Uses of UnexpectedException in lumis.doui.source
Methods in lumis.doui.source that throw UnexpectedException Modifier and Type Method Description protected Object
AbstractObjectDataProvider. readProperty(T object, String propertyName)
Reads the property value of an object. -
Uses of UnexpectedException in lumis.portal.deployment
Methods in lumis.portal.deployment that throw UnexpectedException Modifier and Type Method Description static void
DeploymentUtil. createChannelComponent(String name, String channelId, String exportToPath, IModule module, IFile componentDefinitionFile, ITransaction transaction)
-
Uses of UnexpectedException in lumis.portal.serviceinstance
Methods in lumis.portal.serviceinstance that throw UnexpectedException Modifier and Type Method Description void
ServiceInstanceDependencyConfig. serialize(ServiceInstanceDependencyConfig dependencyConfig, OutputStream outputStream)
-
Uses of UnexpectedException in lumis.service.analytics.usersegmentation.dao
Methods in lumis.service.analytics.usersegmentation.dao that throw UnexpectedException Modifier and Type Method Description static void
UserSegmentationDaoJdbc. addMembers(String segmentationId, Collection<String> monitorUserIds)
Add members to segmentation. -
Uses of UnexpectedException in lumis.service.portalmanagement.deployment.moduleeditor
Methods in lumis.service.portalmanagement.deployment.moduleeditor that throw UnexpectedException Modifier and Type Method Description protected IFile
ModuleEditorResource. getModuleDir(String moduleId)
-
Uses of UnexpectedException in lumis.service.socialnetworkservices.microblog.core.manager
Methods in lumis.service.socialnetworkservices.microblog.core.manager that throw UnexpectedException Modifier and Type Method Description List<HashOccurrence>
HashOccurrenceManager. findTopOccurrencesOnDay(Integer maxOccurrences, ITransaction transaction, String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the current day.List<HashOccurrence>
HashOccurrenceManager. findTopOccurrencesOnWeek(Integer maxOccurrences, ITransaction transaction, String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the past week, i.e, the past 7 days. -
Uses of UnexpectedException in lumis.service.websitefiles
Methods in lumis.service.websitefiles that throw UnexpectedException Modifier and Type Method Description protected IFile
WebsiteFilesResource. getWebsiteFilesDir(String websiteFilesId)
Returns a file object that represents website files root folder. -
Uses of UnexpectedException in lumis.service.wsrp.producer
Methods in lumis.service.wsrp.producer that throw UnexpectedException Modifier and Type Method Description protected Object
RegistrationManagementInterfaceDataProvider. readProperty(lumis.service.wsrp.producer.RemoteConsumerRegistration object, String propertyName)
-
Uses of UnexpectedException in lumis.socialnetworkintegration
Subclasses of UnexpectedException in lumis.socialnetworkintegration Modifier and Type Class Description class
ApplicationAccountDisableException
Exception that represents a social network account or social network application disable.
-