|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WikiNode in com.liferay.portal.tools.samplesqlbuilder |
---|
Methods in com.liferay.portal.tools.samplesqlbuilder that return WikiNode | |
---|---|
WikiNode |
DataFactory.addWikiNode(long groupId,
long userId,
String name,
String description)
|
Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type WikiNode | |
---|---|
void |
SampleSQLBuilder.insertWikiNode(WikiNode wikiNode)
|
void |
SampleSQLBuilder.insertWikiPage(WikiNode wikiNode,
WikiPage wikiPage)
|
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.importers |
---|
Methods in com.liferay.portlet.wiki.importers with parameters of type WikiNode | |
---|---|
void |
WikiImporter.importPages(long userId,
WikiNode node,
File[] files,
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)
|
void |
MediaWikiImporter.importPages(long userId,
WikiNode node,
File[] files,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.moveFrontPage(long userId,
WikiNode node,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.processImages(long userId,
WikiNode node,
File imagesFile)
|
protected void |
MediaWikiImporter.processRegularPages(long userId,
WikiNode node,
Element root,
List<String> specialNamespaces,
Map<String,String> usersMap,
File imagesFile,
Map<String,String[]> options)
|
protected void |
MediaWikiImporter.processSpecialPages(long userId,
WikiNode node,
Element root,
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 with parameters of type WikiNode | |
---|---|
static void |
WikiPortletDataHandlerImpl.exportNode(PortletDataContext context,
Element nodesElement,
Element pagesElement,
WikiNode node)
|
protected static String |
WikiPortletDataHandlerImpl.getNodePath(PortletDataContext context,
WikiNode node)
|
static void |
WikiPortletDataHandlerImpl.importNode(PortletDataContext context,
WikiNode node)
|
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.getWrappedWikiNode()
|
WikiNode |
WikiNodeWrapper.toEscapedModel()
|
WikiNode |
WikiNodeModel.toEscapedModel()
Gets a copy of this wiki node as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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 |
WikiNodeImpl
|
Methods in com.liferay.portlet.wiki.model.impl that return WikiNode | |
---|---|
WikiNode |
WikiPageImpl.getNode()
|
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 | |
---|---|
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 | |
---|---|
WikiNode |
WikiNodeLocalServiceWrapper.addDefaultNode(long userId,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.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)
|
static WikiNode |
WikiNodeServiceUtil.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
static WikiNode |
WikiNodeLocalServiceUtil.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalServiceWrapper.createWikiNode(long nodeId)
Creates a new wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.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. |
WikiNode |
WikiNodeServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeService.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceWrapper.getNode(long groupId,
String name)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeService.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long groupId,
String nodeName)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeLocalService.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNode(long nodeId)
Gets the wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNode(long nodeId)
Gets the wiki node with the primary key. |
WikiNode |
WikiNodeLocalService.getWikiNode(long nodeId)
Gets the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Gets the wiki node with the UUID and group id. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Gets the wiki node with the UUID and group id. |
WikiNode |
WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Gets the wiki node with the UUID and group id. |
WikiNode |
WikiNodeServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.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 |
WikiNodeLocalServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
Methods in com.liferay.portlet.wiki.service that return types with arguments of type WikiNode | |
---|---|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getCompanyNodes(long companyId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodes(int start,
int end)
Gets a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodes(int start,
int end)
Gets a range of all the wiki nodes. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodes(int start,
int end)
Gets a range of all the wiki nodes. |
Methods in com.liferay.portlet.wiki.service with parameters of type WikiNode | |
---|---|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
String[] communityPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
String[] communityPermissions,
String[] guestPermissions)
|
WikiNode |
WikiNodeLocalServiceWrapper.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
static WikiNode |
WikiNodeLocalServiceUtil.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
void |
WikiNodeLocalServiceWrapper.deleteNode(WikiNode node)
|
static void |
WikiNodeLocalServiceUtil.deleteNode(WikiNode node)
|
void |
WikiNodeLocalService.deleteNode(WikiNode node)
|
void |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static void |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
void |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
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.getWikiNode(long nodeId)
Gets the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceBaseImpl.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Gets the wiki node with the UUID and group id. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
Methods in com.liferay.portlet.wiki.service.base that return types with arguments of type WikiNode | |
---|---|
List<WikiNode> |
WikiNodeLocalServiceBaseImpl.getWikiNodes(int start,
int end)
Gets a range of all the wiki nodes. |
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. |
void |
WikiNodeLocalServiceBaseImpl.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database. |
WikiNode |
WikiNodeLocalServiceBaseImpl.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database. |
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.updateNode(HttpPrincipal httpPrincipal,
long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.wiki.service.http with parameters of type WikiNode | |
---|---|
static JSONArray |
WikiNodeJSONSerializer.toJSONArray(WikiNode[] models)
|
static JSONArray |
WikiNodeJSONSerializer.toJSONArray(WikiNode[][] models)
|
static JSONObject |
WikiNodeJSONSerializer.toJSONObject(WikiNode model)
|
Method parameters in com.liferay.portlet.wiki.service.http with type arguments of type WikiNode | |
---|---|
static JSONArray |
WikiNodeJSONSerializer.toJSONArray(List<WikiNode> models)
|
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 |
WikiNodeServiceImpl.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceImpl.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceImpl.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceImpl.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeServiceImpl.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceImpl.updateNode(long nodeId,
String name,
String description,
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.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceImpl.getNodes(long groupId,
int start,
int end)
|
Methods in com.liferay.portlet.wiki.service.impl with parameters of type WikiNode | |
---|---|
void |
WikiNodeLocalServiceImpl.addNodeResources(WikiNode node,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceImpl.addNodeResources(WikiNode node,
String[] communityPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalServiceImpl.deleteNode(WikiNode node)
|
protected void |
WikiPageLocalServiceImpl.notifySubscribers(WikiNode node,
WikiPage page,
ServiceContext serviceContext,
boolean update)
|
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. |
WikiNode |
WikiNodePersistenceImpl.create(long nodeId)
Creates a new wiki node with the primary key. |
static WikiNode |
WikiNodeUtil.fetchByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_N(long groupId,
String name)
Finds 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)
Finds 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)
Finds the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistenceImpl.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Finds the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.fetchByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the wiki node with the primary key or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds 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)
Finds 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)
Finds the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByG_N(long groupId,
String name)
Finds the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByPrimaryKey(long nodeId)
Finds the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the wiki node with the primary key or throws a NoSuchModelException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first wiki node in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds 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 orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistenceImpl.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Finds the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
protected WikiNode |
WikiNodePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
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. |
static WikiNode |
WikiNodeUtil.remove(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.removeImpl(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.toUnwrappedModel(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
boolean merge)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
boolean merge,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeUtil.updateImpl(WikiNode wikiNode,
boolean merge)
|
WikiNode |
WikiNodePersistence.updateImpl(WikiNode wikiNode,
boolean merge)
|
WikiNode |
WikiNodePersistenceImpl.updateImpl(WikiNode wikiNode,
boolean merge)
|
Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiNode | |
---|---|
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findAll()
Finds all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll()
Finds all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll()
Finds all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end)
Finds a range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end)
Finds a range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll(int start,
int end)
Finds a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId)
Finds all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId)
Finds all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId)
Finds all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId)
Finds all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId)
Finds all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId)
Finds all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid)
Finds all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid)
Finds all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid)
Finds all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the wiki nodes where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 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. |
void |
WikiNodePersistenceImpl.cacheResult(WikiNode wikiNode)
Caches the wiki node in the entity cache if it is enabled. |
static void |
WikiNodeUtil.clearCache(WikiNode wikiNode)
|
void |
WikiNodePersistenceImpl.clearCache(WikiNode wikiNode)
Clears the cache for the wiki node. |
protected WikiNode |
WikiNodePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
WikiNode wikiNode,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByGroupId_PrevAndNext(Session session,
WikiNode wikiNode,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected WikiNode |
WikiNodePersistenceImpl.getByUuid_PrevAndNext(Session session,
WikiNode wikiNode,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static WikiNode |
WikiNodeUtil.remove(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.removeImpl(WikiNode wikiNode)
|
protected WikiNode |
WikiNodePersistenceImpl.toUnwrappedModel(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
boolean merge)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
boolean merge,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeUtil.updateImpl(WikiNode wikiNode,
boolean merge)
|
WikiNode |
WikiNodePersistence.updateImpl(WikiNode wikiNode,
boolean merge)
|
WikiNode |
WikiNodePersistenceImpl.updateImpl(WikiNode wikiNode,
boolean merge)
|
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. |
void |
WikiNodePersistenceImpl.cacheResult(List<WikiNode> wikiNodes)
Caches the wiki nodes in the entity cache if it is enabled. |
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)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |