@ProviderType public interface PortletPreferencesPersistence extends BasePersistence<PortletPreferences>
Caching information and settings can be found in portal.properties
PortletPreferencesUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(List<PortletPreferences> portletPreferenceses)
Caches the portlet preferenceses in the entity cache if it is enabled.
|
void |
cacheResult(PortletPreferences portletPreferences)
Caches the portlet preferences in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of portlet preferenceses.
|
int |
countByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
int |
countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? and portletId = ?.
|
int |
countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
int |
countByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
int |
countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
int |
countByO_P(int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and portletId = ?.
|
int |
countByOwnerId(long ownerId)
Returns the number of portlet preferenceses where ownerId = ?.
|
int |
countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?.
|
int |
countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?.
|
int |
countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?.
|
PortletPreferences |
create(long portletPreferencesId)
Creates a new portlet preferences with the primary key.
|
PortletPreferences |
fetchByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
PortletPreferences |
fetchByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
PortletPreferences |
fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
PortletPreferences |
fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns
null if it could not be found. |
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean useFinderCache)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns
null if it could not be found, optionally using the finder cache. |
PortletPreferences |
fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
PortletPreferences |
fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
PortletPreferences |
fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
PortletPreferences |
fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
PortletPreferences |
fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
PortletPreferences |
fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
PortletPreferences |
fetchByOwnerId_First(long ownerId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ?.
|
PortletPreferences |
fetchByOwnerId_Last(long ownerId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ?.
|
PortletPreferences |
fetchByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
PortletPreferences |
fetchByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
PortletPreferences |
fetchByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
PortletPreferences |
fetchByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
PortletPreferences |
fetchByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
PortletPreferences |
fetchByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
PortletPreferences |
fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns
null if it could not be found. |
List<PortletPreferences> |
findAll()
Returns all the portlet preferenceses.
|
List<PortletPreferences> |
findAll(int start,
int end)
Returns a range of all the portlet preferenceses.
|
List<PortletPreferences> |
findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses.
|
List<PortletPreferences> |
findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses.
|
PortletPreferences |
findByC_O_O_LikeP_First(long companyId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
PortletPreferences |
findByC_O_O_LikeP_Last(long companyId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
PortletPreferences[] |
findByC_O_O_LikeP_PrevAndNext(long portletPreferencesId,
long companyId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
List<PortletPreferences> |
findByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.
|
PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
PortletPreferences |
findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a
NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
|
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
|
PortletPreferences |
findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
PortletPreferences |
findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
PortletPreferences[] |
findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
|
PortletPreferences |
findByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
PortletPreferences |
findByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
PortletPreferences |
findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
PortletPreferences |
findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
PortletPreferences[] |
findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
|
PortletPreferences[] |
findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
|
PortletPreferences |
findByOwnerId_First(long ownerId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ?.
|
PortletPreferences |
findByOwnerId_Last(long ownerId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ?.
|
PortletPreferences[] |
findByOwnerId_PrevAndNext(long portletPreferencesId,
long ownerId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.
|
List<PortletPreferences> |
findByOwnerId(long ownerId)
Returns all the portlet preferenceses where ownerId = ?.
|
List<PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ?.
|
List<PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ?.
|
List<PortletPreferences> |
findByOwnerId(long ownerId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where ownerId = ?.
|
PortletPreferences |
findByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
|
PortletPreferences |
findByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
|
PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
|
List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
|
PortletPreferences |
findByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?.
|
PortletPreferences |
findByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?.
|
PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
|
List<PortletPreferences> |
findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?.
|
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?.
|
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?.
|
List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where plid = ?.
|
PortletPreferences |
findByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?.
|
PortletPreferences |
findByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?.
|
PortletPreferences[] |
findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
|
List<PortletPreferences> |
findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?.
|
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?.
|
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?.
|
List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlet preferenceses where portletId = ?.
|
PortletPreferences |
findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a
NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences |
remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database.
|
void |
removeAll()
Removes all the portlet preferenceses from the database.
|
void |
removeByC_O_O_LikeP(long companyId,
long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ? from the database.
|
PortletPreferences |
removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database.
|
void |
removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database.
|
void |
removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ? from the database.
|
void |
removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database.
|
void |
removeByO_P(int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and portletId = ? from the database.
|
void |
removeByOwnerId(long ownerId)
Removes all the portlet preferenceses where ownerId = ? from the database.
|
void |
removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database.
|
void |
removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database.
|
void |
removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database.
|
PortletPreferences |
updateImpl(PortletPreferences portletPreferences) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<PortletPreferences> findByOwnerId(long ownerId)
ownerId
- the owner IDList<PortletPreferences> findByOwnerId(long ownerId, 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByOwnerId(long ownerId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByOwnerId(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByOwnerId_First(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByOwnerId_First(long ownerId, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByOwnerId_Last(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByOwnerId_Last(long ownerId, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByOwnerId_PrevAndNext(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesownerId
- the owner IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByOwnerId(long ownerId)
ownerId
- the owner IDint countByOwnerId(long ownerId)
ownerId
- the owner IDList<PortletPreferences> findByPlid(long plid)
plid
- the plidList<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByPlid(long plid)
plid
- the plidint countByPlid(long plid)
plid
- the plidList<PortletPreferences> findByPortletId(String portletId)
portletId
- the portlet IDList<PortletPreferences> findByPortletId(String portletId, 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 PortletPreferencesModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
portletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByPortletId(String portletId)
portletId
- the portlet IDint countByPortletId(String portletId)
portletId
- the portlet IDList<PortletPreferences> findByO_P(int ownerType, String portletId)
ownerType
- the owner typeportletId
- the portlet IDList<PortletPreferences> findByO_P(int ownerType, String portletId, 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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByO_P(int ownerType, String portletId)
ownerType
- the owner typeportletId
- the portlet IDint countByO_P(int ownerType, String portletId)
ownerType
- the owner typeportletId
- the portlet IDList<PortletPreferences> findByP_P(long plid, String portletId)
plid
- the plidportletId
- the portlet IDList<PortletPreferences> findByP_P(long plid, String portletId, 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 PortletPreferencesModelImpl
. 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 plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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 plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByP_P(long plid, String portletId)
plid
- the plidportletId
- the portlet IDint countByP_P(long plid, String portletId)
plid
- the plidportletId
- the portlet IDList<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidList<PortletPreferences> findByO_O_P(long ownerId, int ownerType, 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDownerType
- the owner typeplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDownerType
- the owner typeplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesownerId
- the owner IDownerType
- the owner typeplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByO_O_P(long ownerId, int ownerType, long plid)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidint countByO_O_P(long ownerId, int ownerType, long plid)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidList<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId)
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDList<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId, 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByO_O_PI(long ownerId, int ownerType, String portletId)
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDint countByO_O_PI(long ownerId, int ownerType, String portletId)
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDList<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId)
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDList<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId, 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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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.
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencesownerType
- the owner typeplid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByO_P_P(int ownerType, long plid, String portletId)
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDint countByO_P_P(int ownerType, long plid, String portletId)
ownerType
- the owner typeplid
- the plidportletId
- the portlet IDList<PortletPreferences> findByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId)
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDList<PortletPreferences> findByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId, 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 PortletPreferencesModelImpl
. 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 IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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 IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDstart
- the lower bound of the range of portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachePortletPreferences findByC_O_O_LikeP_First(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByC_O_O_LikeP_First(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences findByC_O_O_LikeP_Last(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByC_O_O_LikeP_Last(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching portlet preferences could not be foundPortletPreferences[] findByC_O_O_LikeP_PrevAndNext(long portletPreferencesId, long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the current portlet preferencescompanyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundvoid removeByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId)
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDint countByC_O_O_LikeP(long companyId, long ownerId, int ownerType, String portletId)
companyId
- the company IDownerId
- the owner IDownerType
- the owner typeportletId
- the portlet IDPortletPreferences findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws NoSuchPortletPreferencesException
NoSuchPortletPreferencesException
if it could not be found.ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDNoSuchPortletPreferencesException
- if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
null
if it could not be found. Uses the finder cache.ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDnull
if a matching portlet preferences could not be foundPortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDuseFinderCache
- whether to use the finder cachenull
if a matching portlet preferences could not be foundPortletPreferences removeByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws NoSuchPortletPreferencesException
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDNoSuchPortletPreferencesException
int countByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDvoid cacheResult(PortletPreferences portletPreferences)
portletPreferences
- the portlet preferencesvoid cacheResult(List<PortletPreferences> portletPreferenceses)
portletPreferenceses
- the portlet preferencesesPortletPreferences create(long portletPreferencesId)
portletPreferencesId
- the primary key for the new portlet preferencesPortletPreferences remove(long portletPreferencesId) throws NoSuchPortletPreferencesException
portletPreferencesId
- the primary key of the portlet preferencesNoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundPortletPreferences updateImpl(PortletPreferences portletPreferences)
PortletPreferences findByPrimaryKey(long portletPreferencesId) throws NoSuchPortletPreferencesException
NoSuchPortletPreferencesException
if it could not be found.portletPreferencesId
- the primary key of the portlet preferencesNoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be foundPortletPreferences fetchByPrimaryKey(long portletPreferencesId)
null
if it could not be found.portletPreferencesId
- the primary key of the portlet preferencesnull
if a portlet preferences with the primary key could not be foundList<PortletPreferences> findAll()
List<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)List<PortletPreferences> findAll(int start, int end, OrderByComparator<PortletPreferences> 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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<PortletPreferences> findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache)
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 PortletPreferencesModelImpl
. 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 portlet preferencesesend
- the upper bound of the range of portlet preferenceses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()