|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.RepositoryServiceWrapper
public class RepositoryServiceWrapper
This class is a wrapper for RepositoryService
.
RepositoryService
Constructor Summary | |
---|---|
RepositoryServiceWrapper(RepositoryService repositoryService)
|
Method Summary | |
---|---|
long |
addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
void |
checkRepository(long repositoryId)
|
void |
deleteRepository(long repositoryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
LocalRepository |
getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Repository |
getRepository(long repositoryId)
|
Repository |
getRepositoryImpl(long repositoryId)
|
Repository |
getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
String[] |
getSupportedConfigurations(long classNameId)
|
String[] |
getSupportedParameters(long classNameId,
String configuration)
|
UnicodeProperties |
getTypeSettingsProperties(long repositoryId)
|
RepositoryService |
getWrappedRepositoryService()
Deprecated. Renamed to getWrappedService() |
RepositoryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedRepositoryService(RepositoryService repositoryService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.RepositoryService) |
void |
setWrappedService(RepositoryService repositoryService)
|
void |
updateRepository(long repositoryId,
String name,
String description)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryServiceWrapper(RepositoryService repositoryService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface RepositoryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface RepositoryService
beanIdentifier
- the Spring bean ID for this beanpublic long addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException, SystemException
addRepository
in interface RepositoryService
PortalException
SystemException
public void checkRepository(long repositoryId) throws PortalException, SystemException
checkRepository
in interface RepositoryService
PortalException
SystemException
public void deleteRepository(long repositoryId) throws PortalException, SystemException
deleteRepository
in interface RepositoryService
PortalException
SystemException
public LocalRepository getLocalRepositoryImpl(long repositoryId) throws PortalException, SystemException
getLocalRepositoryImpl
in interface RepositoryService
PortalException
SystemException
public LocalRepository getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
getLocalRepositoryImpl
in interface RepositoryService
PortalException
SystemException
public Repository getRepository(long repositoryId) throws PortalException, SystemException
getRepository
in interface RepositoryService
PortalException
SystemException
public Repository getRepositoryImpl(long repositoryId) throws PortalException, SystemException
getRepositoryImpl
in interface RepositoryService
PortalException
SystemException
public Repository getRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
getRepositoryImpl
in interface RepositoryService
PortalException
SystemException
public String[] getSupportedConfigurations(long classNameId) throws SystemException
getSupportedConfigurations
in interface RepositoryService
SystemException
public String[] getSupportedParameters(long classNameId, String configuration) throws SystemException
getSupportedParameters
in interface RepositoryService
SystemException
public UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException, SystemException
getTypeSettingsProperties
in interface RepositoryService
PortalException
SystemException
public void updateRepository(long repositoryId, String name, String description) throws PortalException, SystemException
updateRepository
in interface RepositoryService
PortalException
SystemException
public RepositoryService getWrappedRepositoryService()
getWrappedService()
public void setWrappedRepositoryService(RepositoryService repositoryService)
setWrappedService(com.liferay.portal.service.RepositoryService)
public RepositoryService getWrappedService()
getWrappedService
in interface ServiceWrapper<RepositoryService>
public void setWrappedService(RepositoryService repositoryService)
setWrappedService
in interface ServiceWrapper<RepositoryService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |