Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordUtil

@ProviderType
public class DDLRecordUtil
extends Object

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

See Also:
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 orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord fetchByCompanyId_Last(long companyId, OrderByComparator 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 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_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
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 findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first d d l record in the ordered set where companyId = ?.
static DDLRecord findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last d d l record in the ordered set where companyId = ?.
static DDLRecord[] findByCompanyId_PrevAndNext(long recordId, long companyId, OrderByComparator 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 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 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_C_First(String uuid, long companyId, OrderByComparator 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 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 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 orderByComparator)
          Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
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 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

DDLRecordUtil

public DDLRecordUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(DDLRecord ddlRecord)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<DDLRecord> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static DDLRecord update(DDLRecord ddlRecord)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static DDLRecord update(DDLRecord ddlRecord,
                               ServiceContext serviceContext)
                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUuid

public static List<DDLRecord> findByUuid(String uuid)
                                  throws SystemException
Returns all the d d l records where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<DDLRecord> findByUuid(String uuid,
                                         int start,
                                         int end)
                                  throws SystemException
Returns a range of all the d d l records where uuid = ?.

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 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.

Parameters:
uuid - the uuid
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<DDLRecord> findByUuid(String uuid,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the d d l records where uuid = ?.

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 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.

Parameters:
uuid - the uuid
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static DDLRecord findByUuid_First(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchRecordException
Returns the first d d l record in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public static DDLRecord fetchByUuid_First(String uuid,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the first d d l record in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public static DDLRecord findByUuid_Last(String uuid,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchRecordException
Returns the last d d l record in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public static DDLRecord fetchByUuid_Last(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the last d d l record in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static DDLRecord[] findByUuid_PrevAndNext(long recordId,
                                                 String uuid,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchRecordException
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.

Parameters:
recordId - the primary key of the current d d l record
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the d d l records where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Returns the number of d d l records where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUUID_G

public static DDLRecord findByUUID_G(String uuid,
                                     long groupId)
                              throws SystemException,
                                     NoSuchRecordException
Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public static DDLRecord fetchByUUID_G(String uuid,
                                      long groupId)
                               throws SystemException
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static DDLRecord fetchByUUID_G(String uuid,
                                      long groupId,
                                      boolean retrieveFromCache)
                               throws SystemException
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static DDLRecord removeByUUID_G(String uuid,
                                       long groupId)
                                throws SystemException,
                                       NoSuchRecordException
Removes the d d l record where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the d d l record that was removed
Throws:
SystemException - if a system exception occurred
NoSuchRecordException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
Returns the number of d d l records where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<DDLRecord> findByUuid_C(String uuid,
                                           long companyId)
                                    throws SystemException
Returns all the d d l records where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<DDLRecord> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the d d l records where uuid = ? and companyId = ?.

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 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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid_C

public static List<DDLRecord> findByUuid_C(String uuid,
                                           long companyId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.

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 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.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public static DDLRecord findByUuid_C_First(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchRecordException
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

public static DDLRecord fetchByUuid_C_First(String uuid,
                                            long companyId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public static DDLRecord findByUuid_C_Last(String uuid,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchRecordException
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

public static DDLRecord fetchByUuid_C_Last(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public static DDLRecord[] findByUuid_C_PrevAndNext(long recordId,
                                                   String uuid,
                                                   long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchRecordException
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.

Parameters:
recordId - the primary key of the current d d l record
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

public static void removeByUuid_C(String uuid,
                                  long companyId)
                           throws SystemException
Removes all the d d l records where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public static int countByUuid_C(String uuid,
                                long companyId)
                         throws SystemException
Returns the number of d d l records where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<DDLRecord> findByCompanyId(long companyId)
                                       throws SystemException
Returns all the d d l records where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching d d l records
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<DDLRecord> findByCompanyId(long companyId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the d d l records where companyId = ?.

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 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.

Parameters:
companyId - the company ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<DDLRecord> findByCompanyId(long companyId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the d d l records where companyId = ?.

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 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.

Parameters:
companyId - the company ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static DDLRecord findByCompanyId_First(long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchRecordException
Returns the first d d l record in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

public static DDLRecord fetchByCompanyId_First(long companyId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns the first d d l record in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public static DDLRecord findByCompanyId_Last(long companyId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchRecordException
Returns the last d d l record in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

public static DDLRecord fetchByCompanyId_Last(long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the last d d l record in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static DDLRecord[] findByCompanyId_PrevAndNext(long recordId,
                                                      long companyId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchRecordException
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.

Parameters:
recordId - the primary key of the current d d l record
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Removes all the d d l records where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Returns the number of d d l records where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

findByRecordSetId

public static List<DDLRecord> findByRecordSetId(long recordSetId)
                                         throws SystemException
Returns all the d d l records where recordSetId = ?.

Parameters:
recordSetId - the record set ID
Returns:
the matching d d l records
Throws:
SystemException - if a system exception occurred

findByRecordSetId

public static List<DDLRecord> findByRecordSetId(long recordSetId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the d d l records where recordSetId = ?.

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 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.

Parameters:
recordSetId - the record set ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByRecordSetId

public static List<DDLRecord> findByRecordSetId(long recordSetId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the d d l records where recordSetId = ?.

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 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.

Parameters:
recordSetId - the record set ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByRecordSetId_First

public static DDLRecord findByRecordSetId_First(long recordSetId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchRecordException
Returns the first d d l record in the ordered set where recordSetId = ?.

Parameters:
recordSetId - the record set ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByRecordSetId_First

public static DDLRecord fetchByRecordSetId_First(long recordSetId,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Returns the first d d l record in the ordered set where recordSetId = ?.

Parameters:
recordSetId - the record set ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByRecordSetId_Last

public static DDLRecord findByRecordSetId_Last(long recordSetId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchRecordException
Returns the last d d l record in the ordered set where recordSetId = ?.

Parameters:
recordSetId - the record set ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByRecordSetId_Last

public static DDLRecord fetchByRecordSetId_Last(long recordSetId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns the last d d l record in the ordered set where recordSetId = ?.

Parameters:
recordSetId - the record set ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByRecordSetId_PrevAndNext

public static DDLRecord[] findByRecordSetId_PrevAndNext(long recordId,
                                                        long recordSetId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchRecordException
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.

Parameters:
recordId - the primary key of the current d d l record
recordSetId - the record set ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

removeByRecordSetId

public static void removeByRecordSetId(long recordSetId)
                                throws SystemException
Removes all the d d l records where recordSetId = ? from the database.

Parameters:
recordSetId - the record set ID
Throws:
SystemException - if a system exception occurred

countByRecordSetId

public static int countByRecordSetId(long recordSetId)
                              throws SystemException
Returns the number of d d l records where recordSetId = ?.

Parameters:
recordSetId - the record set ID
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

findByR_U

public static List<DDLRecord> findByR_U(long recordSetId,
                                        long userId)
                                 throws SystemException
Returns all the d d l records where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
Returns:
the matching d d l records
Throws:
SystemException - if a system exception occurred

findByR_U

public static List<DDLRecord> findByR_U(long recordSetId,
                                        long userId,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the d d l records where recordSetId = ? and userId = ?.

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 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.

Parameters:
recordSetId - the record set ID
userId - the user ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByR_U

public static List<DDLRecord> findByR_U(long recordSetId,
                                        long userId,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.

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 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.

Parameters:
recordSetId - the record set ID
userId - the user ID
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching d d l records
Throws:
SystemException - if a system exception occurred

findByR_U_First

public static DDLRecord findByR_U_First(long recordSetId,
                                        long userId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchRecordException
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByR_U_First

public static DDLRecord fetchByR_U_First(long recordSetId,
                                         long userId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByR_U_Last

public static DDLRecord findByR_U_Last(long recordSetId,
                                       long userId,
                                       OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchRecordException
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record
Throws:
NoSuchRecordException - if a matching d d l record could not be found
SystemException - if a system exception occurred

fetchByR_U_Last

public static DDLRecord fetchByR_U_Last(long recordSetId,
                                        long userId,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching d d l record, or null if a matching d d l record could not be found
Throws:
SystemException - if a system exception occurred

findByR_U_PrevAndNext

public static DDLRecord[] findByR_U_PrevAndNext(long recordId,
                                                long recordSetId,
                                                long userId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchRecordException
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.

Parameters:
recordId - the primary key of the current d d l record
recordSetId - the record set ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

removeByR_U

public static void removeByR_U(long recordSetId,
                               long userId)
                        throws SystemException
Removes all the d d l records where recordSetId = ? and userId = ? from the database.

Parameters:
recordSetId - the record set ID
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByR_U

public static int countByR_U(long recordSetId,
                             long userId)
                      throws SystemException
Returns the number of d d l records where recordSetId = ? and userId = ?.

Parameters:
recordSetId - the record set ID
userId - the user ID
Returns:
the number of matching d d l records
Throws:
SystemException - if a system exception occurred

cacheResult

public static void cacheResult(DDLRecord ddlRecord)
Caches the d d l record in the entity cache if it is enabled.

Parameters:
ddlRecord - the d d l record

cacheResult

public static void cacheResult(List<DDLRecord> ddlRecords)
Caches the d d l records in the entity cache if it is enabled.

Parameters:
ddlRecords - the d d l records

create

public static DDLRecord create(long recordId)
Creates a new d d l record with the primary key. Does not add the d d l record to the database.

Parameters:
recordId - the primary key for the new d d l record
Returns:
the new d d l record

remove

public static DDLRecord remove(long recordId)
                        throws SystemException,
                               NoSuchRecordException
Removes the d d l record with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record that was removed
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static DDLRecord updateImpl(DDLRecord ddlRecord)
                            throws SystemException
Throws:
SystemException

findByPrimaryKey

public static DDLRecord findByPrimaryKey(long recordId)
                                  throws SystemException,
                                         NoSuchRecordException
Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found.

Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record
Throws:
NoSuchRecordException - if a d d l record with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static DDLRecord fetchByPrimaryKey(long recordId)
                                   throws SystemException
Returns the d d l record with the primary key or returns null if it could not be found.

Parameters:
recordId - the primary key of the d d l record
Returns:
the d d l record, or null if a d d l record with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<DDLRecord> findAll()
                               throws SystemException
Returns all the d d l records.

Returns:
the d d l records
Throws:
SystemException - if a system exception occurred

findAll

public static List<DDLRecord> findAll(int start,
                                      int end)
                               throws SystemException
Returns a range of all the d d l records.

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 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.

Parameters:
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
Returns:
the range of d d l records
Throws:
SystemException - if a system exception occurred

findAll

public static List<DDLRecord> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the d d l records.

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 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.

Parameters:
start - the lower bound of the range of d d l records
end - the upper bound of the range of d d l records (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of d d l records
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the d d l records from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of d d l records.

Returns:
the number of d d l records
Throws:
SystemException - if a system exception occurred

getPersistence

public static DDLRecordPersistence getPersistence()

setPersistence

public void setPersistence(DDLRecordPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5