Liferay 6.0.5

com.liferay.portal.service
Class PortletPreferencesLocalServiceWrapper

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

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

PortletPreferencesLocalServiceWrapper

public PortletPreferencesLocalServiceWrapper(PortletPreferencesLocalService portletPreferencesLocalService)
Method Detail

addPortletPreferences

public PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
                                         throws SystemException
Adds the portlet preferences to the database. Also notifies the appropriate model listeners.

Specified by:
addPortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferences - the portlet preferences to add
Returns:
the portlet preferences that was added
Throws:
SystemException - if a system exception occurred

createPortletPreferences

public PortletPreferences createPortletPreferences(long portletPreferencesId)
Creates a new portlet preferences with the primary key. Does not add the portlet preferences to the database.

Specified by:
createPortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferencesId - the primary key for the new portlet preferences
Returns:
the new portlet preferences

deletePortletPreferences

public void deletePortletPreferences(long portletPreferencesId)
                              throws PortalException,
                                     SystemException
Deletes the portlet preferences with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferencesId - the primary key of the portlet preferences to delete
Throws:
PortalException - if a portlet preferences with the primary key could not be found
SystemException - if a system exception occurred

deletePortletPreferences

public void deletePortletPreferences(PortletPreferences portletPreferences)
                              throws SystemException
Deletes the portlet preferences from the database. Also notifies the appropriate model listeners.

Specified by:
deletePortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferences - the portlet preferences to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Specified by:
dynamicQuery in interface PortletPreferencesLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface PortletPreferencesLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getPortletPreferences

public PortletPreferences getPortletPreferences(long portletPreferencesId)
                                         throws PortalException,
                                                SystemException
Gets the portlet preferences with the primary key.

Specified by:
getPortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferencesId - the primary key of the portlet preferences to get
Returns:
the portlet preferences
Throws:
PortalException - if a portlet preferences with the primary key could not be found
SystemException - if a system exception occurred

getPortletPreferenceses

public List<PortletPreferences> getPortletPreferenceses(int start,
                                                        int end)
                                                 throws SystemException
Gets a range of all the portlet preferenceses.

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.

Specified by:
getPortletPreferenceses in interface PortletPreferencesLocalService
Parameters:
start - the lower bound of the range of portlet preferenceses to return
end - the upper bound of the range of portlet preferenceses to return (not inclusive)
Returns:
the range of portlet preferenceses
Throws:
SystemException - if a system exception occurred

getPortletPreferencesesCount

public int getPortletPreferencesesCount()
                                 throws SystemException
Gets the number of portlet preferenceses.

Specified by:
getPortletPreferencesesCount in interface PortletPreferencesLocalService
Returns:
the number of portlet preferenceses
Throws:
SystemException - if a system exception occurred

updatePortletPreferences

public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
                                            throws SystemException
Updates the portlet preferences in the database. Also notifies the appropriate model listeners.

Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferences - the portlet preferences to update
Returns:
the portlet preferences that was updated
Throws:
SystemException - if a system exception occurred

updatePortletPreferences

public PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences,
                                                   boolean merge)
                                            throws SystemException
Updates the portlet preferences in the database. Also notifies the appropriate model listeners.

Specified by:
updatePortletPreferences in interface PortletPreferencesLocalService
Parameters:
portletPreferences - the portlet preferences to update
merge - 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.
Returns:
the portlet preferences that was updated
Throws:
SystemException - if a system exception occurred

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()

Liferay 6.0.5