@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface CMISRepositoryLocalService extends BaseLocalService
CMISRepositoryLocalServiceUtil,
CMISRepositoryLocalServiceBaseImpl,
com.liferay.portal.service.impl.CMISRepositoryLocalServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.lang.Object |
getSession(long repositoryId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
FileEntry |
toFileEntry(long repositoryId,
java.lang.Object object) |
FileVersion |
toFileVersion(long repositoryId,
java.lang.Object object) |
Folder |
toFolder(long repositoryId,
java.lang.Object object) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.Object getSession(long repositoryId) throws PortalException, SystemException
PortalExceptionSystemExceptionFileEntry toFileEntry(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemExceptionFileVersion toFileVersion(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemExceptionFolder toFolder(long repositoryId, java.lang.Object object) throws PortalException, SystemException
PortalExceptionSystemException