|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface LayoutFriendlyURLPersistence
The persistence interface for the layout friendly u r l service.
Caching information and settings can be found in portal.properties
LayoutFriendlyURLPersistenceImpl,
LayoutFriendlyURLUtil| Method Summary | |
|---|---|
abstract void |
cacheResult(LayoutFriendlyURL layoutFriendlyURL)
Caches the layout friendly u r l in the entity cache if it is enabled. |
abstract void |
cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
Caches the layout friendly u r ls in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of layout friendly u r ls. |
abstract int |
countByCompanyId(long companyId)
Returns the number of layout friendly u r ls where companyId = ?. |
abstract int |
countByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the number of layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ?. |
abstract int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract int |
countByGroupId(long groupId)
Returns the number of layout friendly u r ls where groupId = ?. |
abstract int |
countByP_F(long plid,
String friendlyURL)
Returns the number of layout friendly u r ls where plid = ? and friendlyURL = ?. |
abstract int |
countByP_L(long plid,
String languageId)
Returns the number of layout friendly u r ls where plid = ? and languageId = ?. |
abstract int |
countByPlid(long plid)
Returns the number of layout friendly u r ls where plid = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layout friendly u r ls where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of layout friendly u r ls where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of layout friendly u r ls where uuid = ?. |
abstract LayoutFriendlyURL |
create(long layoutFriendlyURLId)
Creates a new layout friendly u r l with the primary key. |
abstract LayoutFriendlyURL |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
abstract LayoutFriendlyURL |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
abstract LayoutFriendlyURL |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found. |
abstract LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId,
boolean retrieveFromCache)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract LayoutFriendlyURL |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
abstract LayoutFriendlyURL |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
abstract LayoutFriendlyURL |
fetchByP_F_First(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
fetchByP_F_Last(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
fetchByP_L(long plid,
String languageId)
Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found. |
abstract LayoutFriendlyURL |
fetchByP_L(long plid,
String languageId,
boolean retrieveFromCache)
Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract LayoutFriendlyURL |
fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
abstract LayoutFriendlyURL |
fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
abstract LayoutFriendlyURL |
fetchByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly u r l with the primary key or returns null if it could not be found. |
abstract LayoutFriendlyURL |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutFriendlyURL |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutFriendlyURL |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
abstract LayoutFriendlyURL |
fetchByUUID_G(String uuid,
long groupId)
Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract LayoutFriendlyURL |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract LayoutFriendlyURL |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
abstract List<LayoutFriendlyURL> |
findAll()
Returns all the layout friendly u r ls. |
abstract List<LayoutFriendlyURL> |
findAll(int start,
int end)
Returns a range of all the layout friendly u r ls. |
abstract List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls. |
abstract LayoutFriendlyURL |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
abstract LayoutFriendlyURL |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
abstract LayoutFriendlyURL[] |
findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByCompanyId(long companyId)
Returns all the layout friendly u r ls where companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout friendly u r ls where companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where companyId = ?. |
abstract LayoutFriendlyURL |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
findByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found. |
abstract LayoutFriendlyURL |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL[] |
findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
abstract LayoutFriendlyURL |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
abstract LayoutFriendlyURL[] |
findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?. |
abstract List<LayoutFriendlyURL> |
findByGroupId(long groupId)
Returns all the layout friendly u r ls where groupId = ?. |
abstract List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout friendly u r ls where groupId = ?. |
abstract List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ?. |
abstract LayoutFriendlyURL |
findByP_F_First(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
findByP_F_Last(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL[] |
findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL)
Returns all the layout friendly u r ls where plid = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly u r ls where plid = ? and friendlyURL = ?. |
abstract List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?. |
abstract LayoutFriendlyURL |
findByP_L(long plid,
String languageId)
Returns the layout friendly u r l where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found. |
abstract LayoutFriendlyURL |
findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
abstract LayoutFriendlyURL |
findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
abstract LayoutFriendlyURL[] |
findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?. |
abstract List<LayoutFriendlyURL> |
findByPlid(long plid)
Returns all the layout friendly u r ls where plid = ?. |
abstract List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout friendly u r ls where plid = ?. |
abstract List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ?. |
abstract LayoutFriendlyURL |
findByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly u r l with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found. |
abstract LayoutFriendlyURL |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutFriendlyURL |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutFriendlyURL[] |
findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout friendly u r ls where uuid = ? and companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout friendly u r ls where uuid = ? and companyId = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?. |
abstract LayoutFriendlyURL |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
abstract LayoutFriendlyURL |
findByUUID_G(String uuid,
long groupId)
Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found. |
abstract LayoutFriendlyURL |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
abstract LayoutFriendlyURL[] |
findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid(String uuid)
Returns all the layout friendly u r ls where uuid = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout friendly u r ls where uuid = ?. |
abstract List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ?. |
abstract LayoutFriendlyURL |
remove(long layoutFriendlyURLId)
Removes the layout friendly u r l with the primary key from the database. |
abstract void |
removeAll()
Removes all the layout friendly u r ls from the database. |
abstract void |
removeByCompanyId(long companyId)
Removes all the layout friendly u r ls where companyId = ? from the database. |
abstract LayoutFriendlyURL |
removeByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database. |
abstract void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database. |
abstract void |
removeByGroupId(long groupId)
Removes all the layout friendly u r ls where groupId = ? from the database. |
abstract void |
removeByP_F(long plid,
String friendlyURL)
Removes all the layout friendly u r ls where plid = ? and friendlyURL = ? from the database. |
abstract LayoutFriendlyURL |
removeByP_L(long plid,
String languageId)
Removes the layout friendly u r l where plid = ? and languageId = ? from the database. |
abstract void |
removeByPlid(long plid)
Removes all the layout friendly u r ls where plid = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layout friendly u r ls where uuid = ? and companyId = ? from the database. |
abstract LayoutFriendlyURL |
removeByUUID_G(String uuid,
long groupId)
Removes the layout friendly u r l where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the layout friendly u r ls where uuid = ? from the database. |
abstract LayoutFriendlyURL |
updateImpl(LayoutFriendlyURL layoutFriendlyURL)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<LayoutFriendlyURL> findByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
List<LayoutFriendlyURL> 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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> 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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r luuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
int countByUuid(String uuid)
throws SystemException
uuid - the uuid
SystemException - if a system exception occurred
LayoutFriendlyURL findByUUID_G(String uuid,
long groupId)
throws NoSuchLayoutFriendlyURLException,
SystemException
NoSuchLayoutFriendlyURLException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL 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 layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL 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 layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL removeByUUID_G(String uuid,
long groupId)
throws NoSuchLayoutFriendlyURLException,
SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
NoSuchLayoutFriendlyURLException
int countByUUID_G(String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByUuid_C(String uuid,
long companyId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByUuid_C(String uuid,
long companyId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r luuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
int countByUuid_C(String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByGroupId(long groupId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
groupId - the group IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByGroupId(long groupId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
groupId - the group IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByCompanyId(long companyId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByCompanyId(long companyId,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByPlid(long plid)
throws SystemException
plid - the plid
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByPlid(long plid,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
plid - the plidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByPlid(long plid,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
plid - the plidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByPlid_First(long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
throws SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByPlid_Last(long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
throws SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByPlid(long plid)
throws SystemException
plid - the plid
SystemException - if a system exception occurred
int countByPlid(long plid)
throws SystemException
plid - the plid
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByP_F(long plid,
String friendlyURL)
throws SystemException
plid - the plidfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByP_F(long plid,
String friendlyURL,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
plid - the plidfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByP_F(long plid,
String friendlyURL,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
plid - the plidfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByP_F_First(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByP_F_First(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
throws SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByP_F_Last(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByP_F_Last(long plid,
String friendlyURL,
OrderByComparator orderByComparator)
throws SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lplid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByP_F(long plid,
String friendlyURL)
throws SystemException
plid - the plidfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
int countByP_F(long plid,
String friendlyURL)
throws SystemException
plid - the plidfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
LayoutFriendlyURL findByP_L(long plid,
String languageId)
throws NoSuchLayoutFriendlyURLException,
SystemException
NoSuchLayoutFriendlyURLException if it could not be found.
plid - the plidlanguageId - the language ID
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByP_L(long plid,
String languageId)
throws SystemException
null if it could not be found. Uses the finder cache.
plid - the plidlanguageId - the language ID
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByP_L(long plid,
String languageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
plid - the plidlanguageId - the language IDretrieveFromCache - whether to use the finder cache
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL removeByP_L(long plid,
String languageId)
throws NoSuchLayoutFriendlyURLException,
SystemException
plid - the plidlanguageId - the language ID
SystemException - if a system exception occurred
NoSuchLayoutFriendlyURLException
int countByP_L(long plid,
String languageId)
throws SystemException
plid - the plidlanguageId - the language ID
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
LayoutFriendlyURL findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator orderByComparator)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lgroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
int countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r l
SystemException - if a system exception occurred
LayoutFriendlyURL findByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
throws NoSuchLayoutFriendlyURLException,
SystemException
NoSuchLayoutFriendlyURLException if it could not be found.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language ID
NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language ID
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDretrieveFromCache - whether to use the finder cache
null if a matching layout friendly u r l could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL removeByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
throws NoSuchLayoutFriendlyURLException,
SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language ID
SystemException - if a system exception occurred
NoSuchLayoutFriendlyURLException
int countByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language ID
SystemException - if a system exception occurredvoid cacheResult(LayoutFriendlyURL layoutFriendlyURL)
layoutFriendlyURL - the layout friendly u r lvoid cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
layoutFriendlyURLs - the layout friendly u r lsLayoutFriendlyURL create(long layoutFriendlyURLId)
layoutFriendlyURLId - the primary key for the new layout friendly u r l
LayoutFriendlyURL remove(long layoutFriendlyURLId)
throws NoSuchLayoutFriendlyURLException,
SystemException
layoutFriendlyURLId - the primary key of the layout friendly u r l
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL updateImpl(LayoutFriendlyURL layoutFriendlyURL)
throws SystemException
SystemException
LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId)
throws NoSuchLayoutFriendlyURLException,
SystemException
NoSuchLayoutFriendlyURLException if it could not be found.
layoutFriendlyURLId - the primary key of the layout friendly u r l
NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
LayoutFriendlyURL fetchByPrimaryKey(long layoutFriendlyURLId)
throws SystemException
null if it could not be found.
layoutFriendlyURLId - the primary key of the layout friendly u r l
null if a layout friendly u r l with the primary key could not be found
SystemException - if a system exception occurred
List<LayoutFriendlyURL> findAll()
throws SystemException
SystemException - if a system exception occurred
List<LayoutFriendlyURL> 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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)
SystemException - if a system exception occurred
List<LayoutFriendlyURL> 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. 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.portal.model.impl.LayoutFriendlyURLModelImpl. 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 layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||