|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletPreferencesPersistence
The persistence interface for the portlet preferences service.
Caching information and settings can be found in portal.properties
PortletPreferencesPersistenceImpl
,
PortletPreferencesUtil
Method Summary | |
---|---|
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 |
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_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
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 |
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 = ?. |
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 = ?. |
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 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. |
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 = ?. |
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 = ?. |
PortletPreferences |
fetchByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
fetchByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
fetchByPortletId_Last(String portletId,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
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 = ?. |
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 = ?. |
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 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 orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
findByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
findByP_P_Last(long plid,
String portletId,
OrderByComparator 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 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 orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
PortletPreferences |
findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
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 = ?. |
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 orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
PortletPreferences |
findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
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 = ?. |
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 orderByComparator)
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. |
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_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? 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,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void 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 preferences
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 occurredPortletPreferences updateImpl(PortletPreferences portletPreferences, boolean merge) throws SystemException
SystemException
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 occurredPortletPreferences 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 occurredList<PortletPreferences> findByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredList<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.
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 occurredList<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.
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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences[] 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 occurredList<PortletPreferences> findByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredList<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.
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 occurredList<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.
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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences[] 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 occurredList<PortletPreferences> findByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredList<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.
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 occurredList<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.
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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences[] 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 occurredList<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 occurredList<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.
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 occurredList<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.
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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences[] 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 occurredList<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 occurredList<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.
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 occurredList<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.
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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences[] 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredPortletPreferences 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 occurredList<PortletPreferences> findAll() throws SystemException
SystemException
- if a system exception occurredList<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.
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 occurredList<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.
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 occurredvoid removeByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredvoid removeByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredvoid removeByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredvoid 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 occurredvoid 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 occurredPortletPreferences 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
void removeAll() throws SystemException
SystemException
- if a system exception occurredint countByPlid(long plid) throws SystemException
plid
- the plid
SystemException
- if a system exception occurredint countByPortletId(String portletId) throws SystemException
portletId
- the portlet ID
SystemException
- if a system exception occurredint countByP_P(long plid, String portletId) throws SystemException
plid
- the plidportletId
- the portlet ID
SystemException
- if a system exception occurredint 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 occurredint 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 occurredint 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 occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |