Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.wiki.model.WikiPageResource

Packages that use WikiPageResource
com.liferay.portlet.wiki.model   
com.liferay.portlet.wiki.model.impl   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.base   
com.liferay.portlet.wiki.service.impl   
com.liferay.portlet.wiki.service.persistence   
 

Uses of WikiPageResource in com.liferay.portlet.wiki.model
 

Classes in com.liferay.portlet.wiki.model that implement WikiPageResource
 class WikiPageResourceWrapper
           This class is a wrapper for WikiPageResource.
 

Methods in com.liferay.portlet.wiki.model that return WikiPageResource
 WikiPageResource WikiPageResourceWrapper.getWrappedModel()
           
 WikiPageResource WikiPageResourceWrapper.getWrappedWikiPageResource()
          Deprecated. Renamed to WikiPageResourceWrapper.getWrappedModel()
 WikiPageResource WikiPageResourceWrapper.toEscapedModel()
           
 WikiPageResource WikiPageResourceModel.toEscapedModel()
           
 WikiPageResource WikiPageResourceWrapper.toUnescapedModel()
           
 WikiPageResource WikiPageResourceModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.wiki.model that return types with arguments of type WikiPageResource
 CacheModel<WikiPageResource> WikiPageResourceWrapper.toCacheModel()
           
 CacheModel<WikiPageResource> WikiPageResourceModel.toCacheModel()
           
 

Methods in com.liferay.portlet.wiki.model with parameters of type WikiPageResource
 int WikiPageResourceWrapper.compareTo(WikiPageResource wikiPageResource)
           
 int WikiPageResourceModel.compareTo(WikiPageResource wikiPageResource)
           
static WikiPageResourceSoap WikiPageResourceSoap.toSoapModel(WikiPageResource model)
           
static WikiPageResourceSoap[] WikiPageResourceSoap.toSoapModels(WikiPageResource[] models)
           
static WikiPageResourceSoap[][] WikiPageResourceSoap.toSoapModels(WikiPageResource[][] models)
           
 

Method parameters in com.liferay.portlet.wiki.model with type arguments of type WikiPageResource
static WikiPageResourceSoap[] WikiPageResourceSoap.toSoapModels(List<WikiPageResource> models)
           
 

Constructors in com.liferay.portlet.wiki.model with parameters of type WikiPageResource
WikiPageResourceWrapper(WikiPageResource wikiPageResource)
           
 

Uses of WikiPageResource in com.liferay.portlet.wiki.model.impl
 

Classes in com.liferay.portlet.wiki.model.impl that implement WikiPageResource
 class WikiPageResourceBaseImpl
          The extended model base implementation for the WikiPageResource service.
 class WikiPageResourceImpl
           
 

Methods in com.liferay.portlet.wiki.model.impl that return WikiPageResource
 WikiPageResource WikiPageResourceCacheModel.toEntityModel()
           
 WikiPageResource WikiPageResourceModelImpl.toEscapedModel()
           
 WikiPageResource WikiPageResourceModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.wiki.model.impl that return types with arguments of type WikiPageResource
 CacheModel<WikiPageResource> WikiPageResourceModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.wiki.model.impl with parameters of type WikiPageResource
 int WikiPageResourceModelImpl.compareTo(WikiPageResource wikiPageResource)
           
 

Uses of WikiPageResource in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service that return WikiPageResource
 WikiPageResource WikiPageResourceLocalServiceWrapper.addPageResource(long nodeId, String title)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.addPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalService.addPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
static WikiPageResource WikiPageResourceLocalServiceUtil.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalService.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalServiceWrapper.createWikiPageResource(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
static WikiPageResource WikiPageResourceLocalServiceUtil.createWikiPageResource(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalService.createWikiPageResource(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
static WikiPageResource WikiPageResourceLocalServiceUtil.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourceLocalService.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
static WikiPageResource WikiPageResourceLocalServiceUtil.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalService.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalServiceWrapper.fetchWikiPageResource(long resourcePrimKey)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.fetchWikiPageResource(long resourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalService.fetchWikiPageResource(long resourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.getPageResource(long pageResourcePrimKey)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.getPageResource(long nodeId, String title)
           
static WikiPageResource WikiPageResourceLocalServiceUtil.getPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalService.getPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalServiceWrapper.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
static WikiPageResource WikiPageResourceLocalServiceUtil.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalService.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalServiceWrapper.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
static WikiPageResource WikiPageResourceLocalServiceUtil.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalService.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalServiceWrapper.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
static WikiPageResource WikiPageResourceLocalServiceUtil.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalService.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource 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 WikiPageResource
 List<WikiPageResource> WikiPageResourceLocalServiceWrapper.getWikiPageResources(int start, int end)
          Returns a range of all the wiki page resources.
static List<WikiPageResource> WikiPageResourceLocalServiceUtil.getWikiPageResources(int start, int end)
          Returns a range of all the wiki page resources.
 List<WikiPageResource> WikiPageResourceLocalService.getWikiPageResources(int start, int end)
          Returns a range of all the wiki page resources.
 

Methods in com.liferay.portlet.wiki.service with parameters of type WikiPageResource
 WikiPageResource WikiPageResourceLocalServiceWrapper.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
static WikiPageResource WikiPageResourceLocalServiceUtil.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalService.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
static WikiPageResource WikiPageResourceLocalServiceUtil.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalService.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalServiceWrapper.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
static WikiPageResource WikiPageResourceLocalServiceUtil.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalService.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalServiceWrapper.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
static WikiPageResource WikiPageResourceLocalServiceUtil.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalService.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 

Uses of WikiPageResource in com.liferay.portlet.wiki.service.base
 

Methods in com.liferay.portlet.wiki.service.base that return WikiPageResource
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.createWikiPageResource(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.deleteWikiPageResource(long resourcePrimKey)
          Deletes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.fetchWikiPageResource(long resourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.getWikiPageResource(long resourcePrimKey)
          Returns the wiki page resource with the primary key.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource 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 WikiPageResource
 List<WikiPageResource> WikiPageResourceLocalServiceBaseImpl.getWikiPageResources(int start, int end)
          Returns a range of all the wiki page resources.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type WikiPageResource
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.addWikiPageResource(WikiPageResource wikiPageResource)
          Adds the wiki page resource to the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.deleteWikiPageResource(WikiPageResource wikiPageResource)
          Deletes the wiki page resource from the database.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.updateWikiPageResource(WikiPageResource wikiPageResource)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 WikiPageResource WikiPageResourceLocalServiceBaseImpl.updateWikiPageResource(WikiPageResource wikiPageResource, boolean merge)
          Updates the wiki page resource in the database or adds it if it does not yet exist.
 

Uses of WikiPageResource in com.liferay.portlet.wiki.service.impl
 

Methods in com.liferay.portlet.wiki.service.impl that return WikiPageResource
 WikiPageResource WikiPageResourceLocalServiceImpl.addPageResource(long nodeId, String title)
           
 WikiPageResource WikiPageResourceLocalServiceImpl.getPageResource(long pageResourcePrimKey)
           
 WikiPageResource WikiPageResourceLocalServiceImpl.getPageResource(long nodeId, String title)
           
 

Uses of WikiPageResource in com.liferay.portlet.wiki.service.persistence
 

Methods in com.liferay.portlet.wiki.service.persistence that return WikiPageResource
static WikiPageResource WikiPageResourceUtil.create(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
 WikiPageResource WikiPageResourcePersistence.create(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
 WikiPageResource WikiPageResourcePersistenceImpl.create(long resourcePrimKey)
          Creates a new wiki page resource with the primary key.
static WikiPageResource WikiPageResourceUtil.fetchByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found.
 WikiPageResource WikiPageResourcePersistence.fetchByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found.
static WikiPageResource WikiPageResourceUtil.fetchByN_T(long nodeId, String title, boolean retrieveFromCache)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
 WikiPageResource WikiPageResourcePersistence.fetchByN_T(long nodeId, String title, boolean retrieveFromCache)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByN_T(long nodeId, String title, boolean retrieveFromCache)
          Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
static WikiPageResource WikiPageResourceUtil.fetchByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or returns null if it could not be found.
 WikiPageResource WikiPageResourcePersistence.fetchByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or returns null if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or returns null if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the wiki page resource with the primary key or returns null if it could not be found.
static WikiPageResource WikiPageResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistence.findByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.findByN_T(long nodeId, String title)
          Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found.
static WikiPageResource WikiPageResourceUtil.findByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistence.findByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.findByPrimaryKey(long resourcePrimKey)
          Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found.
 WikiPageResource WikiPageResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the wiki page resource with the primary key or throws a NoSuchModelException if it could not be found.
static WikiPageResource WikiPageResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first wiki page resource in the ordered set where uuid = ?.
static WikiPageResource WikiPageResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
 WikiPageResource WikiPageResourcePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last wiki page resource in the ordered set where uuid = ?.
static WikiPageResource[] WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
 WikiPageResource[] WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
 WikiPageResource[] WikiPageResourcePersistenceImpl.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?.
protected  WikiPageResource WikiPageResourcePersistenceImpl.getByUuid_PrevAndNext(Session session, WikiPageResource wikiPageResource, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static WikiPageResource WikiPageResourceUtil.remove(long resourcePrimKey)
          Removes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourcePersistence.remove(long resourcePrimKey)
          Removes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourcePersistenceImpl.remove(long resourcePrimKey)
          Removes the wiki page resource with the primary key from the database.
 WikiPageResource WikiPageResourcePersistenceImpl.remove(Serializable primaryKey)
          Removes the wiki page resource with the primary key from the database.
static WikiPageResource WikiPageResourceUtil.removeByN_T(long nodeId, String title)
          Removes the wiki page resource where nodeId = ? and title = ? from the database.
 WikiPageResource WikiPageResourcePersistence.removeByN_T(long nodeId, String title)
          Removes the wiki page resource where nodeId = ? and title = ? from the database.
 WikiPageResource WikiPageResourcePersistenceImpl.removeByN_T(long nodeId, String title)
          Removes the wiki page resource where nodeId = ? and title = ? from the database.
protected  WikiPageResource WikiPageResourcePersistenceImpl.removeImpl(WikiPageResource wikiPageResource)
           
protected  WikiPageResource WikiPageResourcePersistenceImpl.toUnwrappedModel(WikiPageResource wikiPageResource)
           
static WikiPageResource WikiPageResourceUtil.update(WikiPageResource wikiPageResource, boolean merge)
           
static WikiPageResource WikiPageResourceUtil.update(WikiPageResource wikiPageResource, boolean merge, ServiceContext serviceContext)
           
static WikiPageResource WikiPageResourceUtil.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 WikiPageResource WikiPageResourcePersistence.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 WikiPageResource WikiPageResourcePersistenceImpl.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 

Methods in com.liferay.portlet.wiki.service.persistence that return types with arguments of type WikiPageResource
static List<WikiPageResource> WikiPageResourceUtil.findAll()
          Returns all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistence.findAll()
          Returns all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findAll()
          Returns all the wiki page resources.
static List<WikiPageResource> WikiPageResourceUtil.findAll(int start, int end)
          Returns a range of all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistence.findAll(int start, int end)
          Returns a range of all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findAll(int start, int end)
          Returns a range of all the wiki page resources.
static List<WikiPageResource> WikiPageResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources.
static List<WikiPageResource> WikiPageResourceUtil.findByUuid(String uuid)
          Returns all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findByUuid(String uuid)
          Returns all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findByUuid(String uuid)
          Returns all the wiki page resources where uuid = ?.
static List<WikiPageResource> WikiPageResourceUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the wiki page resources where uuid = ?.
static List<WikiPageResource> WikiPageResourceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
 List<WikiPageResource> WikiPageResourcePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the wiki page resources where uuid = ?.
static List<WikiPageResource> WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WikiPageResource> WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WikiPageResource> WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.wiki.service.persistence with parameters of type WikiPageResource
static void WikiPageResourceUtil.cacheResult(WikiPageResource wikiPageResource)
          Caches the wiki page resource in the entity cache if it is enabled.
 void WikiPageResourcePersistence.cacheResult(WikiPageResource wikiPageResource)
          Caches the wiki page resource in the entity cache if it is enabled.
 void WikiPageResourcePersistenceImpl.cacheResult(WikiPageResource wikiPageResource)
          Caches the wiki page resource in the entity cache if it is enabled.
protected  void WikiPageResourcePersistenceImpl.cacheUniqueFindersCache(WikiPageResource wikiPageResource)
           
static void WikiPageResourceUtil.clearCache(WikiPageResource wikiPageResource)
           
 void WikiPageResourcePersistenceImpl.clearCache(WikiPageResource wikiPageResource)
          Clears the cache for the wiki page resource.
protected  void WikiPageResourcePersistenceImpl.clearUniqueFindersCache(WikiPageResource wikiPageResource)
           
protected  WikiPageResource WikiPageResourcePersistenceImpl.getByUuid_PrevAndNext(Session session, WikiPageResource wikiPageResource, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPageResource WikiPageResourcePersistenceImpl.removeImpl(WikiPageResource wikiPageResource)
           
protected  WikiPageResource WikiPageResourcePersistenceImpl.toUnwrappedModel(WikiPageResource wikiPageResource)
           
static WikiPageResource WikiPageResourceUtil.update(WikiPageResource wikiPageResource, boolean merge)
           
static WikiPageResource WikiPageResourceUtil.update(WikiPageResource wikiPageResource, boolean merge, ServiceContext serviceContext)
           
static WikiPageResource WikiPageResourceUtil.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 WikiPageResource WikiPageResourcePersistence.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 WikiPageResource WikiPageResourcePersistenceImpl.updateImpl(WikiPageResource wikiPageResource, boolean merge)
           
 

Method parameters in com.liferay.portlet.wiki.service.persistence with type arguments of type WikiPageResource
static void WikiPageResourceUtil.cacheResult(List<WikiPageResource> wikiPageResources)
          Caches the wiki page resources in the entity cache if it is enabled.
 void WikiPageResourcePersistence.cacheResult(List<WikiPageResource> wikiPageResources)
          Caches the wiki page resources in the entity cache if it is enabled.
 void WikiPageResourcePersistenceImpl.cacheResult(List<WikiPageResource> wikiPageResources)
          Caches the wiki page resources in the entity cache if it is enabled.
 void WikiPageResourcePersistenceImpl.clearCache(List<WikiPageResource> wikiPageResources)
           
 


Liferay 6.1.2-ce-ga3