@ProviderType
public class LayoutFriendlyURLPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
implements com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
Caching information and settings can be found in portal.properties
LayoutFriendlyURLPersistence
,
LayoutFriendlyURLUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_F_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_G |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_G_P_F_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_UUID_G |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_COUNT_BY_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
LayoutFriendlyURLPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the layout friendly url persistence.
|
void |
cacheResult(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
Caches the layout friendly url in the entity cache if it is enabled.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
Caches the layout friendly urls in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl) |
void |
clearCache()
Clears the cache for all layout friendly urls.
|
void |
clearCache(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
Clears the cache for the layout friendly url.
|
void |
clearCache(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs) |
protected void |
clearUniqueFindersCache(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl,
boolean clearCurrent) |
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 = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
create(long layoutFriendlyURLId)
Creates a new layout friendly url with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByP_F_First(long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByP_F_Last(long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout friendly url with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.LayoutFriendlyURL> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findAll()
Returns all the layout friendly urls.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findAll(int start,
int end)
Returns a range of all the layout friendly urls.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByCompanyId(long companyId)
Returns all the layout friendly urls where companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout friendly urls where companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByGroupId(long groupId)
Returns all the layout friendly urls where groupId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout friendly urls where groupId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where groupId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByP_F_First(long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByP_F_Last(long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL)
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_F(long plid,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId)
Returns all the layout friendly urls where plid = any ? and languageId = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByP_L(long[] plids,
String languageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByPlid(long plid)
Returns all the layout friendly urls where plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout friendly urls where plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where plid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly url with the primary key or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByPrimaryKey(Serializable primaryKey)
Returns the layout friendly url with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout friendly urls where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly url in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly url in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL[] |
findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid(String uuid)
Returns all the layout friendly urls where uuid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout friendly urls where uuid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly urls where uuid = ?.
|
List<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout friendly urls where uuid = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByP_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
long plid,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator,
boolean previous) |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
remove(long layoutFriendlyURLId)
Removes the layout friendly url with the primary key from the database.
|
com.liferay.portal.kernel.model.LayoutFriendlyURL |
remove(Serializable primaryKey)
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.
|
com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.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.
|
protected com.liferay.portal.kernel.model.LayoutFriendlyURL |
removeImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL) |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
updateImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PLID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_P_F_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_F_L
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid)
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.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.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByUuid(String uuid)
removeByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidpublic int countByUuid(String uuid)
countByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByUUID_G(String uuid, long groupId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.findByUUID_G
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidgroupId
- the group IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.fetchByUUID_G
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidgroupId
- the group IDnull
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.fetchByUUID_G
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL removeByUUID_G(String uuid, long groupId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
removeByUUID_G
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidgroupId
- the group IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
public int countByUUID_G(String uuid, long groupId)
countByUUID_G
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidgroupId
- the group IDpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId)
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.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.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByUuid_C(String uuid, long companyId)
removeByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidcompanyId
- the company IDpublic int countByUuid_C(String uuid, long companyId)
countByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId)
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDpublic List<com.liferay.portal.kernel.model.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.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByGroupId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByGroupId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByGroupId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByGroupId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByGroupId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDpublic int countByGroupId(long groupId)
countByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId)
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDpublic List<com.liferay.portal.kernel.model.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.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urlcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDpublic int countByCompanyId(long companyId)
countByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
companyId
- the company IDpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid)
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidpublic List<com.liferay.portal.kernel.model.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.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByPlid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByPlid(long plid)
removeByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidpublic int countByPlid(long plid)
countByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL)
findByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidfriendlyURL
- the friendly urlpublic List<com.liferay.portal.kernel.model.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.
findByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByP_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByP_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByP_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByP_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByP_F_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByP_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByP_F(long plid, String friendlyURL)
removeByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidfriendlyURL
- the friendly urlpublic int countByP_F(long plid, String friendlyURL)
countByP_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidfriendlyURL
- the friendly urlpublic List<com.liferay.portal.kernel.model.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.
findByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plids
- the plidslanguageId
- the language IDpublic List<com.liferay.portal.kernel.model.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.
findByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_L(long plid, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.findByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidlanguageId
- the language IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_L(long plid, String languageId)
null
if it could not be found. Uses the finder cache.fetchByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidlanguageId
- the language IDnull
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_L(long plid, String languageId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.fetchByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidlanguageId
- the language IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL removeByP_L(long plid, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
removeByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidlanguageId
- the language IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
public int countByP_L(long plid, String languageId)
countByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plid
- the plidlanguageId
- the language IDpublic int countByP_L(long[] plids, String languageId)
countByP_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
plids
- the plidslanguageId
- the language IDpublic List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic List<com.liferay.portal.kernel.model.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.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByG_P_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByG_P_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByG_P_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
fetchByG_P_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
findByG_P_F_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
public void removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
removeByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
countByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.findByG_P_F_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
null
if it could not be found. Uses the finder cache.fetchByG_P_F_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDnull
if a matching layout friendly url could not be foundpublic com.liferay.portal.kernel.model.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.fetchByG_P_F_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 com.liferay.portal.kernel.model.LayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
removeByG_P_F_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
public int countByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
countByG_P_F_L
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDpublic void cacheResult(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURL
- the layout friendly urlpublic void cacheResult(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLs
- the layout friendly urlspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public void clearCache(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public void clearCache(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
protected void cacheUniqueFindersCache(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl)
protected void clearUniqueFindersCache(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.LayoutFriendlyURL create(long layoutFriendlyURLId)
create
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key for the new layout friendly urlpublic com.liferay.portal.kernel.model.LayoutFriendlyURL remove(long layoutFriendlyURLId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
remove
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the layout friendly urlcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
primaryKey
- the primary key of the layout friendly urlcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutFriendlyURL removeImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public com.liferay.portal.kernel.model.LayoutFriendlyURL updateImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public com.liferay.portal.kernel.model.LayoutFriendlyURL findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
primaryKey
- the primary key of the layout friendly urlcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
NoSuchLayoutFriendlyURLException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the layout friendly urlcom.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPrimaryKey(Serializable primaryKey)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
fetchByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
primaryKey
- the primary key of the layout friendly urlnull
if a layout friendly url with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPrimaryKey(long layoutFriendlyURLId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
layoutFriendlyURLId
- the primary key of the layout friendly urlnull
if a layout friendly url with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.LayoutFriendlyURL> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
fetchByPrimaryKeys
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
public List<com.liferay.portal.kernel.model.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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
start
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
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 void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
public Set<String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public void afterPropertiesSet()
public void destroy()