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