|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordUtil
@ProviderType public class DDLRecordUtil
The persistence utility for the d d l record service. This utility wraps DDLRecordPersistenceImpl 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
DDLRecordPersistence,
DDLRecordPersistenceImpl| Constructor Summary | |
|---|---|
DDLRecordUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(DDLRecord ddlRecord)
Caches the d d l record in the entity cache if it is enabled. |
static void |
cacheResult(List<DDLRecord> ddlRecords)
Caches the d d l records in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(DDLRecord ddlRecord)
|
static int |
countAll()
Returns the number of d d l records. |
static int |
countByCompanyId(long companyId)
Returns the number of d d l records where companyId = ?. |
static int |
countByR_U(long recordSetId,
long userId)
Returns the number of d d l records where recordSetId = ? and userId = ?. |
static int |
countByRecordSetId(long recordSetId)
Returns the number of d d l records where recordSetId = ?. |
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of d d l records where uuid = ? and companyId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of d d l records where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Returns the number of d d l records where uuid = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DDLRecord |
create(long recordId)
Creates a new d d l record with the primary key. |
static DDLRecord |
fetchByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
static DDLRecord |
fetchByPrimaryKey(long recordId)
Returns the d d l record with the primary key or returns null if it could not be found. |
static Map<Serializable,DDLRecord> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static DDLRecord |
fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
fetchByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
fetchByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
fetchByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
fetchByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecord |
fetchByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDLRecord |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecord |
fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static List<DDLRecord> |
findAll()
Returns all the d d l records. |
static List<DDLRecord> |
findAll(int start,
int end)
Returns a range of all the d d l records. |
static List<DDLRecord> |
findAll(int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records. |
static DDLRecord |
findByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
findByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
static DDLRecord[] |
findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?. |
static List<DDLRecord> |
findByCompanyId(long companyId)
Returns all the d d l records where companyId = ?. |
static List<DDLRecord> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d l records where companyId = ?. |
static List<DDLRecord> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?. |
static DDLRecord |
findByPrimaryKey(long recordId)
Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found. |
static DDLRecord |
findByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
findByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord[] |
findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
findByR_U(long recordSetId,
long userId)
Returns all the d d l records where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
findByR_U(long recordSetId,
long userId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
findByR_U(long recordSetId,
long userId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
static DDLRecord |
findByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
findByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord[] |
findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?. |
static List<DDLRecord> |
findByRecordSetId(long recordSetId)
Returns all the d d l records where recordSetId = ?. |
static List<DDLRecord> |
findByRecordSetId(long recordSetId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ?. |
static List<DDLRecord> |
findByRecordSetId(long recordSetId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
static DDLRecord |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord[] |
findByUuid_C_PrevAndNext(long recordId,
String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?. |
static List<DDLRecord> |
findByUuid_C(String uuid,
long companyId)
Returns all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecord> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecord> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?. |
static DDLRecord |
findByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecord |
findByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found. |
static DDLRecord |
findByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static DDLRecord[] |
findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?. |
static List<DDLRecord> |
findByUuid(String uuid)
Returns all the d d l records where uuid = ?. |
static List<DDLRecord> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d l records where uuid = ?. |
static List<DDLRecord> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?. |
static List<DDLRecord> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDLRecord> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDLRecord> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static DDLRecordPersistence |
getPersistence()
|
static DDLRecord |
remove(long recordId)
Removes the d d l record with the primary key from the database. |
static void |
removeAll()
Removes all the d d l records from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the d d l records where companyId = ? from the database. |
static void |
removeByR_U(long recordSetId,
long userId)
Removes all the d d l records where recordSetId = ? and userId = ? from the database. |
static void |
removeByRecordSetId(long recordSetId)
Removes all the d d l records where recordSetId = ? from the database. |
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the d d l records where uuid = ? and companyId = ? from the database. |
static DDLRecord |
removeByUUID_G(String uuid,
long groupId)
Removes the d d l record where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the d d l records where uuid = ? from the database. |
void |
setPersistence(DDLRecordPersistence persistence)
Deprecated. As of 6.2.0 |
static DDLRecord |
update(DDLRecord ddlRecord)
|
static DDLRecord |
update(DDLRecord ddlRecord,
ServiceContext serviceContext)
|
static DDLRecord |
updateImpl(DDLRecord ddlRecord)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(DDLRecord ddlRecord)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static DDLRecord update(DDLRecord ddlRecord)
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static DDLRecord update(DDLRecord ddlRecord,
ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static List<DDLRecord> findByUuid(String uuid)
uuid - the uuid
public static List<DDLRecord> findByUuid(String uuid,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DDLRecord findByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord findByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord[] findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordId - the primary key of the current d d l recorduuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a d d l record with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid - the uuidpublic static int countByUuid(String uuid)
uuid - the uuid
public static DDLRecord findByUUID_G(String uuid,
long groupId)
throws NoSuchRecordException
NoSuchRecordException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching d d l record could not be found
public static DDLRecord fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cache
null if a matching d d l record could not be found
public static DDLRecord removeByUUID_G(String uuid,
long groupId)
throws NoSuchRecordException
uuid - the uuidgroupId - the group ID
NoSuchRecordException
public static int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
public static List<DDLRecord> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<DDLRecord> findByUuid_C(String uuid,
long companyId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DDLRecord findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord[] findByUuid_C_PrevAndNext(long recordId,
String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordId - the primary key of the current d d l recorduuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a d d l record with the primary key could not be found
public static void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<DDLRecord> findByCompanyId(long companyId)
companyId - the company ID
public static List<DDLRecord> findByCompanyId(long companyId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DDLRecord findByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord findByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord[] findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordId - the primary key of the current d d l recordcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a d d l record with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId - the company IDpublic static int countByCompanyId(long companyId)
companyId - the company ID
public static List<DDLRecord> findByRecordSetId(long recordSetId)
recordSetId - the record set ID
public static List<DDLRecord> findByRecordSetId(long recordSetId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findByRecordSetId(long recordSetId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DDLRecord findByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord findByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord[] findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordId - the primary key of the current d d l recordrecordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a d d l record with the primary key could not be foundpublic static void removeByRecordSetId(long recordSetId)
recordSetId - the record set IDpublic static int countByRecordSetId(long recordSetId)
recordSetId - the record set ID
public static List<DDLRecord> findByR_U(long recordSetId,
long userId)
recordSetId - the record set IDuserId - the user ID
public static List<DDLRecord> findByR_U(long recordSetId,
long userId,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDuserId - the user IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findByR_U(long recordSetId,
long userId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDuserId - the user IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DDLRecord findByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord findByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a matching d d l record could not be found
public static DDLRecord fetchByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record could not be found
public static DDLRecord[] findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
throws NoSuchRecordException
recordId - the primary key of the current d d l recordrecordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordException - if a d d l record with the primary key could not be found
public static void removeByR_U(long recordSetId,
long userId)
recordSetId - the record set IDuserId - the user ID
public static int countByR_U(long recordSetId,
long userId)
recordSetId - the record set IDuserId - the user ID
public static void cacheResult(DDLRecord ddlRecord)
ddlRecord - the d d l recordpublic static void cacheResult(List<DDLRecord> ddlRecords)
ddlRecords - the d d l recordspublic static DDLRecord create(long recordId)
recordId - the primary key for the new d d l record
public static DDLRecord remove(long recordId)
throws NoSuchRecordException
recordId - the primary key of the d d l record
NoSuchRecordException - if a d d l record with the primary key could not be foundpublic static DDLRecord updateImpl(DDLRecord ddlRecord)
public static DDLRecord findByPrimaryKey(long recordId)
throws NoSuchRecordException
NoSuchRecordException if it could not be found.
recordId - the primary key of the d d l record
NoSuchRecordException - if a d d l record with the primary key could not be foundpublic static DDLRecord fetchByPrimaryKey(long recordId)
null if it could not be found.
recordId - the primary key of the d d l record
null if a d d l record with the primary key could not be foundpublic static Map<Serializable,DDLRecord> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<DDLRecord> findAll()
public static List<DDLRecord> findAll(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)
public static List<DDLRecord> findAll(int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static void removeAll()
public static int countAll()
public static DDLRecordPersistence getPersistence()
@Deprecated public void setPersistence(DDLRecordPersistence persistence)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||