|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.wiki.service.WikiNodeServiceUtil
public class WikiNodeServiceUtil
The utility for the wiki node remote service. This utility wraps com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
WikiNodeService
,
com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl
,
com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl
Constructor Summary | |
---|---|
WikiNodeServiceUtil()
|
Method Summary | |
---|---|
static WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
static void |
deleteNode(long nodeId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static WikiNode |
getNode(long nodeId)
|
static WikiNode |
getNode(long groupId,
String name)
|
static WikiNodeService |
getService()
|
static void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(WikiNodeService service)
Deprecated. |
static void |
subscribeNode(long nodeId)
|
static void |
unsubscribeNode(long nodeId)
|
static WikiNode |
updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WikiNodeServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static WikiNode addNode(String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
public static WikiNode getNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
public static WikiNode getNode(long groupId, String name) throws PortalException, SystemException
PortalException
SystemException
public static void importPages(long nodeId, String importer, InputStream[] inputStreams, Map<String,String[]> options) throws PortalException, SystemException
PortalException
SystemException
public static void subscribeNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
public static void unsubscribeNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
public static WikiNode updateNode(long nodeId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static WikiNodeService getService()
public void setService(WikiNodeService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |