@AccessControlled @JSONWebService @ProviderType @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.
|
Repository |
getRepository(long repositoryId) |
java.lang.String[] |
getSupportedConfigurations(long classNameId) |
java.lang.String[] |
getSupportedParameters(long classNameId,
java.lang.String configuration)
Deprecated.
As of 7.0.0, replaced by
getSupportedParameters(String, String) |
java.lang.String[] |
getSupportedParameters(java.lang.String className,
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) |
Repository 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
PortalExceptionvoid checkRepository(long repositoryId)
throws PortalException
PortalExceptionvoid deleteRepository(long repositoryId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) Repository getRepository(long repositoryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getSupportedConfigurations(long classNameId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getSupportedParameters(java.lang.String className, java.lang.String configuration)
@Deprecated @Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getSupportedParameters(long classNameId, java.lang.String configuration)
getSupportedParameters(String, String)@Transactional(propagation=SUPPORTS, readOnly=true) UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws PortalException
PortalException