|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WikiNode | |
---|---|
com.liferay.portlet.wiki.model | |
com.liferay.portlet.wiki.service | |
com.liferay.portlet.wiki.service.persistence |
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. Renamed to 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.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 |
WikiNodeService.addNode(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 |
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 |
WikiNodeLocalServiceWrapper.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.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. |
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.fetchWikiNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long nodeId)
|
WikiNode |
WikiNodeService.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.getNode(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeService.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeServiceWrapper.getNode(long groupId,
String name)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeLocalService.getNode(long groupId,
String nodeName)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalService.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
WikiNode |
WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
WikiNode |
WikiNodeLocalServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceWrapper.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)
|
static WikiNode |
WikiNodeServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
static WikiNode |
WikiNodeLocalServiceUtil.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. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database or adds it if it does not yet exist. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode,
boolean merge)
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 | |
---|---|
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)
Returns a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeLocalServiceUtil.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. |
Methods in com.liferay.portlet.wiki.service with parameters of type WikiNode | |
---|---|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
String[] groupPermissions,
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)
|
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
static WikiNode |
WikiNodeLocalServiceUtil.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. |
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database or adds it if it does not yet exist. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode,
boolean merge)
Updates the wiki node in the database or adds it if it does not yet exist. |
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.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator 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.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator 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_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_First(String uuid,
OrderByComparator 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 orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator 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 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.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator 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 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.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator 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 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_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator 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 orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator 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 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,
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)
|
Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiNode | |
---|---|
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 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 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 orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes. |
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 orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
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 orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
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 orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator 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 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,
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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |