Package com.liferay.object.service
Interface ObjectFolderService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
ObjectFolderServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ObjectFolderService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for ObjectFolder. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiondeleteObjectFolder
(long objectFolderId) getObjectFolder
(long objectFolderId) getObjectFolderByExternalReferenceCode
(String externalReferenceCode, long companyId) Returns the OSGi service identifier.updateObjectFolder
(String externalReferenceCode, long objectFolderId, Map<Locale, String> labelMap)
-
Method Details
-
addObjectFolder
ObjectFolder addObjectFolder(String externalReferenceCode, Map<Locale, String> labelMap, String name) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectFolder
ObjectFolder deleteObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectFolder
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectFolder getObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectFolderByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) ObjectFolder getObjectFolderByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateObjectFolder
ObjectFolder updateObjectFolder(String externalReferenceCode, long objectFolderId, Map<Locale, String> labelMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-