com.liferay.portlet.wiki.service
Class WikiNodeServiceUtil
java.lang.Object
com.liferay.portlet.wiki.service.WikiNodeServiceUtil
public class WikiNodeServiceUtil
- extends Object
This class provides static methods for the
WikiNodeService bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- See Also:
WikiNodeService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
static WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
static void |
deleteNode(long nodeId)
|
static WikiNode |
getNode(long nodeId)
|
static WikiNode |
getNode(long groupId,
String name)
|
static WikiNodeService |
getService()
|
static void |
importPages(long nodeId,
String importer,
File[] files,
Map<String,String[]> options)
|
void |
setService(WikiNodeService service)
|
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 |
WikiNodeServiceUtil
public WikiNodeServiceUtil()
addNode
public static WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteNode
public static void deleteNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
public static WikiNode getNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getNode
public static WikiNode getNode(long groupId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
importPages
public static void importPages(long nodeId,
String importer,
File[] files,
Map<String,String[]> options)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
subscribeNode
public static void subscribeNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
unsubscribeNode
public static void unsubscribeNode(long nodeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateNode
public static WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static WikiNodeService getService()
setService
public void setService(WikiNodeService service)