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 ObjectFolderstatic ObjectFolderdeleteObjectFolder(long objectFolderId) static ObjectFoldergetObjectFolder(long objectFolderId) static ObjectFoldergetObjectFolderByExternalReferenceCode(String externalReferenceCode, long companyId) static StringReturns the OSGi service identifier.static ObjectFolderServicestatic ObjectFolderupdateObjectFolder(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
-