Package | Description |
---|---|
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DLContent |
DLContentUtil.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
|
DLContent |
DLContentPersistence.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?.
|
static DLContent |
DLContentUtil.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
|
DLContent |
DLContentPersistence.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?.
|
static DLContent |
DLContentUtil.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?.
|
DLContent |
DLContentPersistence.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first 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<DLContent> orderByComparator)
Returns the last 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<DLContent> orderByComparator)
Returns the last 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<DLContent> 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_LikeP_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> 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_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?.
|
DLContent |
DLContentPersistence.findByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first 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<DLContent> orderByComparator)
Returns the last 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<DLContent> orderByComparator)
Returns the last 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<DLContent> 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_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> 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_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_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_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?.
|
DLContent[] |
DLContentPersistence.findByC_R_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator<DLContent> 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.findByPrimaryKey(long contentId)
Returns the document library content with the primary key or throws a
NoSuchContentException if it could not be found. |
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.remove(long contentId)
Removes the document library content with the primary key from the database.
|
DLContent |
DLContentPersistence.remove(long contentId)
Removes the document library content with the primary key 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 |
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.
|