com.liferay.portal.service
Class PortletPreferencesLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletPreferencesLocalServiceWrapper
- All Implemented Interfaces:
- PortletPreferencesLocalService
public class PortletPreferencesLocalServiceWrapper
- extends Object
- implements PortletPreferencesLocalService
This class is a wrapper for PortletPreferencesLocalService.
- See Also:
PortletPreferencesLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
PortletPreferences |
addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
|
PortletPreferences |
addPortletPreferences(PortletPreferences portletPreferences)
|
PortletPreferences |
createPortletPreferences(long portletPreferencesId)
|
void |
deletePortletPreferences(long portletPreferencesId)
|
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid)
|
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
void |
deletePortletPreferences(PortletPreferences portletPreferences)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
PortletPreferences |
getDefaultPreferences(long companyId,
String portletId)
|
List<PortletPreferences> |
getPortletPreferences()
|
PortletPreferences |
getPortletPreferences(long portletPreferencesId)
|
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)
|
int |
getPortletPreferencesesCount()
|
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)
|
PortletPreferences |
updatePortletPreferences(PortletPreferences portletPreferences,
boolean merge)
|
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 |
PortletPreferencesLocalServiceWrapper
public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
addPortletPreferences
public PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
throws SystemException
- Specified by:
addPortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
createPortletPreferences
public PortletPreferences createPortletPreferences(long portletPreferencesId)
- Specified by:
createPortletPreferences in interface PortletPreferencesLocalService
deletePortletPreferences
public void deletePortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
- Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
- Throws:
PortalException
SystemException
deletePortletPreferences
public void deletePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
- Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PortletPreferencesLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PortletPreferencesLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PortletPreferencesLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferences
public PortletPreferences getPortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
- Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
- Throws:
PortalException
SystemException
getPortletPreferenceses
public List<PortletPreferences> getPortletPreferenceses(int start,
int end)
throws SystemException
- Specified by:
getPortletPreferenceses in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferencesesCount
public int getPortletPreferencesesCount()
throws SystemException
- Specified by:
getPortletPreferencesesCount in interface PortletPreferencesLocalService
- Throws:
SystemException
updatePortletPreferences
public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
- Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
updatePortletPreferences
public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences,
boolean merge)
throws SystemException
- Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
addPortletPreferences
public PortletPreferences addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
throws SystemException
- Specified by:
addPortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
deletePortletPreferences
public void deletePortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
- Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
deletePortletPreferences
public void deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
- Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
- Throws:
PortalException
SystemException
getDefaultPreferences
public PortletPreferences getDefaultPreferences(long companyId,
String portletId)
throws SystemException
- Specified by:
getDefaultPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferences
public List<PortletPreferences> getPortletPreferences()
throws SystemException
- Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferences
public List<PortletPreferences> getPortletPreferences(long plid,
String portletId)
throws SystemException
- Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferences
public List<PortletPreferences> getPortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
- Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPortletPreferences
public PortletPreferences getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
- Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
- Throws:
PortalException
SystemException
getPortletPreferencesByPlid
public List<PortletPreferences> getPortletPreferencesByPlid(long plid)
throws SystemException
- Specified by:
getPortletPreferencesByPlid in interface PortletPreferencesLocalService
- Throws:
SystemException
getPreferences
public PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds)
throws SystemException
- Specified by:
getPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPreferences
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
throws SystemException
- Specified by:
getPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getPreferences
public PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
throws SystemException
- Specified by:
getPreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
updatePreferences
public PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences preferences)
throws SystemException
- Specified by:
updatePreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
updatePreferences
public PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
throws SystemException
- Specified by:
updatePreferences in interface PortletPreferencesLocalService
- Throws:
SystemException
getWrappedPortletPreferencesLocalService
public PortletPreferencesLocalService getWrappedPortletPreferencesLocalService()