|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.PortletPreferencesUtil
@ProviderType public class PortletPreferencesUtil
The persistence utility for the portlet preferences service. This utility wraps PortletPreferencesPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
PortletPreferencesPersistence
,
PortletPreferencesPersistenceImpl
Constructor Summary | |
---|---|
PortletPreferencesUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(List<PortletPreferences> portletPreferenceses)
Caches the portlet preferenceses in the entity cache if it is enabled. |
static void |
cacheResult(PortletPreferences portletPreferences)
Caches the portlet preferences in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(PortletPreferences portletPreferences)
|
static int |
countAll()
Returns the number of portlet preferenceses. |
static 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 = ?. |
static int |
countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static int |
countByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
static int |
countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static int |
countByO_P(int ownerType,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and portletId = ?. |
static int |
countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?. |
static int |
countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?. |
static int |
countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static PortletPreferences |
create(long portletPreferencesId)
Creates a new portlet preferences with the primary key. |
static PortletPreferences |
fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static 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. |
static PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean retrieveFromCache)
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. |
static PortletPreferences |
fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
static PortletPreferences |
fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
static PortletPreferences |
fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
static PortletPreferences |
fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
static PortletPreferences |
fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences |
fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences |
fetchByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences |
fetchByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences |
fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
static PortletPreferences |
fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
static PortletPreferences |
fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences |
fetchByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences |
fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns null if it could not be found. |
static List<PortletPreferences> |
findAll()
Returns all the portlet preferenceses. |
static List<PortletPreferences> |
findAll(int start,
int end)
Returns a range of all the portlet preferenceses. |
static List<PortletPreferences> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
static PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static 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. |
static PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static 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 = ?. |
static List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
static PortletPreferences |
findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
static PortletPreferences[] |
findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
static List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
static 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 = ?. |
static List<PortletPreferences> |
findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
static PortletPreferences |
findByO_P_First(int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
static PortletPreferences |
findByO_P_Last(int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
static PortletPreferences |
findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences |
findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences[] |
findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static 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 = ?. |
static List<PortletPreferences> |
findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences[] |
findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
static List<PortletPreferences> |
findByO_P(int ownerType,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and portletId = ?. |
static List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
static List<PortletPreferences> |
findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
static PortletPreferences |
findByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences |
findByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
static List<PortletPreferences> |
findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?. |
static List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?. |
static List<PortletPreferences> |
findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
static PortletPreferences |
findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
static PortletPreferences |
findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
static PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
static List<PortletPreferences> |
findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?. |
static List<PortletPreferences> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?. |
static List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
static PortletPreferences |
findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences |
findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences[] |
findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
static List<PortletPreferences> |
findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?. |
static List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?. |
static List<PortletPreferences> |
findByPortletId(String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
static PortletPreferences |
findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found. |
static List<PortletPreferences> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PortletPreferences> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PortletPreferences> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static PortletPreferencesPersistence |
getPersistence()
|
static PortletPreferences |
remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database. |
static void |
removeAll()
Removes all the portlet preferenceses from the database. |
static 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. |
static void |
removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database. |
static void |
removeByO_O_PI(long ownerId,
int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ? from the database. |
static void |
removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database. |
static void |
removeByO_P(int ownerType,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and portletId = ? from the database. |
static void |
removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database. |
static void |
removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database. |
static void |
removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database. |
void |
setPersistence(PortletPreferencesPersistence persistence)
Deprecated. As of 6.2.0 |
static PortletPreferences |
update(PortletPreferences portletPreferences)
|
static PortletPreferences |
update(PortletPreferences portletPreferences,
ServiceContext serviceContext)
|
static PortletPreferences |
updateImpl(PortletPreferences portletPreferences)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletPreferencesUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(PortletPreferences portletPreferences)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<PortletPreferences> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<PortletPreferences> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<PortletPreferences> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static PortletPreferences update(PortletPreferences portletPreferences) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static PortletPreferences update(PortletPreferences portletPreferences, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)
public static List<PortletPreferences> findByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredpublic static List<PortletPreferences> 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByPlid_First(long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByPlid_First(long plid, OrderByComparator orderByComparator) throws SystemException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences findByPlid_Last(long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByPlid_Last(long plid, OrderByComparator orderByComparator) throws SystemException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredpublic static int countByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByPortletId(String portletId, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByPortletId(String portletId, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByPortletId_First(String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByPortletId_First(String portletId, OrderByComparator orderByComparator) throws SystemException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences findByPortletId_Last(String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator) throws SystemException
portletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredpublic static int countByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P(int ownerType, String portletId) throws SystemException
ownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P(int ownerType, String portletId, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P(int ownerType, String portletId, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByO_P(int ownerType, String portletId) throws SystemException
ownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static int countByO_P(int ownerType, String portletId) throws SystemException
ownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByP_P(long plid, String portletId, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByP_P(long plid, String portletId, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator) throws SystemException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator) throws SystemException
plid
- the plidportletId
- the portlet IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static int countByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid) throws SystemException
ownerId
- the owner IDownerType
- the owner typeplid
- the plid
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByO_O_P(long ownerId, int ownerType, long plid) throws SystemException
ownerId
- the owner IDownerType
- the owner typeplid
- the plid
SystemException
- if a system exception occurredpublic static int countByO_O_P(long ownerId, int ownerType, long plid) throws SystemException
ownerId
- the owner IDownerType
- the owner typeplid
- the plid
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId) throws SystemException
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_O_PI(long ownerId, int ownerType, String portletId, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByO_O_PI(long ownerId, int ownerType, String portletId) throws SystemException
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static int countByO_O_PI(long ownerId, int ownerType, String portletId) throws SystemException
ownerId
- the owner IDownerType
- the owner typeportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId) throws SystemException
ownerType
- the owner typeplid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId, 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findByO_P_P(int ownerType, long plid, String portletId, 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 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
)
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static PortletPreferences[] findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator) throws NoSuchPortletPreferencesException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByO_P_P(int ownerType, long plid, String portletId) throws SystemException
ownerType
- the owner typeplid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static int countByO_P_P(int ownerType, long plid, String portletId) throws SystemException
ownerType
- the owner typeplid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static PortletPreferences findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws NoSuchPortletPreferencesException, SystemException
NoSuchPortletPreferencesException
if it could not be found.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet ID
NoSuchPortletPreferencesException
- if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws SystemException
null
if it could not be found. Uses the finder cache.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet ID
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet IDretrieveFromCache
- whether to use the finder cache
null
if a matching portlet preferences could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences removeByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws NoSuchPortletPreferencesException, SystemException
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurred
NoSuchPortletPreferencesException
public static int countByO_O_P_P(long ownerId, int ownerType, long plid, String portletId) throws SystemException
ownerId
- the owner IDownerType
- the owner typeplid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredpublic static void cacheResult(PortletPreferences portletPreferences)
portletPreferences
- the portlet preferencespublic static void cacheResult(List<PortletPreferences> portletPreferenceses)
portletPreferenceses
- the portlet preferencesespublic static PortletPreferences create(long portletPreferencesId)
portletPreferencesId
- the primary key for the new portlet preferences
public static PortletPreferences remove(long portletPreferencesId) throws NoSuchPortletPreferencesException, SystemException
portletPreferencesId
- the primary key of the portlet preferences
NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences updateImpl(PortletPreferences portletPreferences) throws SystemException
SystemException
public static PortletPreferences findByPrimaryKey(long portletPreferencesId) throws NoSuchPortletPreferencesException, SystemException
NoSuchPortletPreferencesException
if it could not be found.
portletPreferencesId
- the primary key of the portlet preferences
NoSuchPortletPreferencesException
- if a portlet preferences with the primary key could not be found
SystemException
- if a system exception occurredpublic static PortletPreferences fetchByPrimaryKey(long portletPreferencesId) throws SystemException
null
if it could not be found.
portletPreferencesId
- the primary key of the portlet preferences
null
if a portlet preferences with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<PortletPreferences> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<PortletPreferences> 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 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)
SystemException
- if a system exception occurredpublic static List<PortletPreferences> 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 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
)
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static PortletPreferencesPersistence getPersistence()
public void setPersistence(PortletPreferencesPersistence persistence)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |