|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.persistence.DLSyncUtil
public class DLSyncUtil
The persistence utility for the d l sync service. This utility wraps DLSyncPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DLSyncPersistence,
DLSyncPersistenceImpl| Constructor Summary | |
|---|---|
DLSyncUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(DLSync dlSync)
Caches the d l sync in the entity cache if it is enabled. |
static void |
cacheResult(List<DLSync> dlSyncs)
Caches the d l syncs in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(DLSync dlSync)
|
static int |
countAll()
Returns the number of d l syncs. |
static int |
countByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns the number of d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static int |
countByFileId(long fileId)
Returns the number of d l syncs where fileId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DLSync |
create(long syncId)
Creates a new d l sync with the primary key. |
static DLSync |
fetchByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
fetchByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
static DLSync |
fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLSync |
fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
static List<DLSync> |
findAll()
Returns all the d l syncs. |
static List<DLSync> |
findAll(int start,
int end)
Returns a range of all the d l syncs. |
static List<DLSync> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
static DLSync |
findByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
findByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync[] |
findByC_M_R_PrevAndNext(long syncId,
long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
findByFileId(long fileId)
Returns the d l sync where fileId = ? or throws a NoSuchSyncException if it could not be found. |
static DLSync |
findByPrimaryKey(long syncId)
Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found. |
static List<DLSync> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLSync> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLSync> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static DLSyncPersistence |
getPersistence()
|
static DLSync |
remove(long syncId)
Removes the d l sync with the primary key from the database. |
static void |
removeAll()
Removes all the d l syncs from the database. |
static void |
removeByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Removes all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ? from the database. |
static DLSync |
removeByFileId(long fileId)
Removes the d l sync where fileId = ? from the database. |
void |
setPersistence(DLSyncPersistence persistence)
Deprecated. |
static DLSync |
update(DLSync dlSync)
|
static DLSync |
update(DLSync dlSync,
ServiceContext serviceContext)
|
static DLSync |
updateImpl(DLSync dlSync)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLSyncUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(DLSync dlSync)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<DLSync> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DLSync> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DLSync> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DLSync update(DLSync dlSync)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel)
public static DLSync update(DLSync dlSync,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static void cacheResult(DLSync dlSync)
dlSync - the d l syncpublic static void cacheResult(List<DLSync> dlSyncs)
dlSyncs - the d l syncspublic static DLSync create(long syncId)
syncId - the primary key for the new d l sync
public static DLSync remove(long syncId)
throws SystemException,
NoSuchSyncException
syncId - the primary key of the d l sync
NoSuchSyncException - if a d l sync with the primary key could not be found
SystemException - if a system exception occurred
public static DLSync updateImpl(DLSync dlSync)
throws SystemException
SystemException
public static DLSync findByPrimaryKey(long syncId)
throws SystemException,
NoSuchSyncException
NoSuchSyncException if it could not be found.
syncId - the primary key of the d l sync
NoSuchSyncException - if a d l sync with the primary key could not be found
SystemException - if a system exception occurred
public static DLSync fetchByPrimaryKey(long syncId)
throws SystemException
null if it could not be found.
syncId - the primary key of the d l sync
null if a d l sync with the primary key could not be found
SystemException - if a system exception occurred
public static DLSync findByFileId(long fileId)
throws SystemException,
NoSuchSyncException
NoSuchSyncException if it could not be found.
fileId - the file ID
NoSuchSyncException - if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync fetchByFileId(long fileId)
throws SystemException
null if it could not be found. Uses the finder cache.
fileId - the file ID
null if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync fetchByFileId(long fileId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fileId - the file IDretrieveFromCache - whether to use the finder cache
null if a matching d l sync could not be found
SystemException - if a system exception occurred
public static List<DLSync> findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
throws SystemException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository ID
SystemException - if a system exception occurred
public static List<DLSync> findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDstart - the lower bound of the range of d l syncsend - the upper bound of the range of d l syncs (not inclusive)
SystemException - if a system exception occurred
public static List<DLSync> findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDstart - the lower bound of the range of d l syncsend - the upper bound of the range of d l syncs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static DLSync findByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchSyncException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchSyncException - if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync fetchByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync findByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchSyncException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchSyncException - if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync fetchByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d l sync could not be found
SystemException - if a system exception occurred
public static DLSync[] findByC_M_R_PrevAndNext(long syncId,
long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchSyncException
syncId - the primary key of the current d l synccompanyId - the company IDmodifiedDate - the modified daterepositoryId - the repository IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchSyncException - if a d l sync with the primary key could not be found
SystemException - if a system exception occurred
public static List<DLSync> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<DLSync> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of d l syncsend - the upper bound of the range of d l syncs (not inclusive)
SystemException - if a system exception occurred
public static List<DLSync> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of d l syncsend - the upper bound of the range of d l syncs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public static DLSync removeByFileId(long fileId)
throws SystemException,
NoSuchSyncException
fileId - the file ID
SystemException - if a system exception occurred
NoSuchSyncException
public static void removeByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
throws SystemException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository ID
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByFileId(long fileId)
throws SystemException
fileId - the file ID
SystemException - if a system exception occurred
public static int countByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
throws SystemException
companyId - the company IDmodifiedDate - the modified daterepositoryId - the repository ID
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static DLSyncPersistence getPersistence()
public void setPersistence(DLSyncPersistence persistence)
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||