|
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.RepositoryServiceUtil
public class RepositoryServiceUtil
The utility for the repository remote service. This utility wraps RepositoryServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
RepositoryService
,
RepositoryServiceBaseImpl
,
RepositoryServiceImpl
Constructor Summary | |
---|---|
RepositoryServiceUtil()
|
Method Summary | |
---|---|
static long |
addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static void |
checkRepository(long repositoryId)
|
static void |
deleteRepository(long repositoryId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static LocalRepository |
getLocalRepositoryImpl(long repositoryId)
|
static LocalRepository |
getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static Repository |
getRepository(long repositoryId)
|
static Repository |
getRepositoryImpl(long repositoryId)
|
static Repository |
getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static RepositoryService |
getService()
|
static String[] |
getSupportedConfigurations(long classNameId)
|
static String[] |
getSupportedParameters(long classNameId,
String configuration)
|
static UnicodeProperties |
getTypeSettingsProperties(long repositoryId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(RepositoryService service)
Deprecated. |
static 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 RepositoryServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static long addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void checkRepository(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteRepository(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static LocalRepository getLocalRepositoryImpl(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static LocalRepository getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
PortalException
SystemException
public static Repository getRepository(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static Repository getRepositoryImpl(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static Repository getRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
PortalException
SystemException
public static String[] getSupportedConfigurations(long classNameId) throws SystemException
SystemException
public static String[] getSupportedParameters(long classNameId, String configuration) throws SystemException
SystemException
public static UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException, SystemException
PortalException
SystemException
public static void updateRepository(long repositoryId, String name, String description) throws PortalException, SystemException
PortalException
SystemException
public static RepositoryService getService()
public void setService(RepositoryService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |