|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface WikiNodeServiceProvides 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,
WikiNodeServiceBaseImpl,
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 |
|---|
WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteNode(long nodeId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
WikiNode getNode(long groupId,
String name)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
WikiNode getNode(long nodeId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<WikiNode> getNodes(long groupId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<WikiNode> getNodes(long groupId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<WikiNode> getNodes(long groupId,
int status)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<WikiNode> getNodes(long groupId,
int status,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getNodesCount(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getNodesCount(long groupId,
int status)
void importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
throws PortalException
PortalException
WikiNode moveNodeToTrash(long nodeId)
throws PortalException
PortalException
void restoreNodeFromTrash(long nodeId)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void subscribeNode(long nodeId)
throws PortalException
PortalException
void unsubscribeNode(long nodeId)
throws PortalException
PortalException
WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||