@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RepositoryService extends BaseService
RepositoryServiceUtil,
RepositoryServiceBaseImpl,
com.liferay.portal.service.impl.RepositoryServiceImpl| Modifier and Type | Method and Description |
|---|---|
Repository |
addRepository(long groupId,
long classNameId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext) |
void |
checkRepository(long repositoryId) |
void |
deleteRepository(long repositoryId) |
java.lang.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) |
java.lang.String[] |
getSupportedConfigurations(long classNameId) |
java.lang.String[] |
getSupportedParameters(long classNameId,
java.lang.String configuration) |
UnicodeProperties |
getTypeSettingsProperties(long repositoryId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanRepository addRepository(long groupId, long classNameId, long parentFolderId, java.lang.String name, java.lang.String description, java.lang.String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid checkRepository(long repositoryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid deleteRepository(long repositoryId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) LocalRepository getLocalRepositoryImpl(long repositoryId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) LocalRepository getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Repository getRepository(long repositoryId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Repository getRepositoryImpl(long repositoryId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) Repository getRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getSupportedConfigurations(long classNameId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getSupportedParameters(long classNameId, java.lang.String configuration) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws PortalException,
SystemException
PortalExceptionSystemException