Liferay 6.2-ce-ga5

com.liferay.portal.service
Class BaseLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
All Implemented Interfaces:
BaseLocalService

public abstract class BaseLocalServiceImpl
extends Object
implements BaseLocalService


Field Summary
protected  LayoutPersistence layoutPersistence
           
 
Constructor Summary
BaseLocalServiceImpl()
           
 
Method Summary
protected  ClassLoader getClassLoader()
           
protected  String getLayoutURL(Layout layout, ServiceContext serviceContext)
           
protected  String getLayoutURL(long groupId, String portletId, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence
Constructor Detail

BaseLocalServiceImpl

public BaseLocalServiceImpl()
Method Detail

getClassLoader

protected ClassLoader getClassLoader()

getLayoutURL

protected String getLayoutURL(Layout layout,
                              ServiceContext serviceContext)

getLayoutURL

protected String getLayoutURL(long groupId,
                              String portletId,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5