@ProviderType public interface LayoutFriendlyURLPersistence extends BasePersistence<LayoutFriendlyURL>
Caching information and settings can be found in portal.properties
LayoutFriendlyURLPersistenceImpl
,
LayoutFriendlyURLUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(LayoutFriendlyURL layoutFriendlyURL)
Caches the layout friendly url in the entity cache if it is enabled.
|
void |
cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
Caches the layout friendly urls in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout friendly urls.
|
int |
countByCompanyId(long companyId)
Returns the number of layout friendly urls where companyId = ?.
|
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 = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layout friendly urls where groupId = ?.
|
int |
countByP_F(long plid,
String friendlyURL)
Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.
|
int |
countByP_L(long[] plids,
String languageId)
Returns the number of layout friendly urls where plid = any ? and languageId = ?.
|
int |
countByP_L(long plid,
String languageId)
Returns the number of layout friendly urls where plid = ? and languageId = ?.
|
int |
countByPlid(long plid)
Returns the number of layout friendly urls where plid = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layout friendly urls where uuid = ? and companyId = ?.
|
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of layout friendly urls where uuid = ? and groupId = ?.
|
int |
countByUuid(String uuid)
Returns the number of layout friendly urls where uuid = ?.
|
LayoutFriendlyURL |
create(long layoutFriendlyURLId)
Creates a new layout friendly url with the primary key.
|
LayoutFriendlyURL |
fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
LayoutFriendlyURL |
fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
LayoutFriendlyURL |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
LayoutFriendlyURL |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
LayoutFriendlyURL |
fetchByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
LayoutFriendlyURL |
fetchByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
LayoutFriendlyURL |
fetchByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or returns
null if it could not be found. |
Map<Serializable,LayoutFriendlyURL> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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 = ?.
|
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 = ?.
|
LayoutFriendlyURL |
fetchByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
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. |
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. |
LayoutFriendlyURL |
fetchByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
List<LayoutFriendlyURL> |
findAll()
Returns all the layout friendly urls.
|
List<LayoutFriendlyURL> |
findAll(int start,
int end)
Returns a range of all the layout friendly urls.
|
List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls.
|
List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls.
|
LayoutFriendlyURL |
findByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
LayoutFriendlyURL |
findByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByCompanyId(long companyId)
Returns all the layout friendly urls where companyId = ?.
|
List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout friendly urls where companyId = ?.
|
List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where companyId = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
LayoutFriendlyURL |
findByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
LayoutFriendlyURL |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByGroupId(long groupId)
Returns all the layout friendly urls where groupId = ?.
|
List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout friendly urls where groupId = ?.
|
List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where groupId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL)
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId)
Returns all the layout friendly urls where plid = any ? and languageId = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
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. |
LayoutFriendlyURL |
findByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
LayoutFriendlyURL |
findByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByPlid(long plid)
Returns all the layout friendly urls where plid = ?.
|
List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout friendly urls where plid = ?.
|
List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = ?.
|
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 = ?.
|
LayoutFriendlyURL |
findByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout friendly urls where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
LayoutFriendlyURL |
findByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
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. |
LayoutFriendlyURL |
findByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
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 = ?.
|
List<LayoutFriendlyURL> |
findByUuid(String uuid)
Returns all the layout friendly urls where uuid = ?.
|
List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout friendly urls where uuid = ?.
|
List<LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where uuid = ?.
|
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 = ?.
|
Set<String> |
getBadColumnNames() |
LayoutFriendlyURL |
remove(long layoutFriendlyURLId)
Removes the layout friendly url with the primary key from the database.
|
void |
removeAll()
Removes all the layout friendly urls from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layout friendly urls where companyId = ? from the database.
|
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.
|
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.
|
void |
removeByGroupId(long groupId)
Removes all the layout friendly urls where groupId = ? from the database.
|
void |
removeByP_F(long plid,
String friendlyURL)
Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.
|
LayoutFriendlyURL |
removeByP_L(long plid,
String languageId)
Removes the layout friendly url where plid = ? and languageId = ? from the database.
|
void |
removeByPlid(long plid)
Removes all the layout friendly urls where plid = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.
|
LayoutFriendlyURL |
removeByUUID_G(String uuid,
long groupId)
Removes the layout friendly url where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the layout friendly urls where uuid = ? from the database.
|
LayoutFriendlyURL |
updateImpl(LayoutFriendlyURL layoutFriendlyURL) |
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
List<LayoutFriendlyURL> findByUuid(String uuid)
uuid
- the uuidList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL removeByUUID_G(String uuid, long groupId) throws NoSuchLayoutFriendlyURLException
uuid
- the uuidgroupId
- the group IDNoSuchLayoutFriendlyURLException
int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDList<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<LayoutFriendlyURL> findByGroupId(long groupId)
groupId
- the group IDList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDList<LayoutFriendlyURL> findByCompanyId(long companyId)
companyId
- the company IDList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDList<LayoutFriendlyURL> findByPlid(long plid)
plid
- the plidList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByPlid(long plid)
plid
- the plidint countByPlid(long plid)
plid
- the plidList<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlint countByP_F(long plid, String friendlyURL)
plid
- the plidfriendlyURL
- the friendly urlList<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 IDList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL removeByP_L(long plid, String languageId) throws NoSuchLayoutFriendlyURLException
plid
- the plidlanguageId
- the language IDNoSuchLayoutFriendlyURLException
int countByP_L(long plid, String languageId)
plid
- the plidlanguageId
- the language IDint countByP_L(long[] plids, String languageId)
plids
- the plidslanguageId
- the language IDList<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlList<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)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
)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 cacheLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL[] 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 foundvoid removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlint countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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 foundLayoutFriendlyURL 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
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 IDvoid cacheResult(LayoutFriendlyURL layoutFriendlyURL)
layoutFriendlyURL
- the layout friendly urlvoid cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
layoutFriendlyURLs
- the layout friendly urlsLayoutFriendlyURL create(long layoutFriendlyURLId)
layoutFriendlyURLId
- the primary key for the new layout friendly urlLayoutFriendlyURL 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 foundLayoutFriendlyURL updateImpl(LayoutFriendlyURL layoutFriendlyURL)
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 foundLayoutFriendlyURL 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 foundMap<Serializable,LayoutFriendlyURL> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<LayoutFriendlyURL>
List<LayoutFriendlyURL> findAll()
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)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
)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 cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<LayoutFriendlyURL>