com.liferay.portal.service
Class PortletPreferencesLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
           
 
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 dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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
 

Constructor Detail

PortletPreferencesLocalServiceWrapper

public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
Method Detail

addPortletPreferences

public PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
                                         throws com.liferay.portal.SystemException
Specified by:
addPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

createPortletPreferences

public PortletPreferences createPortletPreferences(long portletPreferencesId)
Specified by:
createPortletPreferences in interface PortletPreferencesLocalService

deletePortletPreferences

public void deletePortletPreferences(long portletPreferencesId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePortletPreferences

public void deletePortletPreferences(PortletPreferences portletPreferences)
                              throws com.liferay.portal.SystemException
Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferences

public PortletPreferences getPortletPreferences(long portletPreferencesId)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPortletPreferenceses

public java.util.List<PortletPreferences> getPortletPreferenceses(int start,
                                                                  int end)
                                                           throws com.liferay.portal.SystemException
Specified by:
getPortletPreferenceses in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferencesesCount

public int getPortletPreferencesesCount()
                                 throws com.liferay.portal.SystemException
Specified by:
getPortletPreferencesesCount in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

updatePortletPreferences

public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
                                            throws com.liferay.portal.SystemException
Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

updatePortletPreferences

public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences,
                                                   boolean merge)
                                            throws com.liferay.portal.SystemException
Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.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.SystemException
Specified by:
addPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

deletePortletPreferences

public void deletePortletPreferences(long ownerId,
                                     int ownerType,
                                     long plid)
                              throws com.liferay.portal.SystemException
Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

deletePortletPreferences

public void deletePortletPreferences(long ownerId,
                                     int ownerType,
                                     long plid,
                                     java.lang.String portletId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultPreferences

public javax.portlet.PortletPreferences getDefaultPreferences(long companyId,
                                                              java.lang.String portletId)
                                                       throws com.liferay.portal.SystemException
Specified by:
getDefaultPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferences

public java.util.List<PortletPreferences> getPortletPreferences()
                                                         throws com.liferay.portal.SystemException
Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferences

public java.util.List<PortletPreferences> getPortletPreferences(long plid,
                                                                java.lang.String portletId)
                                                         throws com.liferay.portal.SystemException
Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferences

public java.util.List<PortletPreferences> getPortletPreferences(long ownerId,
                                                                int ownerType,
                                                                long plid)
                                                         throws com.liferay.portal.SystemException
Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPortletPreferences

public PortletPreferences getPortletPreferences(long ownerId,
                                                int ownerType,
                                                long plid,
                                                java.lang.String portletId)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPortletPreferencesByPlid

public java.util.List<PortletPreferences> getPortletPreferencesByPlid(long plid)
                                                               throws com.liferay.portal.SystemException
Specified by:
getPortletPreferencesByPlid in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPreferences

public javax.portlet.PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds)
                                                throws com.liferay.portal.SystemException
Specified by:
getPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getPreferences

public javax.portlet.PortletPreferences getPreferences(long companyId,
                                                       long ownerId,
                                                       int ownerType,
                                                       long plid,
                                                       java.lang.String portletId)
                                                throws com.liferay.portal.SystemException
Specified by:
getPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.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.SystemException
Specified by:
getPreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

updatePreferences

public PortletPreferences updatePreferences(long ownerId,
                                            int ownerType,
                                            long plid,
                                            java.lang.String portletId,
                                            javax.portlet.PortletPreferences preferences)
                                     throws com.liferay.portal.SystemException
Specified by:
updatePreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

updatePreferences

public PortletPreferences updatePreferences(long ownerId,
                                            int ownerType,
                                            long plid,
                                            java.lang.String portletId,
                                            java.lang.String xml)
                                     throws com.liferay.portal.SystemException
Specified by:
updatePreferences in interface PortletPreferencesLocalService
Throws:
com.liferay.portal.SystemException

getWrappedPortletPreferencesLocalService

public PortletPreferencesLocalService getWrappedPortletPreferencesLocalService()