Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class PortletPreferencesServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PortletPreferencesServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, PortletPreferencesService
Direct Known Subclasses:
PortletPreferencesServiceImpl

public abstract class PortletPreferencesServiceBaseImpl
extends BaseServiceImpl
implements PortletPreferencesService, IdentifiableOSGiService

Provides the base implementation for the portlet preferences remote service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in PortletPreferencesServiceImpl.

See Also:
PortletPreferencesServiceImpl, PortletPreferencesServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  PortletItemLocalService portletItemLocalService
           
protected  PortletItemPersistence portletItemPersistence
           
protected  PortletLocalService portletLocalService
           
protected  PortletPersistence portletPersistence
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  PortletPreferencesService portletPreferencesService
           
protected  PortletService portletService
           
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PortletPreferencesServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PortletItemLocalService getPortletItemLocalService()
          Returns the portlet item local service.
 PortletItemPersistence getPortletItemPersistence()
          Returns the portlet item persistence.
 PortletLocalService getPortletLocalService()
          Returns the portlet local service.
 PortletPersistence getPortletPersistence()
          Returns the portlet persistence.
 PortletPreferencesFinder getPortletPreferencesFinder()
          Returns the portlet preferences finder.
 PortletPreferencesLocalService getPortletPreferencesLocalService()
          Returns the portlet preferences local service.
 PortletPreferencesPersistence getPortletPreferencesPersistence()
          Returns the portlet preferences persistence.
 PortletPreferencesService getPortletPreferencesService()
          Returns the portlet preferences remote service.
 PortletService getPortletService()
          Returns the portlet remote service.
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setPortletItemLocalService(PortletItemLocalService portletItemLocalService)
          Sets the portlet item local service.
 void setPortletItemPersistence(PortletItemPersistence portletItemPersistence)
          Sets the portlet item persistence.
 void setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void setPortletPersistence(PortletPersistence portletPersistence)
          Sets the portlet persistence.
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
          Sets the portlet preferences finder.
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
          Sets the portlet preferences local service.
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
          Sets the portlet preferences persistence.
 void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
          Sets the portlet preferences remote service.
 void setPortletService(PortletService portletService)
          Sets the portlet remote service.
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.PortletPreferencesService
deleteArchivedPreferences, restoreArchivedPreferences, restoreArchivedPreferences, restoreArchivedPreferences, updateArchivePreferences
 

Field Detail

portletPreferencesLocalService

@BeanReference(type=PortletPreferencesLocalService.class)
protected PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesService

@BeanReference(type=PortletPreferencesService.class)
protected PortletPreferencesService portletPreferencesService

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(type=PortletPreferencesFinder.class)
protected PortletPreferencesFinder portletPreferencesFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

portletLocalService

@BeanReference(type=PortletLocalService.class)
protected PortletLocalService portletLocalService

portletService

@BeanReference(type=PortletService.class)
protected PortletService portletService

portletPersistence

@BeanReference(type=PortletPersistence.class)
protected PortletPersistence portletPersistence

portletItemLocalService

@BeanReference(type=PortletItemLocalService.class)
protected PortletItemLocalService portletItemLocalService

portletItemPersistence

@BeanReference(type=PortletItemPersistence.class)
protected PortletItemPersistence portletItemPersistence
Constructor Detail

PortletPreferencesServiceBaseImpl

public PortletPreferencesServiceBaseImpl()
Method Detail

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()
Returns the portlet preferences local service.

Returns:
the portlet preferences local service

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service.

Parameters:
portletPreferencesLocalService - the portlet preferences local service

getPortletPreferencesService

public PortletPreferencesService getPortletPreferencesService()
Returns the portlet preferences remote service.

Returns:
the portlet preferences remote service

setPortletPreferencesService

public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences remote service.

Parameters:
portletPreferencesService - the portlet preferences remote service

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()
Returns the portlet preferences persistence.

Returns:
the portlet preferences persistence

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence.

Parameters:
portletPreferencesPersistence - the portlet preferences persistence

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()
Returns the portlet preferences finder.

Returns:
the portlet preferences finder

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder.

Parameters:
portletPreferencesFinder - the portlet preferences finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getPortletLocalService

public PortletLocalService getPortletLocalService()
Returns the portlet local service.

Returns:
the portlet local service

setPortletLocalService

public void setPortletLocalService(PortletLocalService portletLocalService)
Sets the portlet local service.

Parameters:
portletLocalService - the portlet local service

getPortletService

public PortletService getPortletService()
Returns the portlet remote service.

Returns:
the portlet remote service

setPortletService

public void setPortletService(PortletService portletService)
Sets the portlet remote service.

Parameters:
portletService - the portlet remote service

getPortletPersistence

public PortletPersistence getPortletPersistence()
Returns the portlet persistence.

Returns:
the portlet persistence

setPortletPersistence

public void setPortletPersistence(PortletPersistence portletPersistence)
Sets the portlet persistence.

Parameters:
portletPersistence - the portlet persistence

getPortletItemLocalService

public PortletItemLocalService getPortletItemLocalService()
Returns the portlet item local service.

Returns:
the portlet item local service

setPortletItemLocalService

public void setPortletItemLocalService(PortletItemLocalService portletItemLocalService)
Sets the portlet item local service.

Parameters:
portletItemLocalService - the portlet item local service

getPortletItemPersistence

public PortletItemPersistence getPortletItemPersistence()
Returns the portlet item persistence.

Returns:
the portlet item persistence

setPortletItemPersistence

public void setPortletItemPersistence(PortletItemPersistence portletItemPersistence)
Sets the portlet item persistence.

Parameters:
portletItemPersistence - the portlet item persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface PortletPreferencesService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4