|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface WikiNodeService
Provides the remote service interface for WikiNode. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
WikiNodeServiceUtil
,
com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl
,
com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl
Method Summary | |
---|---|
WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
WikiNode |
getNode(long nodeId)
|
WikiNode |
getNode(long groupId,
String name)
|
List<WikiNode> |
getNodes(long groupId)
|
List<WikiNode> |
getNodes(long groupId,
int status)
|
List<WikiNode> |
getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
getNodes(long groupId,
int status,
int start,
int end)
|
int |
getNodesCount(long groupId)
|
int |
getNodesCount(long groupId,
int status)
|
void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
WikiNode |
moveNodeToTrash(long nodeId)
|
void |
restoreNodeFromTrash(long nodeId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
subscribeNode(long nodeId)
|
void |
unsubscribeNode(long nodeId)
|
WikiNode |
updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanWikiNode addNode(String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiNode getNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) WikiNode getNode(long groupId, String name) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiNode> getNodes(long groupId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiNode> getNodes(long groupId, int status) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiNode> getNodes(long groupId, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<WikiNode> getNodes(long groupId, int status, int start, int end) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getNodesCount(long groupId) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getNodesCount(long groupId, int status) throws SystemException
SystemException
void importPages(long nodeId, String importer, InputStream[] inputStreams, Map<String,String[]> options) throws PortalException, SystemException
PortalException
SystemException
WikiNode moveNodeToTrash(long nodeId) throws PortalException, SystemException
PortalException
SystemException
void restoreNodeFromTrash(long nodeId) throws PortalException, SystemException
PortalException
SystemException
void subscribeNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
void unsubscribeNode(long nodeId) throws PortalException, SystemException
PortalException
SystemException
WikiNode updateNode(long nodeId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |