@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RepositoryService extends BaseService
RepositoryServiceUtil
,
RepositoryServiceBaseImpl
,
RepositoryServiceImpl
Modifier and Type | Method and Description |
---|---|
Repository |
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 |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
Repository |
getRepository(long repositoryId) |
String[] |
getSupportedConfigurations(long classNameId)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
String[] |
getSupportedParameters(long classNameId,
String configuration)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
String[] |
getSupportedParameters(String className,
String configuration)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
UnicodeProperties |
getTypeSettingsProperties(long repositoryId) |
void |
updateRepository(long repositoryId,
String name,
String description) |
Repository addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException
PortalException
void checkRepository(long repositoryId) throws PortalException
PortalException
void deleteRepository(long repositoryId) throws PortalException
PortalException
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) Repository getRepository(long repositoryId) throws PortalException
PortalException
@Deprecated @Transactional(propagation=SUPPORTS, readOnly=true) String[] getSupportedConfigurations(long classNameId)
@Deprecated @Transactional(propagation=SUPPORTS, readOnly=true) String[] getSupportedParameters(long classNameId, String configuration)
@Deprecated @Transactional(propagation=SUPPORTS, readOnly=true) String[] getSupportedParameters(String className, String configuration)
@Transactional(propagation=SUPPORTS, readOnly=true) UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException
PortalException
void updateRepository(long repositoryId, String name, String description) throws PortalException
PortalException