|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WikiNode in com.liferay.portlet.wiki.action |
|---|
| Methods in com.liferay.portlet.wiki.action that return WikiNode | |
|---|---|
static WikiNode |
ActionUtil.getFirstVisibleNode(PortletRequest portletRequest)
|
static WikiNode |
ActionUtil.getNode(PortletRequest portletRequest)
|
| Uses of WikiNode in com.liferay.portlet.wiki.asset |
|---|
| Constructors in com.liferay.portlet.wiki.asset with parameters of type WikiNode | |
|---|---|
WikiNodeTrashRenderer(WikiNode node)
|
|
| Uses of WikiNode in com.liferay.portlet.wiki.context |
|---|
| Methods in com.liferay.portlet.wiki.context that return types with arguments of type WikiNode | |
|---|---|
List<WikiNode> |
WikiConfigurationDisplayContext.getAllNodes()
|
| Uses of WikiNode in com.liferay.portlet.wiki.importers |
|---|
| Methods in com.liferay.portlet.wiki.importers with parameters of type WikiNode | |
|---|---|
void |
WikiImporter.importPages(long userId,
WikiNode node,
InputStream[] inputStream,
Map<String,String[]> options)
|
| Uses of WikiNode in com.liferay.portlet.wiki.importers.mediawiki |
|---|
| Methods in com.liferay.portlet.wiki.importers.mediawiki with parameters of type WikiNode | |
|---|---|
protected long |
MediaWikiImporter.getUserId(long userId,
WikiNode node,
String author,
Map<String,String> usersMap)
|
protected void |
MediaWikiImporter.importPage(long userId,
String author,
WikiNode node,
String title,
String content,
String summary,
Map<String,String> usersMap,
boolean strictImportMode)
|
void |
MediaWikiImporter.importPages(long userId,
WikiNode node,
InputStream[] inputStreams,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.moveFrontPage(long userId,
WikiNode node,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.processImages(long userId,
WikiNode node,
InputStream imagesInputStream)
|
protected void |
MediaWikiImporter.processRegularPages(long userId,
WikiNode node,
Element rootElement,
List<String> specialNamespaces,
Map<String,String> usersMap,
InputStream imagesInputStream,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.processSpecialPages(long userId,
WikiNode node,
Element rootElement,
List<String> specialNamespaces)
|
protected String[] |
MediaWikiImporter.readAssetTagNames(long userId,
WikiNode node,
String content)
|
| Uses of WikiNode in com.liferay.portlet.wiki.lar |
|---|
| Methods in com.liferay.portlet.wiki.lar that return WikiNode | |
|---|---|
WikiNode |
WikiNodeStagedModelDataHandler.fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
|
WikiNode |
WikiNodeStagedModelDataHandler.fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
|
| Methods in com.liferay.portlet.wiki.lar with parameters of type WikiNode | |
|---|---|
protected void |
WikiNodeStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext,
WikiNode node)
|
protected void |
WikiNodeStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext,
WikiNode node)
|
protected void |
WikiNodeStagedModelDataHandler.doRestoreStagedModel(PortletDataContext portletDataContext,
WikiNode node)
|
protected String |
WikiNodeStagedModelDataHandler.getNodeName(PortletDataContext portletDataContext,
WikiNode node,
String name,
int count)
|
| Uses of WikiNode in com.liferay.portlet.wiki.model |
|---|
| Classes in com.liferay.portlet.wiki.model that implement WikiNode | |
|---|---|
class |
WikiNodeWrapper
This class is a wrapper for WikiNode. |
| Methods in com.liferay.portlet.wiki.model that return WikiNode | |
|---|---|
WikiNode |
WikiPageWrapper.getNode()
|
WikiNode |
WikiPage.getNode()
|
WikiNode |
WikiNodeWrapper.getWrappedModel()
|
WikiNode |
WikiNodeWrapper.getWrappedWikiNode()
Deprecated. As of 6.1.0, replaced by WikiNodeWrapper.getWrappedModel() |
WikiNode |
WikiNodeWrapper.toEscapedModel()
|
WikiNode |
WikiNodeModel.toEscapedModel()
|
WikiNode |
WikiNodeWrapper.toUnescapedModel()
|
WikiNode |
WikiNodeModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.wiki.model that return types with arguments of type WikiNode | |
|---|---|
CacheModel<WikiNode> |
WikiNodeWrapper.toCacheModel()
|
CacheModel<WikiNode> |
WikiNodeModel.toCacheModel()
|
| Methods in com.liferay.portlet.wiki.model with parameters of type WikiNode | |
|---|---|
int |
WikiNodeWrapper.compareTo(WikiNode wikiNode)
|
int |
WikiNodeModel.compareTo(WikiNode wikiNode)
|
static WikiNodeSoap |
WikiNodeSoap.toSoapModel(WikiNode model)
|
static WikiNodeSoap[] |
WikiNodeSoap.toSoapModels(WikiNode[] models)
|
static WikiNodeSoap[][] |
WikiNodeSoap.toSoapModels(WikiNode[][] models)
|
| Method parameters in com.liferay.portlet.wiki.model with type arguments of type WikiNode | |
|---|---|
static WikiNodeSoap[] |
WikiNodeSoap.toSoapModels(List<WikiNode> models)
|
| Constructors in com.liferay.portlet.wiki.model with parameters of type WikiNode | |
|---|---|
WikiNodeWrapper(WikiNode wikiNode)
|
|
| Uses of WikiNode in com.liferay.portlet.wiki.model.impl |
|---|
| Classes in com.liferay.portlet.wiki.model.impl that implement WikiNode | |
|---|---|
class |
WikiNodeBaseImpl
The extended model base implementation for the WikiNode service. |
class |
WikiNodeImpl
|
| Methods in com.liferay.portlet.wiki.model.impl that return WikiNode | |
|---|---|
WikiNode |
WikiPageImpl.getNode()
|
WikiNode |
WikiNodeCacheModel.toEntityModel()
|
WikiNode |
WikiNodeModelImpl.toEscapedModel()
|
static WikiNode |
WikiNodeModelImpl.toModel(WikiNodeSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.wiki.model.impl that return types with arguments of type WikiNode | |
|---|---|
CacheModel<WikiNode> |
WikiNodeModelImpl.toCacheModel()
|
static List<WikiNode> |
WikiNodeModelImpl.toModels(WikiNodeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.wiki.model.impl with parameters of type WikiNode | |
|---|---|
int |
WikiNodeModelImpl.compareTo(WikiNode wikiNode)
|
| Uses of WikiNode in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service that return WikiNode | |
|---|---|
static WikiNode |
WikiNodeLocalServiceUtil.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addDefaultNode(long userId,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceWrapper.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.addNode(String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.addNode(String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalServiceWrapper.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
static WikiNode |
WikiNodeLocalServiceUtil.createWikiNode(long nodeId)
Creates a new wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceWrapper.createWikiNode(long nodeId)
Creates a new wiki node with the primary key. |
WikiNode |
WikiNodeLocalService.createWikiNode(long nodeId)
Creates a new wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.fetchNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceWrapper.fetchNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalService.fetchNode(long groupId,
String name)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchNodeByUuidAndGroupId(String uuid,
long groupId)
|
WikiNode |
WikiNodeLocalServiceWrapper.fetchNodeByUuidAndGroupId(String uuid,
long groupId)
|
WikiNode |
WikiNodeLocalService.fetchNodeByUuidAndGroupId(String uuid,
long groupId)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.fetchWikiNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalServiceWrapper.fetchWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalService.fetchWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeService.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceWrapper.getNode(long groupId,
String name)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeService.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long groupId,
String nodeName)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalService.getNode(long groupId,
String nodeName)
|
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalService.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeServiceWrapper.moveNodeToTrash(long nodeId)
|
WikiNode |
WikiNodeService.moveNodeToTrash(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.moveNodeToTrash(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.moveNodeToTrash(long userId,
long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.moveNodeToTrash(long userId,
long nodeId)
|
WikiNode |
WikiNodeLocalService.moveNodeToTrash(long userId,
long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalServiceWrapper.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalService.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.wiki.service that return types with arguments of type WikiNode | |
|---|---|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getCompanyNodes(long companyId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeServiceWrapper.getNodes(long groupId)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeService.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId)
|
static List<WikiNode> |
WikiNodeServiceUtil.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeServiceWrapper.getNodes(long groupId,
int status)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeService.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int status)
|
static List<WikiNode> |
WikiNodeServiceUtil.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeServiceWrapper.getNodes(long groupId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeService.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeServiceUtil.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeServiceWrapper.getNodes(long groupId,
int status,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeService.getNodes(long groupId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int status,
int start,
int end)
|
static List<WikiNode> |
WikiNodeServiceUtil.getNodes(long groupId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int status,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki nodes matching the UUID and company. |
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
| Methods in com.liferay.portlet.wiki.service with parameters of type WikiNode | |
|---|---|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
static WikiNode |
WikiNodeLocalServiceUtil.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalServiceWrapper.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
static void |
WikiNodeLocalServiceUtil.deleteNode(WikiNode node)
|
void |
WikiNodeLocalServiceWrapper.deleteNode(WikiNode node)
|
void |
WikiNodeLocalService.deleteNode(WikiNode node)
|
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalServiceWrapper.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalService.moveNodeToTrash(long userId,
WikiNode node)
|
static void |
WikiNodeLocalServiceUtil.restoreNodeFromTrash(long userId,
WikiNode node)
|
void |
WikiNodeLocalServiceWrapper.restoreNodeFromTrash(long userId,
WikiNode node)
|
void |
WikiNodeLocalService.restoreNodeFromTrash(long userId,
WikiNode node)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.wiki.service with type arguments of type WikiNode | |
|---|---|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
| Uses of WikiNode in com.liferay.portlet.wiki.service.base |
|---|
| Methods in com.liferay.portlet.wiki.service.base that return WikiNode | |
|---|---|
WikiNode |
WikiNodeLocalServiceBaseImpl.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.createWikiNode(long nodeId)
Creates a new wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceBaseImpl.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceBaseImpl.fetchWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalServiceBaseImpl.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceBaseImpl.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node matching the UUID and group. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.wiki.service.base that return types with arguments of type WikiNode | |
|---|---|
List<WikiNode> |
WikiNodeLocalServiceBaseImpl.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodeLocalServiceBaseImpl.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the wiki nodes matching the UUID and company. |
List<WikiNode> |
WikiNodeLocalServiceBaseImpl.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
| Methods in com.liferay.portlet.wiki.service.base with parameters of type WikiNode | |
|---|---|
WikiNode |
WikiNodeLocalServiceBaseImpl.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.wiki.service.base with type arguments of type WikiNode | |
|---|---|
List<WikiNode> |
WikiNodeLocalServiceBaseImpl.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
| Uses of WikiNode in com.liferay.portlet.wiki.service.http |
|---|
| Methods in com.liferay.portlet.wiki.service.http that return WikiNode | |
|---|---|
static WikiNode |
WikiNodeServiceHttp.addNode(HttpPrincipal httpPrincipal,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceHttp.getNode(HttpPrincipal httpPrincipal,
long nodeId)
|
static WikiNode |
WikiNodeServiceHttp.getNode(HttpPrincipal httpPrincipal,
long groupId,
String name)
|
static WikiNode |
WikiNodeServiceHttp.moveNodeToTrash(HttpPrincipal httpPrincipal,
long nodeId)
|
static WikiNode |
WikiNodeServiceHttp.updateNode(HttpPrincipal httpPrincipal,
long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.wiki.service.http that return types with arguments of type WikiNode | |
|---|---|
static List<WikiNode> |
WikiNodeServiceHttp.getNodes(HttpPrincipal httpPrincipal,
long groupId)
|
static List<WikiNode> |
WikiNodeServiceHttp.getNodes(HttpPrincipal httpPrincipal,
long groupId,
int status)
|
static List<WikiNode> |
WikiNodeServiceHttp.getNodes(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeServiceHttp.getNodes(HttpPrincipal httpPrincipal,
long groupId,
int status,
int start,
int end)
|
| Uses of WikiNode in com.liferay.portlet.wiki.service.impl |
|---|
| Methods in com.liferay.portlet.wiki.service.impl that return WikiNode | |
|---|---|
WikiNode |
WikiNodeLocalServiceImpl.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceImpl.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceImpl.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceImpl.fetchNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceImpl.fetchNodeByUuidAndGroupId(String uuid,
long groupId)
|
WikiNode |
WikiNodeLocalServiceImpl.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceImpl.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceImpl.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeServiceImpl.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeServiceImpl.moveNodeToTrash(long nodeId)
|
WikiNode |
WikiNodeLocalServiceImpl.moveNodeToTrash(long userId,
long nodeId)
|
WikiNode |
WikiNodeLocalServiceImpl.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalServiceImpl.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceImpl.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceImpl.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.wiki.service.impl that return types with arguments of type WikiNode | |
|---|---|
protected List<WikiNode> |
WikiNodeLocalServiceImpl.addDefaultNode(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeServiceImpl.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeServiceImpl.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeServiceImpl.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getNodes(long groupId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeServiceImpl.getNodes(long groupId,
int status,
int start,
int end)
|
| Methods in com.liferay.portlet.wiki.service.impl with parameters of type WikiNode | |
|---|---|
void |
WikiNodeLocalServiceImpl.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceImpl.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalServiceImpl.deleteNode(WikiNode node)
|
WikiNode |
WikiNodeLocalServiceImpl.moveNodeToTrash(long userId,
WikiNode node)
|
void |
WikiNodeLocalServiceImpl.restoreNodeFromTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalServiceImpl.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
| Uses of WikiNode in com.liferay.portlet.wiki.service.permission |
|---|
| Methods in com.liferay.portlet.wiki.service.permission with parameters of type WikiNode | |
|---|---|
static void |
WikiNodePermission.check(PermissionChecker permissionChecker,
WikiNode node,
String actionId)
|
static boolean |
WikiNodePermission.contains(PermissionChecker permissionChecker,
WikiNode node,
String actionId)
|
| Uses of WikiNode in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence that return WikiNode | |
|---|---|
static WikiNode |
WikiNodeUtil.create(long nodeId)
Creates a new wiki node with the primary key. |
WikiNode |
WikiNodePersistence.create(long nodeId)
Creates a new wiki node with the primary key. |
static WikiNode |
WikiNodeUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistence.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
static WikiNode |
WikiNodeUtil.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
WikiNode |
WikiNodePersistence.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
static WikiNode |
WikiNodeUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
WikiNode |
WikiNodePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeUtil.updateImpl(WikiNode wikiNode)
|
WikiNode |
WikiNodePersistence.updateImpl(WikiNode wikiNode)
|
| Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiNode | |
|---|---|
static Map<Serializable,WikiNode> |
WikiNodeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,WikiNode> |
WikiNodePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status)
Returns all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status)
Returns all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId)
Returns all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId)
Returns all the wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findAll()
Returns all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll()
Returns all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end)
Returns a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status)
Returns all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status)
Returns all the wiki nodes where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId)
Returns all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId)
Returns all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status)
Returns all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status)
Returns all the wiki nodes where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId)
Returns all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId)
Returns all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the wiki nodes where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid)
Returns all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid)
Returns all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
|
| Methods in com.liferay.portlet.wiki.service.persistence with parameters of type WikiNode | |
|---|---|
static void |
WikiNodeUtil.cacheResult(WikiNode wikiNode)
Caches the wiki node in the entity cache if it is enabled. |
void |
WikiNodePersistence.cacheResult(WikiNode wikiNode)
Caches the wiki node in the entity cache if it is enabled. |
static void |
WikiNodeUtil.clearCache(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeUtil.updateImpl(WikiNode wikiNode)
|
WikiNode |
WikiNodePersistence.updateImpl(WikiNode wikiNode)
|
| Method parameters in com.liferay.portlet.wiki.service.persistence with type arguments of type WikiNode | |
|---|---|
static void |
WikiNodeUtil.cacheResult(List<WikiNode> wikiNodes)
Caches the wiki nodes in the entity cache if it is enabled. |
void |
WikiNodePersistence.cacheResult(List<WikiNode> wikiNodes)
Caches the wiki nodes in the entity cache if it is enabled. |
static WikiNode |
WikiNodeUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
static WikiNode |
WikiNodeUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
|
| Uses of WikiNode in com.liferay.portlet.wiki.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence.impl that return WikiNode | |
|---|---|
WikiNode |
WikiNodePersistenceImpl.create(long nodeId)
Creates a new wiki node with the primary key. |
WikiNode |
WikiNodePersistenceImpl.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
protected WikiNode |
WikiNodePersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
WikiNode |
WikiNodePersistenceImpl.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the wiki node with the primary key or throws a NoSuchModelException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
protected WikiNode |
WikiNodePersistenceImpl.getByC_S_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
WikiNode |
WikiNodePersistenceImpl.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistenceImpl.remove(Serializable primaryKey)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistenceImpl.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
WikiNode |
WikiNodePersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
protected WikiNode |
WikiNodePersistenceImpl.removeImpl(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.toUnwrappedModel(WikiNode wikiNode)
|
WikiNode |
WikiNodePersistenceImpl.updateImpl(WikiNode wikiNode)
|
| Methods in com.liferay.portlet.wiki.service.persistence.impl that return types with arguments of type WikiNode | |
|---|---|
Map<Serializable,WikiNode> |
WikiNodePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByG_S(long groupId,
int status)
Returns all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId)
Returns all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll()
Returns all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findByC_S(long companyId,
int status)
Returns all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId)
Returns all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByG_S(long groupId,
int status)
Returns all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId)
Returns all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid)
Returns all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
| Methods in com.liferay.portlet.wiki.service.persistence.impl with parameters of type WikiNode | |
|---|---|
void |
WikiNodePersistenceImpl.cacheResult(WikiNode wikiNode)
Caches the wiki node in the entity cache if it is enabled. |
protected void |
WikiNodePersistenceImpl.cacheUniqueFindersCache(WikiNode wikiNode)
|
void |
WikiNodePersistenceImpl.clearCache(WikiNode wikiNode)
Clears the cache for the wiki node. |
protected void |
WikiNodePersistenceImpl.clearUniqueFindersCache(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByC_S_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.removeImpl(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.toUnwrappedModel(WikiNode wikiNode)
|
WikiNode |
WikiNodePersistenceImpl.updateImpl(WikiNode wikiNode)
|
| Method parameters in com.liferay.portlet.wiki.service.persistence.impl with type arguments of type WikiNode | |
|---|---|
void |
WikiNodePersistenceImpl.cacheResult(List<WikiNode> wikiNodes)
Caches the wiki nodes in the entity cache if it is enabled. |
void |
WikiNodePersistenceImpl.clearCache(List<WikiNode> wikiNodes)
|
WikiNode |
WikiNodePersistenceImpl.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
protected WikiNode |
WikiNodePersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
List<WikiNode> |
WikiNodePersistenceImpl.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
WikiNode |
WikiNodePersistenceImpl.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
protected WikiNode |
WikiNodePersistenceImpl.getByC_S_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByG_S_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
OrderByComparator<WikiNode> orderByComparator,
boolean previous)
|
| Uses of WikiNode in com.liferay.portlet.wiki.util |
|---|
| Methods in com.liferay.portlet.wiki.util that return WikiNode | |
|---|---|
static WikiNode |
WikiUtil.getFirstNode(PortletRequest portletRequest)
|
| Methods in com.liferay.portlet.wiki.util that return types with arguments of type WikiNode | |
|---|---|
static List<WikiNode> |
WikiUtil.getNodes(List<WikiNode> nodes,
String[] hiddenNodes,
PermissionChecker permissionChecker)
|
static List<WikiNode> |
WikiUtil.orderNodes(List<WikiNode> nodes,
String[] visibleNodeNames)
|
| Method parameters in com.liferay.portlet.wiki.util with type arguments of type WikiNode | |
|---|---|
static List<String> |
WikiUtil.getNodeNames(List<WikiNode> nodes)
|
static List<WikiNode> |
WikiUtil.getNodes(List<WikiNode> nodes,
String[] hiddenNodes,
PermissionChecker permissionChecker)
|
static List<WikiNode> |
WikiUtil.orderNodes(List<WikiNode> nodes,
String[] visibleNodeNames)
|
| Uses of WikiNode in com.liferay.portlet.wiki.util.test |
|---|
| Methods in com.liferay.portlet.wiki.util.test that return WikiNode | |
|---|---|
static WikiNode |
WikiTestUtil.addNode(long groupId)
|
static WikiNode |
WikiTestUtil.addNode(long userId,
long groupId,
String name,
String description)
|
| Uses of WikiNode in com.liferay.portlet.wikidisplay.action |
|---|
| Methods in com.liferay.portlet.wikidisplay.action that return WikiNode | |
|---|---|
protected WikiNode |
ViewAction.getNode(RenderRequest renderRequest)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||