|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.PortletPreferencesLocalServiceWrapper
public class PortletPreferencesLocalServiceWrapper
This class is a wrapper for PortletPreferencesLocalService.
PortletPreferencesLocalService| Constructor Summary | |
|---|---|
PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
|
|
| Method Summary | |
|---|---|
PortletPreferences |
addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
|
PortletPreferences |
addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database. |
PortletPreferences |
createPortletPreferences(long portletPreferencesId)
Creates a new portlet preferences with the primary key. |
void |
deletePortletPreferences(long portletPreferencesId)
Deletes the portlet preferences with the primary key from the database. |
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid)
|
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
void |
deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
PortletPreferences |
getDefaultPreferences(long companyId,
String portletId)
|
List<PortletPreferences> |
getPortletPreferences()
|
PortletPreferences |
getPortletPreferences(long portletPreferencesId)
Gets the portlet preferences with the primary key. |
List<PortletPreferences> |
getPortletPreferences(long ownerId,
int ownerType,
long plid)
|
PortletPreferences |
getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
List<PortletPreferences> |
getPortletPreferences(long plid,
String portletId)
|
List<PortletPreferences> |
getPortletPreferencesByPlid(long plid)
|
List<PortletPreferences> |
getPortletPreferenceses(int start,
int end)
Gets a range of all the portlet preferenceses. |
int |
getPortletPreferencesesCount()
Gets the number of portlet preferenceses. |
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
|
PortletPreferences |
getPreferences(PortletPreferencesIds portletPreferencesIds)
|
PortletPreferencesLocalService |
getWrappedPortletPreferencesLocalService()
|
PortletPreferences |
updatePortletPreferences(PortletPreferences portletPreferences)
Updates the portlet preferences in the database. |
PortletPreferences |
updatePortletPreferences(PortletPreferences portletPreferences,
boolean merge)
Updates the portlet preferences in the database. |
PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences preferences)
|
PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
| Method Detail |
|---|
public PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
throws SystemException
addPortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferences to add
SystemException - if a system exception occurredpublic PortletPreferences createPortletPreferences(long portletPreferencesId)
createPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key for the new portlet preferences
public void deletePortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferences to delete
PortalException - if a portlet preferences with the primary key could not be found
SystemException - if a system exception occurred
public void deletePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferences to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface PortletPreferencesLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface PortletPreferencesLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public PortletPreferences getPortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceportletPreferencesId - the primary key of the portlet preferences to get
PortalException - if a portlet preferences with the primary key could not be found
SystemException - if a system exception occurred
public List<PortletPreferences> getPortletPreferenceses(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.
getPortletPreferenceses in interface PortletPreferencesLocalServicestart - the lower bound of the range of portlet preferenceses to returnend - the upper bound of the range of portlet preferenceses to return (not inclusive)
SystemException - if a system exception occurred
public int getPortletPreferencesesCount()
throws SystemException
getPortletPreferencesesCount in interface PortletPreferencesLocalServiceSystemException - if a system exception occurred
public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
updatePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferences to update
SystemException - if a system exception occurred
public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences,
boolean merge)
throws SystemException
updatePortletPreferences in interface PortletPreferencesLocalServiceportletPreferences - the portlet preferences to updatemerge - whether to merge the portlet preferences with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurred
public PortletPreferences addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
throws SystemException
addPortletPreferences in interface PortletPreferencesLocalServiceSystemException
public void deletePortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
deletePortletPreferences in interface PortletPreferencesLocalServiceSystemException
public void deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
deletePortletPreferences in interface PortletPreferencesLocalServicePortalException
SystemException
public PortletPreferences getDefaultPreferences(long companyId,
String portletId)
throws SystemException
getDefaultPreferences in interface PortletPreferencesLocalServiceSystemException
public List<PortletPreferences> getPortletPreferences()
throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemException
public List<PortletPreferences> getPortletPreferences(long plid,
String portletId)
throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemException
public List<PortletPreferences> getPortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
getPortletPreferences in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
getPortletPreferences in interface PortletPreferencesLocalServicePortalException
SystemException
public List<PortletPreferences> getPortletPreferencesByPlid(long plid)
throws SystemException
getPortletPreferencesByPlid in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds)
throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
throws SystemException
getPreferences in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences preferences)
throws SystemException
updatePreferences in interface PortletPreferencesLocalServiceSystemException
public PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
throws SystemException
updatePreferences in interface PortletPreferencesLocalServiceSystemExceptionpublic PortletPreferencesLocalService getWrappedPortletPreferencesLocalService()
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||