|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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
,
WikiNodeServiceBaseImpl
,
WikiNodeServiceImpl
Method Summary | |
---|---|
abstract WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
abstract void |
deleteNode(long nodeId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract WikiNode |
getNode(long nodeId)
|
abstract WikiNode |
getNode(long groupId,
String name)
|
abstract List<WikiNode> |
getNodes(long groupId)
|
abstract List<WikiNode> |
getNodes(long groupId,
int status)
|
abstract List<WikiNode> |
getNodes(long groupId,
int start,
int end)
|
abstract List<WikiNode> |
getNodes(long groupId,
int status,
int start,
int end)
|
abstract int |
getNodesCount(long groupId)
|
abstract int |
getNodesCount(long groupId,
int status)
|
abstract void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
abstract WikiNode |
moveNodeToTrash(long nodeId)
|
abstract void |
restoreNodeFromTrash(long nodeId)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract void |
subscribeNode(long nodeId)
|
abstract void |
unsubscribeNode(long nodeId)
|
abstract 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.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |