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 UserLocalService |
BaseRepositoryImpl.userLocalService |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepository.setUserLocalService(UserLocalService userLocalService) |
void |
BaseRepositoryImpl.setUserLocalService(UserLocalService userLocalService) |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryProxyBean.setUserLocalService(UserLocalService userLocalService) |
Modifier and Type | Class and Description |
---|---|
class |
UserLocalServiceWrapper
Provides a wrapper for
UserLocalService . |
Modifier and Type | Method and Description |
---|---|
static UserLocalService |
UserLocalServiceUtil.getService() |
UserLocalService |
UserLocalServiceWrapper.getWrappedService() |
Modifier and Type | Method and Description |
---|---|
void |
UserLocalServiceWrapper.setWrappedService(UserLocalService userLocalService) |
Constructor and Description |
---|
UserLocalServiceWrapper(UserLocalService userLocalService) |