@ProviderType
public class LayoutFriendlyURLUtil
extends Object
LayoutFriendlyURLPersistenceImpl
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
LayoutFriendlyURLPersistence
,
LayoutFriendlyURLPersistenceImpl
Constructor and Description |
---|
LayoutFriendlyURLUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(LayoutFriendlyURL layoutFriendlyURL)
Caches the layout friendly url in the entity cache if it is enabled.
|
static void |
cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
Caches the layout friendly urls in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(LayoutFriendlyURL layoutFriendlyURL) |
static int |
countAll()
Returns the number of layout friendly urls.
|
static int |
countByCompanyId(long companyId)
Returns the number of layout friendly urls where companyId = ?.
|
static int |
countByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ?.
|
static int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of layout friendly urls where groupId = ?.
|
static int |
countByP_F(long plid,
String friendlyURL)
Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.
|
static int |
countByP_L(long[] plids,
String languageId)
Returns the number of layout friendly urls where plid = any ? and languageId = ?.
|
static int |
countByP_L(long plid,
String languageId)
Returns the number of layout friendly urls where plid = ? and languageId = ?.
|
static int |
countByPlid(long plid)
Returns the number of layout friendly urls where plid = ?.
|
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layout friendly urls where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of layout friendly urls where uuid = ? and groupId = ?.
|
static int |
countByUuid(String uuid)
Returns the number of layout friendly urls where uuid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static LayoutFriendlyURL |
create(long layoutFriendlyURLId)
Creates a new layout friendly url with the primary key.
|
static LayoutFriendlyURL |
fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
static LayoutFriendlyURL |
fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
static LayoutFriendlyURL |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns
null if it could not be found. |
static LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId,
boolean retrieveFromCache)
Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutFriendlyURL |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
static LayoutFriendlyURL |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
static LayoutFriendlyURL |
fetchByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
fetchByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
fetchByP_L(long plid,
String languageId)
Returns the layout friendly url where plid = ? and languageId = ? or returns
null if it could not be found. |
static LayoutFriendlyURL |
fetchByP_L(long plid,
String languageId,
boolean retrieveFromCache)
Returns the layout friendly url where plid = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutFriendlyURL |
fetchByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
static LayoutFriendlyURL |
fetchByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
static LayoutFriendlyURL |
fetchByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or returns
null if it could not be found. |
static Map<Serializable,LayoutFriendlyURL> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static LayoutFriendlyURL |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
static LayoutFriendlyURL |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
static LayoutFriendlyURL |
fetchByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
static LayoutFriendlyURL |
fetchByUUID_G(String uuid,
long groupId)
Returns the layout friendly url where uuid = ? and groupId = ? or returns
null if it could not be found. |
static LayoutFriendlyURL |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the layout friendly url where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutFriendlyURL |
fetchByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
static List<LayoutFriendlyURL> |
findAll()
Returns all the layout friendly urls.
|
static List<LayoutFriendlyURL> |
findAll(int start,
int end)
Returns a range of all the layout friendly urls.
|
static List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls.
|
static List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls.
|
static LayoutFriendlyURL |
findByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
static LayoutFriendlyURL |
findByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
static LayoutFriendlyURL[] |
findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.
|
static List<LayoutFriendlyURL> |
findByCompanyId(long companyId)
Returns all the layout friendly urls where companyId = ?.
|
static List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout friendly urls where companyId = ?.
|
static List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where companyId = ?.
|
static List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where companyId = ?.
|
static LayoutFriendlyURL |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
findByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
static LayoutFriendlyURL |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutFriendlyURL[] |
findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
findByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
static LayoutFriendlyURL |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
static LayoutFriendlyURL[] |
findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.
|
static List<LayoutFriendlyURL> |
findByGroupId(long groupId)
Returns all the layout friendly urls where groupId = ?.
|
static List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout friendly urls where groupId = ?.
|
static List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where groupId = ?.
|
static List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where groupId = ?.
|
static LayoutFriendlyURL |
findByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
static LayoutFriendlyURL |
findByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
static LayoutFriendlyURL[] |
findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL)
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
|
static List<LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId)
Returns all the layout friendly urls where plid = any ? and languageId = ?.
|
static List<LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId,
int start,
int end)
Returns a range of all the layout friendly urls where plid = any ? and languageId = ?.
|
static List<LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.
|
static List<LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.
|
static LayoutFriendlyURL |
findByP_L(long plid,
String languageId)
Returns the layout friendly url where plid = ? and languageId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
static LayoutFriendlyURL |
findByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
static LayoutFriendlyURL |
findByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
static LayoutFriendlyURL[] |
findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.
|
static List<LayoutFriendlyURL> |
findByPlid(long plid)
Returns all the layout friendly urls where plid = ?.
|
static List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout friendly urls where plid = ?.
|
static List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = ?.
|
static List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ?.
|
static LayoutFriendlyURL |
findByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
static LayoutFriendlyURL |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
static LayoutFriendlyURL |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
static LayoutFriendlyURL[] |
findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
static List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout friendly urls where uuid = ? and companyId = ?.
|
static List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout friendly urls where uuid = ? and companyId = ?.
|
static List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
|
static List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
|
static LayoutFriendlyURL |
findByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
static LayoutFriendlyURL |
findByUUID_G(String uuid,
long groupId)
Returns the layout friendly url where uuid = ? and groupId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
static LayoutFriendlyURL |
findByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
static LayoutFriendlyURL[] |
findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.
|
static List<LayoutFriendlyURL> |
findByUuid(String uuid)
Returns all the layout friendly urls where uuid = ?.
|
static List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout friendly urls where uuid = ?.
|
static List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where uuid = ?.
|
static List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where uuid = ?.
|
static List<LayoutFriendlyURL> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<LayoutFriendlyURL> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<LayoutFriendlyURL> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator) |
static Set<String> |
getBadColumnNames() |
static LayoutFriendlyURLPersistence |
getPersistence() |
static LayoutFriendlyURL |
remove(long layoutFriendlyURLId)
Removes the layout friendly url with the primary key from the database.
|
static void |
removeAll()
Removes all the layout friendly urls from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the layout friendly urls where companyId = ? from the database.
|
static LayoutFriendlyURL |
removeByG_P_F_L(long groupId,
boolean privateLayout,
String friendlyURL,
String languageId)
Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
|
static void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the layout friendly urls where groupId = ? from the database.
|
static void |
removeByP_F(long plid,
String friendlyURL)
Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.
|
static LayoutFriendlyURL |
removeByP_L(long plid,
String languageId)
Removes the layout friendly url where plid = ? and languageId = ? from the database.
|
static void |
removeByPlid(long plid)
Removes all the layout friendly urls where plid = ? from the database.
|
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.
|
static LayoutFriendlyURL |
removeByUUID_G(String uuid,
long groupId)
Removes the layout friendly url where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(String uuid)
Removes all the layout friendly urls where uuid = ? from the database.
|
static LayoutFriendlyURL |
update(LayoutFriendlyURL layoutFriendlyURL) |
static LayoutFriendlyURL |
update(LayoutFriendlyURL layoutFriendlyURL,
ServiceContext serviceContext) |
static LayoutFriendlyURL |
updateImpl(LayoutFriendlyURL layoutFriendlyURL) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(LayoutFriendlyURL layoutFriendlyURL)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
public static LayoutFriendlyURL update(LayoutFriendlyURL layoutFriendlyURL)
public static LayoutFriendlyURL update(LayoutFriendlyURL layoutFriendlyURL, ServiceContext serviceContext)
public static List<LayoutFriendlyURL> findByUuid(String uuid)
uuid
- the uuidpublic static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static LayoutFriendlyURL findByUUID_G(String uuid, long groupId) throws NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL removeByUUID_G(String uuid, long groupId) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidgroupId
- the group IDNoSuchLayoutFriendlyURLException
public static int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<LayoutFriendlyURL> findByGroupId(long groupId)
groupId
- the group IDpublic static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static List<LayoutFriendlyURL> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urlcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static List<LayoutFriendlyURL> findByPlid(long plid)
plid
- the plidpublic static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByPlid(long plid)
plid
- the plidpublic static int countByPlid(long plid)
plid
- the plidpublic static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlpublic static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlpublic static int countByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlpublic static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId)
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 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.
plids
- the plidslanguageId
- the language IDpublic static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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.
plids
- the plidslanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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.
plids
- the plidslanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 plidlanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByP_L(long plid, String languageId) throws NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.plid
- the plidlanguageId
- the language IDNoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByP_L(long plid, String languageId)
null
if it could not be found. Uses the finder cache.plid
- the plidlanguageId
- the language IDnull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByP_L(long plid, String languageId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.plid
- the plidlanguageId
- the language IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL removeByP_L(long plid, String languageId) throws NoSuchLayoutFriendlyURLException
plid
- the plidlanguageId
- the language IDNoSuchLayoutFriendlyURLException
public static int countByP_L(long plid, String languageId)
plid
- the plidlanguageId
- the language IDpublic static int countByP_L(long[] plids, String languageId)
plids
- the plidslanguageId
- the language IDpublic static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static LayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static void removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic static LayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDNoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDnull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout friendly url could not be foundpublic static LayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDNoSuchLayoutFriendlyURLException
public static int countByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDpublic static void cacheResult(LayoutFriendlyURL layoutFriendlyURL)
layoutFriendlyURL
- the layout friendly urlpublic static void cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
layoutFriendlyURLs
- the layout friendly urlspublic static LayoutFriendlyURL create(long layoutFriendlyURLId)
layoutFriendlyURLId
- the primary key for the new layout friendly urlpublic static LayoutFriendlyURL remove(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException
layoutFriendlyURLId
- the primary key of the layout friendly urlNoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static LayoutFriendlyURL updateImpl(LayoutFriendlyURL layoutFriendlyURL)
public static LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.layoutFriendlyURLId
- the primary key of the layout friendly urlNoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic static LayoutFriendlyURL fetchByPrimaryKey(long layoutFriendlyURLId)
null
if it could not be found.layoutFriendlyURLId
- the primary key of the layout friendly urlnull
if a layout friendly url with the primary key could not be foundpublic static Map<Serializable,LayoutFriendlyURL> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<LayoutFriendlyURL> findAll()
public static List<LayoutFriendlyURL> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public static List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean retrieveFromCache)
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 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 urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static Set<String> getBadColumnNames()
public static LayoutFriendlyURLPersistence getPersistence()