Package | Description |
---|---|
com.liferay.portal.kernel.repository | |
com.liferay.portal.kernel.repository.proxy |
This package defines the portal repository proxy beans.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
Modifier and Type | Field and Description |
---|---|
protected CompanyLocalService |
BaseRepositoryImpl.companyLocalService |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepository.setCompanyLocalService(CompanyLocalService companyLocalService) |
void |
BaseRepositoryImpl.setCompanyLocalService(CompanyLocalService companyLocalService) |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryProxyBean.setCompanyLocalService(CompanyLocalService companyLocalService) |
Modifier and Type | Class and Description |
---|---|
class |
CompanyLocalServiceWrapper
Provides a wrapper for
CompanyLocalService . |
Modifier and Type | Method and Description |
---|---|
static CompanyLocalService |
CompanyLocalServiceUtil.getService() |
CompanyLocalService |
CompanyLocalServiceWrapper.getWrappedService() |
Modifier and Type | Method and Description |
---|---|
void |
CompanyLocalServiceWrapper.setWrappedService(CompanyLocalService companyLocalService) |
Constructor and Description |
---|
CompanyLocalServiceWrapper(CompanyLocalService companyLocalService) |