Package com.liferay.object.service
Class ObjectFolderServiceUtil
java.lang.Object
com.liferay.object.service.ObjectFolderServiceUtil
Provides the remote service utility for ObjectFolder. This utility wraps
com.liferay.object.service.impl.ObjectFolderServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectFolder
static ObjectFolder
deleteObjectFolder
(long objectFolderId) static ObjectFolder
getObjectFolder
(long objectFolderId) static ObjectFolder
getObjectFolderByExternalReferenceCode
(String externalReferenceCode, long companyId) static String
Returns the OSGi service identifier.static ObjectFolderService
static ObjectFolder
updateObjectFolder
(String externalReferenceCode, long objectFolderId, Map<Locale, String> labelMap)
-
Constructor Details
-
ObjectFolderServiceUtil
public ObjectFolderServiceUtil()
-
-
Method Details
-
addObjectFolder
public static 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
public static ObjectFolder deleteObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectFolder
public static ObjectFolder getObjectFolder(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectFolderByExternalReferenceCode
public static ObjectFolder getObjectFolderByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateObjectFolder
public static ObjectFolder updateObjectFolder(String externalReferenceCode, long objectFolderId, Map<Locale, String> labelMap) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-