Class ObjectViewServiceUtil

java.lang.Object
com.liferay.object.service.ObjectViewServiceUtil

public class ObjectViewServiceUtil extends Object
Provides the remote service utility for ObjectView. This utility wraps com.liferay.object.service.impl.ObjectViewServiceImpl 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 Details

    • ObjectViewServiceUtil

      public ObjectViewServiceUtil()
  • Method Details

    • addObjectView

      public static ObjectView addObjectView(long objectDefinitionId, boolean defaultObjectView, Map<Locale,String> nameMap, List<ObjectViewColumn> objectViewColumns, List<ObjectViewFilterColumn> objectViewFilterColumns, List<ObjectViewSortColumn> objectViewSortColumns) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectView

      public static ObjectView deleteObjectView(long objectViewId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectView

      public static ObjectView getObjectView(long objectViewId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateObjectView

      public static ObjectView updateObjectView(long objectViewId, boolean defaultObjectView, Map<Locale,String> nameMap, List<ObjectViewColumn> objectViewColumns, List<ObjectViewFilterColumn> objectViewFilterColumns, List<ObjectViewSortColumn> objectViewSortColumns) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static ObjectViewService getService()