public class PortalInstancesLocalServiceWrapper extends java.lang.Object implements PortalInstancesLocalService, com.liferay.portal.kernel.service.ServiceWrapper<PortalInstancesLocalService>
PortalInstancesLocalService
.PortalInstancesLocalService
Constructor and Description |
---|
PortalInstancesLocalServiceWrapper() |
PortalInstancesLocalServiceWrapper(PortalInstancesLocalService portalInstancesLocalService) |
Modifier and Type | Method and Description |
---|---|
long[] |
getCompanyIds() |
long |
getDefaultCompanyId() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PortalInstancesLocalService |
getWrappedService() |
void |
initializePortalInstance(long companyId,
java.lang.String siteInitializerKey) |
void |
setWrappedService(PortalInstancesLocalService portalInstancesLocalService) |
void |
synchronizePortalInstances() |
public PortalInstancesLocalServiceWrapper()
public PortalInstancesLocalServiceWrapper(PortalInstancesLocalService portalInstancesLocalService)
public long[] getCompanyIds()
getCompanyIds
in interface PortalInstancesLocalService
public long getDefaultCompanyId()
getDefaultCompanyId
in interface PortalInstancesLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PortalInstancesLocalService
public void initializePortalInstance(long companyId, java.lang.String siteInitializerKey) throws com.liferay.portal.kernel.exception.PortalException
initializePortalInstance
in interface PortalInstancesLocalService
com.liferay.portal.kernel.exception.PortalException
public void synchronizePortalInstances()
synchronizePortalInstances
in interface PortalInstancesLocalService
public PortalInstancesLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<PortalInstancesLocalService>
public void setWrappedService(PortalInstancesLocalService portalInstancesLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<PortalInstancesLocalService>