Uses of Interface
lumis.portal.service.IService
-
-
Uses of IService in lumis.content.service
Classes in lumis.content.service that implement IService Modifier and Type Class Description class
ContentService
Service with content capabilities base implementation. -
Uses of IService in lumis.doui.service
Subinterfaces of IService in lumis.doui.service Modifier and Type Interface Description interface
IDouiService
Interface for DOUI based Services.Classes in lumis.doui.service that implement IService Modifier and Type Class Description class
DouiService
Implements a DOUI Service. -
Uses of IService in lumis.portal.rest.resource
Methods in lumis.portal.rest.resource that return IService Modifier and Type Method Description IService
ServiceInstanceResource. customPathResource(java.lang.String restShortName, UriInfo ui)
Forwards requests to the sub-resources. -
Uses of IService in lumis.portal.service
Classes in lumis.portal.service that implement IService Modifier and Type Class Description class
GenericService
A generic service implementation.Methods in lumis.portal.service that return IService Modifier and Type Method Description IService
IServiceManager. getService(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Get the service.IService
ServiceManager. getService(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
-
Uses of IService in lumis.portlet.container.service
Classes in lumis.portlet.container.service that implement IService Modifier and Type Class Description class
PortletService
A service that allows the use of JSR-168 portlets as its interfaces. -
Uses of IService in lumis.service.activitystream
Classes in lumis.service.activitystream that implement IService Modifier and Type Class Description class
ActivityStreamService
Activity stream service implementation. -
Uses of IService in lumis.service.analytics
Classes in lumis.service.analytics that implement IService Modifier and Type Class Description class
AnalyticsService
Service class for Analytics. -
Uses of IService in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement IService Modifier and Type Class Description class
AutoAdministrationService
Service class for auto administration. -
Uses of IService in lumis.service.blog
Classes in lumis.service.blog that implement IService Modifier and Type Class Description class
BlogService
Blog service class. -
Uses of IService in lumis.service.callcenteronline
Classes in lumis.service.callcenteronline that implement IService Modifier and Type Class Description class
ColService
Implements the call center online service. -
Uses of IService in lumis.service.chatroom
Classes in lumis.service.chatroom that implement IService Modifier and Type Class Description class
ChatRoomService
Chat Room Service -
Uses of IService in lumis.service.comment
Classes in lumis.service.comment that implement IService Modifier and Type Class Description class
CommentService
Comment service class. -
Uses of IService in lumis.service.commentit
Classes in lumis.service.commentit that implement IService Modifier and Type Class Description class
CommentItService
Service class for CommentIt. -
Uses of IService in lumis.service.community
Classes in lumis.service.community that implement IService Modifier and Type Class Description class
CommunityService
Community service implementation. -
Uses of IService in lumis.service.forum
Classes in lumis.service.forum that implement IService Modifier and Type Class Description class
ForumService
Forum service class. -
Uses of IService in lumis.service.html
Classes in lumis.service.html that implement IService Modifier and Type Class Description class
HtmlService
-
Uses of IService in lumis.service.htmlcontent
Classes in lumis.service.htmlcontent that implement IService Modifier and Type Class Description class
HtmlContentService
A simple content service that provides an image and html mark-up. -
Uses of IService in lumis.service.likeit
Classes in lumis.service.likeit that implement IService Modifier and Type Class Description class
LikeItService
Service class for LikeIt. -
Uses of IService in lumis.service.navigation
Classes in lumis.service.navigation that implement IService Modifier and Type Class Description class
NavigationService
Implementation for the lumis.service.navigation service. -
Uses of IService in lumis.service.pagepersonalization
Classes in lumis.service.pagepersonalization that implement IService Modifier and Type Class Description class
PagePersonalizationService
-
Uses of IService in lumis.service.rss
Classes in lumis.service.rss that implement IService Modifier and Type Class Description class
RssService
RSS service implementation. -
Uses of IService in lumis.service.simplecontent
Classes in lumis.service.simplecontent that implement IService Modifier and Type Class Description class
SimpleContentService
A simple content service that provides an image and html mark-up. -
Uses of IService in lumis.service.socialnetworkintegration
Classes in lumis.service.socialnetworkintegration that implement IService Modifier and Type Class Description class
SocialNetworkIntegrationService
Social network integration service class. -
Uses of IService in lumis.service.socialnetworkservices.microblog
Classes in lumis.service.socialnetworkservices.microblog that implement IService Modifier and Type Class Description class
MicroblogService
Social network integration service class. -
Uses of IService in lumis.service.tag
Classes in lumis.service.tag that implement IService Modifier and Type Class Description class
TagService
Tag service implementation. -
Uses of IService in lumis.service.tagmanager.doui
Classes in lumis.service.tagmanager.doui that implement IService Modifier and Type Class Description class
TagManagerService
Tag manager service. -
Uses of IService in lumis.service.urlredirect
Classes in lumis.service.urlredirect that implement IService Modifier and Type Class Description class
URLRedirectService
Service used to manageURLRedirect
. -
Uses of IService in lumis.service.virtualassistant
Classes in lumis.service.virtualassistant that implement IService Modifier and Type Class Description class
VirtualAssistantService
Virtual assistant service implementation. -
Uses of IService in lumis.service.wiki
Classes in lumis.service.wiki that implement IService Modifier and Type Class Description class
WikiService
Wiki service class. -
Uses of IService in lumis.service.wsrp.consumer
Classes in lumis.service.wsrp.consumer that implement IService Modifier and Type Class Description class
WSRPConsumerService
Service that consumes remote portlets using WSRP. -
Uses of IService in lumis.service.wsrp.producer
Classes in lumis.service.wsrp.producer that implement IService Modifier and Type Class Description class
ProducerService
Service that produces remote portlets using WSRP.
-