Uses of Class
lumis.portal.PortalObjectNotFoundException
-
Packages that use PortalObjectNotFoundException Package Description lumis.portal.bigdata Provides big data related operations.lumis.portal.bigdata.elasticsearch lumis.portal.bigdata
implementation for using Elasticsearch.lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
).lumis.portal.businesscontext.internal lumis.portal.dao.hibernate lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.portal.socialnetwork.relationship lumis.service.analytics.eventanalytics lumis.service.analytics.usersegmentation.rest lumis.service.autoadministration lumis.service.newsletter -
-
Uses of PortalObjectNotFoundException in lumis.portal.bigdata
Methods in lumis.portal.bigdata that throw PortalObjectNotFoundException Modifier and Type Method Description void
IBigDataRepository. deleteDocumentType(java.lang.String documentTypeId)
Deletes a given document type from managed indices.DocumentType
IBigDataRepository. getDocumentType(java.lang.String documentTypeId)
Returns the document type of the given identifier.DocumentTypeField
IBigDataRepository. getDocumentTypeField(java.lang.String documentTypeFieldFullId)
Return the document type field of the field that has the given identifier.ISynonym
BigDataManager. getSynonymById(java.lang.String synonymId)
ISynonym
IBigDataManager. getSynonymById(java.lang.String synonymId)
Returns the synonym with the given identifier.Document
IBigDataRepository. readDocument(DocumentType documentType, java.util.Locale locale, java.lang.String documentId)
Reads a document from the repository with the given specifications. -
Uses of PortalObjectNotFoundException in lumis.portal.bigdata.elasticsearch
Methods in lumis.portal.bigdata.elasticsearch that throw PortalObjectNotFoundException Modifier and Type Method Description void
ElasticsearchRepository. deleteDocumentType(java.lang.String documentTypeId)
DocumentType
ElasticsearchRepository. getDocumentType(java.lang.String documentTypeId)
DocumentType
ElasticsearchRepository. getDocumentTypeByIndex(java.lang.String index)
Return theDocumentType
for index name.DocumentTypeField
ElasticsearchRepository. getDocumentTypeField(java.lang.String documentTypeFieldFullId)
Document
ElasticsearchRepository. readDocument(DocumentType documentType, java.util.Locale locale, java.lang.String documentId)
-
Uses of PortalObjectNotFoundException in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that throw PortalObjectNotFoundException Modifier and Type Method Description SearchQuery
SearchQuery. addFieldBoost(java.lang.String fieldId, float boost)
Adds a field boost to search. -
Uses of PortalObjectNotFoundException in lumis.portal.businesscontext.internal
Methods in lumis.portal.businesscontext.internal that throw PortalObjectNotFoundException Modifier and Type Method Description void
BusinessContextManager. unregister(java.lang.String id)
void
IBusinessContextManagerSPI. unregister(java.lang.String id)
Deletes a selected context.void
BusinessContextManager. updateRegistration(java.lang.String id, java.lang.String name, java.lang.String xml)
void
IBusinessContextManagerSPI. updateRegistration(java.lang.String id, java.lang.String name, java.lang.String xml)
Updates a selected context. -
Uses of PortalObjectNotFoundException in lumis.portal.dao.hibernate
Methods in lumis.portal.dao.hibernate that throw PortalObjectNotFoundException Modifier and Type Method Description T
GenericHibernateDao. get(ID id, ITransaction transaction)
Returns the bean with the given id.protected T
GenericHibernateManualUpdateDao. get(ID id, ITransaction transaction)
Returns the bean with the given id. -
Uses of PortalObjectNotFoundException in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl that throw PortalObjectNotFoundException Modifier and Type Method Description static DocumentTypeField
MonitorUtilInternal. getDocumentTypeField(java.lang.String fieldId)
Returns the repository document type by raw field identifier. -
Uses of PortalObjectNotFoundException in lumis.portal.socialnetwork.relationship
Methods in lumis.portal.socialnetwork.relationship that throw PortalObjectNotFoundException Modifier and Type Method Description void
IRelationshipManager. deleteNode(java.lang.String id)
Removes a node.void
RelationshipManager. deleteNode(java.lang.String id)
void
IRelationshipManager. deleteRelationship(java.lang.String id)
Removes a relationship.void
RelationshipManager. deleteRelationship(java.lang.String id)
void
IRelationshipManager. deleteRelationshipType(java.lang.String id)
Removes a type of relationship.void
RelationshipManager. deleteRelationshipType(java.lang.String id)
IRelationshipType
IRelationshipManager. getRelationshipType(java.lang.String id)
Gets the type of relationship.IRelationshipType
RelationshipManager. getRelationshipType(java.lang.String id)
void
IRelationshipManager. updateRelationshipType(IRelationshipType relationshipType)
Updates a type of relationship.void
RelationshipManager. updateRelationshipType(IRelationshipType relationshipType)
-
Uses of PortalObjectNotFoundException in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that throw PortalObjectNotFoundException Modifier and Type Method Description static Tuple3<java.util.Date,java.util.Date,EventAnalyticsUtil.TimeFramePeriod>
EventAnalyticsUtil. parseTimeFrame(org.json.JSONObject jsonObject, java.lang.String intervalType)
Parses the time frame obj. -
Uses of PortalObjectNotFoundException in lumis.service.analytics.usersegmentation.rest
Methods in lumis.service.analytics.usersegmentation.rest that throw PortalObjectNotFoundException Modifier and Type Method Description static void
UserSegmentationRestAPI. addUsersActivityFilters(java.util.List<ISearchQueryFilter> filters)
Put filter for user activity list. -
Uses of PortalObjectNotFoundException in lumis.service.autoadministration
Methods in lumis.service.autoadministration that throw PortalObjectNotFoundException Modifier and Type Method Description static boolean
AutoAdministrationValidatorUtil. hasPermissionToEditContent(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
Returns true if the current user has permission to edit the content, otherwise false. -
Uses of PortalObjectNotFoundException in lumis.service.newsletter
Methods in lumis.service.newsletter that throw PortalObjectNotFoundException Modifier and Type Method Description Category
CategoryDaoHib. get(java.lang.String id, ITransaction transaction)
Category
ICategoryDao. get(java.lang.String id, ITransaction transaction)
Subscription
ISubscriptionDao. get(java.lang.String id, ITransaction transaction)
Subscription
SubscriptionDaoHib. get(java.lang.String id, ITransaction transaction)
-