Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.documentlibrary.NoSuchContentException

Packages that use NoSuchContentException
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.persistence   
 

Uses of NoSuchContentException in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that throw NoSuchContentException
static DLContent DLContentLocalServiceUtil.getContent(long companyId, long repositoryId, String path)
           
 DLContent DLContentLocalService.getContent(long companyId, long repositoryId, String path)
           
 DLContent DLContentLocalServiceWrapper.getContent(long companyId, long repositoryId, String path)
           
static DLContent DLContentLocalServiceUtil.getContent(long companyId, long repositoryId, String path, String version)
           
 DLContent DLContentLocalService.getContent(long companyId, long repositoryId, String path, String version)
           
 DLContent DLContentLocalServiceWrapper.getContent(long companyId, long repositoryId, String path, String version)
           
 

Uses of NoSuchContentException in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that throw NoSuchContentException
 DLContent DLContentLocalServiceImpl.getContent(long companyId, long repositoryId, String path)
           
 DLContent DLContentLocalServiceImpl.getContent(long companyId, long repositoryId, String path, String version)
           
 

Uses of NoSuchContentException in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchContentException
 DLContent DLContentPersistence.findByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistenceImpl.findByC_R_First(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent DLContentUtil.findByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistenceImpl.findByC_R_Last(long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistenceImpl.findByC_R_LikeP_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.findByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent DLContentUtil.findByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistenceImpl.findByC_R_LikeP_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent[] DLContentPersistence.findByC_R_LikeP_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
static DLContent[] DLContentUtil.findByC_R_LikeP_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent[] DLContentPersistenceImpl.findByC_R_LikeP_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
 DLContent DLContentPersistence.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent DLContentUtil.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistenceImpl.findByC_R_P_First(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent DLContentUtil.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistenceImpl.findByC_R_P_Last(long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent[] DLContentPersistence.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
static DLContent[] DLContentUtil.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent[] DLContentPersistenceImpl.findByC_R_P_PrevAndNext(long contentId, long companyId, long repositoryId, String path, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
 DLContent DLContentPersistence.findByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or throws a NoSuchContentException if it could not be found.
static DLContent DLContentUtil.findByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or throws a NoSuchContentException if it could not be found.
 DLContent DLContentPersistenceImpl.findByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or throws a NoSuchContentException if it could not be found.
 DLContent[] DLContentPersistence.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
static DLContent[] DLContentUtil.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent[] DLContentPersistenceImpl.findByC_R_PrevAndNext(long contentId, long companyId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
 DLContent DLContentPersistence.findByPrimaryKey(long contentId)
          Returns the document library content with the primary key or throws a NoSuchContentException if it could not be found.
static DLContent DLContentUtil.findByPrimaryKey(long contentId)
          Returns the document library content with the primary key or throws a NoSuchContentException if it could not be found.
 DLContent DLContentPersistenceImpl.findByPrimaryKey(long contentId)
          Returns the document library content with the primary key or throws a NoSuchContentException if it could not be found.
 DLContent DLContentPersistence.remove(long contentId)
          Removes the document library content with the primary key from the database.
static DLContent DLContentUtil.remove(long contentId)
          Removes the document library content with the primary key from the database.
 DLContent DLContentPersistenceImpl.remove(long contentId)
          Removes the document library content with the primary key from the database.
 DLContent DLContentPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library content with the primary key from the database.
 DLContent DLContentPersistence.removeByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Removes the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? from the database.
static DLContent DLContentUtil.removeByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Removes the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? from the database.
 DLContent DLContentPersistenceImpl.removeByC_R_P_V(long companyId, long repositoryId, String path, String version)
          Removes the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? from the database.
 


Liferay 6.1.2-ce-ga3