Interface ObjectEntryFolderService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
ObjectEntryFolderServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface ObjectEntryFolderService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for ObjectEntryFolder. 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 Details

    • addObjectEntryFolder

      ObjectEntryFolder addObjectEntryFolder(String externalReferenceCode, long groupId, long parentObjectEntryFolderId, Map<Locale,String> labelMap, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntryFolder

      ObjectEntryFolder deleteObjectEntryFolder(long objectEntryFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntryFolderByExternalReferenceCode

      ObjectEntryFolder deleteObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchObjectEntryFolderByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntryFolder fetchObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolder

      @Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntryFolder getObjectEntryFolder(long objectEntryFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolderByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) ObjectEntryFolder getObjectEntryFolderByExternalReferenceCode(String externalReferenceCode, long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFolders

      @Transactional(propagation=SUPPORTS, readOnly=true) List<ObjectEntryFolder> getObjectEntryFolders(long groupId, long companyId, long parentObjectEntryFolderId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntryFoldersCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getObjectEntryFoldersCount(long groupId, long companyId, long parentObjectEntryFolderId) 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
    • updateObjectEntryFolder

      ObjectEntryFolder updateObjectEntryFolder(long objectEntryFolderId, long parentObjectEntryFolderId, Map<Locale,String> labelMap, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException