|
Liferay 6.1.2-ce-ga3 | |||||||||
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
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 |
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_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 = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DDLRecord |
create(long recordId)
Creates a new d d l record with the primary key. |
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 DDLRecord |
fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator 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 orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
fetchByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
fetchByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
fetchByUuid_First(String uuid,
OrderByComparator 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 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 orderByComparator)
Returns an ordered range of all the d d l records. |
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 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 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 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 orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
static DDLRecord |
findByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
findByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord[] |
findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
static DDLRecord |
findByUuid_First(String uuid,
OrderByComparator 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 orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static DDLRecord[] |
findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator 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 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 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 |
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 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. |
static DDLRecord |
update(DDLRecord ddlRecord,
boolean merge)
|
static DDLRecord |
update(DDLRecord ddlRecord,
boolean merge,
ServiceContext serviceContext)
|
static DDLRecord |
updateImpl(DDLRecord ddlRecord,
boolean merge)
|
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 long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DDLRecord update(DDLRecord ddlRecord, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static DDLRecord update(DDLRecord ddlRecord, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
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 SystemException, 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 found
SystemException
- if a system exception occurredpublic static DDLRecord updateImpl(DDLRecord ddlRecord, boolean merge) throws SystemException
SystemException
public static DDLRecord findByPrimaryKey(long recordId) throws SystemException, 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 found
SystemException
- if a system exception occurredpublic static DDLRecord fetchByPrimaryKey(long recordId) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByUuid(String uuid, 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.
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)
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByUuid(String uuid, 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.
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
)
SystemException
- if a system exception occurredpublic static DDLRecord findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d l record could not be found
SystemException
- if a system exception occurredpublic static DDLRecord findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d l record could not be found
SystemException
- if a system exception occurredpublic static DDLRecord[] findByUuid_PrevAndNext(long recordId, String uuid, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredpublic static DDLRecord findByUUID_G(String uuid, long groupId) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByUUID_G(String uuid, long groupId) throws SystemException
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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
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
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByRecordSetId(long recordSetId) throws SystemException
recordSetId
- the record set ID
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByRecordSetId(long recordSetId, 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.
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)
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByRecordSetId(long recordSetId, 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.
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
)
SystemException
- if a system exception occurredpublic static DDLRecord findByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByRecordSetId_First(long recordSetId, OrderByComparator orderByComparator) throws SystemException
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
SystemException
- if a system exception occurredpublic static DDLRecord findByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByRecordSetId_Last(long recordSetId, OrderByComparator orderByComparator) throws SystemException
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
SystemException
- if a system exception occurredpublic static DDLRecord[] findByRecordSetId_PrevAndNext(long recordId, long recordSetId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByR_U(long recordSetId, long userId) throws SystemException
recordSetId
- the record set IDuserId
- the user ID
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByR_U(long recordSetId, long userId, 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.
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)
SystemException
- if a system exception occurredpublic static List<DDLRecord> findByR_U(long recordSetId, long userId, 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.
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
)
SystemException
- if a system exception occurredpublic static DDLRecord findByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByR_U_First(long recordSetId, long userId, OrderByComparator orderByComparator) throws SystemException
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
SystemException
- if a system exception occurredpublic static DDLRecord findByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static DDLRecord fetchByR_U_Last(long recordSetId, long userId, OrderByComparator orderByComparator) throws SystemException
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
SystemException
- if a system exception occurredpublic static DDLRecord[] findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, OrderByComparator orderByComparator) throws SystemException, 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
SystemException
- if a system exception occurredpublic static List<DDLRecord> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<DDLRecord> 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 d l recordsend
- the upper bound of the range of d d l records (not inclusive)
SystemException
- if a system exception occurredpublic static List<DDLRecord> 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 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
)
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static DDLRecord removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchRecordException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchRecordException
public static void removeByRecordSetId(long recordSetId) throws SystemException
recordSetId
- the record set ID
SystemException
- if a system exception occurredpublic static void removeByR_U(long recordSetId, long userId) throws SystemException
recordSetId
- the record set IDuserId
- the user ID
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByRecordSetId(long recordSetId) throws SystemException
recordSetId
- the record set ID
SystemException
- if a system exception occurredpublic static int countByR_U(long recordSetId, long userId) throws SystemException
recordSetId
- the record set IDuserId
- the user ID
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static DDLRecordPersistence getPersistence()
public void setPersistence(DDLRecordPersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |