| 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 RepositoryEntryLocalService |
BaseRepositoryImpl.repositoryEntryLocalService |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRepository.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService) |
void |
BaseRepositoryImpl.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRepositoryProxyBean.setRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryEntryLocalServiceWrapper
Provides a wrapper for
RepositoryEntryLocalService. |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryEntryLocalService |
RepositoryEntryLocalServiceUtil.getService() |
RepositoryEntryLocalService |
RepositoryEntryLocalServiceWrapper.getWrappedService() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryEntryLocalServiceWrapper.setWrappedService(RepositoryEntryLocalService repositoryEntryLocalService) |
| Constructor and Description |
|---|
RepositoryEntryLocalServiceWrapper(RepositoryEntryLocalService repositoryEntryLocalService) |