@ProviderType public interface LayoutFriendlyURLPersistence extends BasePersistence<LayoutFriendlyURL>
Caching information and settings can be found in portal.properties
LayoutFriendlyURLPersistenceImpl,
LayoutFriendlyURLUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(LayoutFriendlyURL layoutFriendlyURL)
Caches the layout friendly u r l in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<LayoutFriendlyURL> layoutFriendlyURLs)
Caches the layout friendly u r ls in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout friendly u r ls.
|
int |
countByCompanyId(long companyId)
Returns the number of layout friendly u r ls where companyId = ?.
|
int |
countByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId)
Returns the number of layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the number of layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layout friendly u r ls where groupId = ?.
|
int |
countByP_F(long plid,
java.lang.String friendlyURL)
Returns the number of layout friendly u r ls where plid = ? and friendlyURL = ?.
|
int |
countByP_L(long plid,
java.lang.String languageId)
Returns the number of layout friendly u r ls where plid = ? and languageId = ?.
|
int |
countByPlid(long plid)
Returns the number of layout friendly u r ls where plid = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout friendly u r ls where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of layout friendly u r ls where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout friendly u r ls where uuid = ?.
|
LayoutFriendlyURL |
create(long layoutFriendlyURLId)
Creates a new layout friendly u r l with the primary key.
|
LayoutFriendlyURL |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?.
|
LayoutFriendlyURL |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?.
|
LayoutFriendlyURL |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns
null if it could not be found. |
LayoutFriendlyURL |
fetchByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId,
boolean retrieveFromCache)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutFriendlyURL |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?.
|
LayoutFriendlyURL |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?.
|
LayoutFriendlyURL |
fetchByP_F_First(long plid,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
fetchByP_F_Last(long plid,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
fetchByP_L(long plid,
java.lang.String languageId)
Returns the layout friendly u r l where plid = ? and languageId = ? or returns
null if it could not be found. |
LayoutFriendlyURL |
fetchByP_L(long plid,
java.lang.String languageId,
boolean retrieveFromCache)
Returns the layout friendly u r l where plid = ? and languageId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutFriendlyURL |
fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?.
|
LayoutFriendlyURL |
fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?.
|
LayoutFriendlyURL |
fetchByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly u r l with the primary key or returns
null if it could not be found. |
LayoutFriendlyURL |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
|
LayoutFriendlyURL |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
|
LayoutFriendlyURL |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?.
|
LayoutFriendlyURL |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout friendly u r l where uuid = ? and groupId = ? or returns
null if it could not be found. |
LayoutFriendlyURL |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the layout friendly u r l where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutFriendlyURL |
fetchByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?.
|
java.util.List<LayoutFriendlyURL> |
findAll()
Returns all the layout friendly u r ls.
|
java.util.List<LayoutFriendlyURL> |
findAll(int start,
int end)
Returns a range of all the layout friendly u r ls.
|
java.util.List<LayoutFriendlyURL> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls.
|
LayoutFriendlyURL |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?.
|
LayoutFriendlyURL |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?.
|
LayoutFriendlyURL[] |
findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByCompanyId(long companyId)
Returns all the layout friendly u r ls where companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout friendly u r ls where companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where companyId = ?.
|
LayoutFriendlyURL |
findByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
findByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId)
Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
LayoutFriendlyURL |
findByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutFriendlyURL[] |
findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?.
|
LayoutFriendlyURL |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?.
|
LayoutFriendlyURL[] |
findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByGroupId(long groupId)
Returns all the layout friendly u r ls where groupId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout friendly u r ls where groupId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ?.
|
LayoutFriendlyURL |
findByP_F_First(long plid,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
findByP_F_Last(long plid,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
|
LayoutFriendlyURL[] |
findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
java.lang.String friendlyURL,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByP_F(long plid,
java.lang.String friendlyURL)
Returns all the layout friendly u r ls where plid = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByP_F(long plid,
java.lang.String friendlyURL,
int start,
int end)
Returns a range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
|
java.util.List<LayoutFriendlyURL> |
findByP_F(long plid,
java.lang.String friendlyURL,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
|
LayoutFriendlyURL |
findByP_L(long plid,
java.lang.String languageId)
Returns the layout friendly u r l where plid = ? and languageId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
LayoutFriendlyURL |
findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?.
|
LayoutFriendlyURL |
findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?.
|
LayoutFriendlyURL[] |
findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByPlid(long plid)
Returns all the layout friendly u r ls where plid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout friendly u r ls where plid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ?.
|
LayoutFriendlyURL |
findByPrimaryKey(long layoutFriendlyURLId)
Returns the layout friendly u r l with the primary key or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
LayoutFriendlyURL |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
|
LayoutFriendlyURL |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
|
LayoutFriendlyURL[] |
findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout friendly u r ls where uuid = ? and companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout friendly u r ls where uuid = ? and companyId = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
|
LayoutFriendlyURL |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?.
|
LayoutFriendlyURL |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a
NoSuchLayoutFriendlyURLException if it could not be found. |
LayoutFriendlyURL |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?.
|
LayoutFriendlyURL[] |
findByUuid_PrevAndNext(long layoutFriendlyURLId,
java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid(java.lang.String uuid)
Returns all the layout friendly u r ls where uuid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout friendly u r ls where uuid = ?.
|
java.util.List<LayoutFriendlyURL> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ?.
|
LayoutFriendlyURL |
remove(long layoutFriendlyURLId)
Removes the layout friendly u r l with the primary key from the database.
|
void |
removeAll()
Removes all the layout friendly u r ls from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layout friendly u r ls where companyId = ? from the database.
|
LayoutFriendlyURL |
removeByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId)
Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
|
void |
removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Removes all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layout friendly u r ls where groupId = ? from the database.
|
void |
removeByP_F(long plid,
java.lang.String friendlyURL)
Removes all the layout friendly u r ls where plid = ? and friendlyURL = ? from the database.
|
LayoutFriendlyURL |
removeByP_L(long plid,
java.lang.String languageId)
Removes the layout friendly u r l where plid = ? and languageId = ? from the database.
|
void |
removeByPlid(long plid)
Removes all the layout friendly u r ls where plid = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout friendly u r ls where uuid = ? and companyId = ? from the database.
|
LayoutFriendlyURL |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout friendly u r ls where uuid = ? from the database.
|
LayoutFriendlyURL |
updateImpl(LayoutFriendlyURL layoutFriendlyURL) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, updatejava.util.List<LayoutFriendlyURL> findByUuid(java.lang.String uuid) throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByUuid(java.lang.String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r luuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredint countByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredLayoutFriendlyURL findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutFriendlyURLException, SystemException
NoSuchLayoutFriendlyURLException if it could not be found.uuid - the uuidgroupId - the group IDNoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUUID_G(java.lang.String uuid, long groupId) throws SystemException
null if it could not be found. Uses the finder cache.uuid - the uuidgroupId - the group IDnull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cachenull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutFriendlyURLException, SystemException
uuid - the uuidgroupId - the group IDSystemException - if a system exception occurredNoSuchLayoutFriendlyURLExceptionint countByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByUuid_C(java.lang.String uuid, long companyId) throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByUuid_C(java.lang.String uuid, long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r luuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredint countByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint countByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByCompanyId(long companyId) throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredint countByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByPlid(long plid) throws SystemException
plid - the plidSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByPlid(long plid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid - the plidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid - the plidstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByPlid_First(long plid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByPlid_First(long plid, OrderByComparator orderByComparator) throws SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByPlid_Last(long plid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByPlid_Last(long plid, OrderByComparator orderByComparator) throws SystemException
plid - the plidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lplid - the plidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByPlid(long plid)
throws SystemException
plid - the plidSystemException - if a system exception occurredint countByPlid(long plid)
throws SystemException
plid - the plidSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByP_F(long plid, java.lang.String friendlyURL) throws SystemException
plid - the plidfriendlyURL - the friendly u r lSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByP_F(long plid, java.lang.String friendlyURL, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid - the plidfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByP_F(long plid, java.lang.String friendlyURL, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid - the plidfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByP_F_First(long plid, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByP_F_First(long plid, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByP_F_Last(long plid, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByP_F_Last(long plid, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws SystemException
plid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lplid - the plidfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByP_F(long plid,
java.lang.String friendlyURL)
throws SystemException
plid - the plidfriendlyURL - the friendly u r lSystemException - if a system exception occurredint countByP_F(long plid,
java.lang.String friendlyURL)
throws SystemException
plid - the plidfriendlyURL - the friendly u r lSystemException - if a system exception occurredLayoutFriendlyURL findByP_L(long plid, java.lang.String languageId) throws NoSuchLayoutFriendlyURLException, SystemException
NoSuchLayoutFriendlyURLException if it could not be found.plid - the plidlanguageId - the language IDNoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByP_L(long plid, java.lang.String languageId) throws SystemException
null if it could not be found. Uses the finder cache.plid - the plidlanguageId - the language IDnull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByP_L(long plid, java.lang.String languageId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.plid - the plidlanguageId - the language IDretrieveFromCache - whether to use the finder cachenull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL removeByP_L(long plid, java.lang.String languageId) throws NoSuchLayoutFriendlyURLException, SystemException
plid - the plidlanguageId - the language IDSystemException - if a system exception occurredNoSuchLayoutFriendlyURLExceptionint countByP_L(long plid,
java.lang.String languageId)
throws SystemException
plid - the plidlanguageId - the language IDSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lstart - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)null if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator orderByComparator) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the current layout friendly u r lgroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredvoid removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lSystemException - if a system exception occurredint countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lSystemException - if a system exception occurredLayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, java.lang.String friendlyURL, java.lang.String languageId) throws NoSuchLayoutFriendlyURLException, SystemException
NoSuchLayoutFriendlyURLException if it could not be found.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDNoSuchLayoutFriendlyURLException - if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, java.lang.String friendlyURL, java.lang.String languageId) throws SystemException
null if it could not be found. Uses the finder cache.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDnull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, java.lang.String friendlyURL, java.lang.String languageId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDretrieveFromCache - whether to use the finder cachenull if a matching layout friendly u r l could not be foundSystemException - if a system exception occurredLayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, java.lang.String friendlyURL, java.lang.String languageId) throws NoSuchLayoutFriendlyURLException, SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDSystemException - if a system exception occurredNoSuchLayoutFriendlyURLExceptionint countByG_P_F_L(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
java.lang.String languageId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r llanguageId - the language IDSystemException - if a system exception occurredvoid cacheResult(LayoutFriendlyURL layoutFriendlyURL)
layoutFriendlyURL - the layout friendly u r lvoid cacheResult(java.util.List<LayoutFriendlyURL> layoutFriendlyURLs)
layoutFriendlyURLs - the layout friendly u r lsLayoutFriendlyURL create(long layoutFriendlyURLId)
layoutFriendlyURLId - the primary key for the new layout friendly u r lLayoutFriendlyURL remove(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException, SystemException
layoutFriendlyURLId - the primary key of the layout friendly u r lNoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredLayoutFriendlyURL updateImpl(LayoutFriendlyURL layoutFriendlyURL) throws SystemException
SystemExceptionLayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException, SystemException
NoSuchLayoutFriendlyURLException if it could not be found.layoutFriendlyURLId - the primary key of the layout friendly u r lNoSuchLayoutFriendlyURLException - if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredLayoutFriendlyURL fetchByPrimaryKey(long layoutFriendlyURLId) throws SystemException
null if it could not be found.layoutFriendlyURLId - the primary key of the layout friendly u r lnull if a layout friendly u r l with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findAll() throws SystemException
SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutFriendlyURLModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of layout friendly u r lsend - the upper bound of the range of layout friendly u r ls (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredvoid removeAll()
throws SystemException
SystemException - if a system exception occurredint countAll()
throws SystemException
SystemException - if a system exception occurred