public class ObjectViewServiceUtil
extends java.lang.Object
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.ObjectViewService
Constructor and Description |
---|
ObjectViewServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ObjectView |
addObjectView(long objectDefinitionId,
boolean defaultObjectView,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.List<ObjectViewColumn> objectViewColumns) |
static ObjectView |
deleteObjectView(long objectViewId) |
static ObjectView |
getObjectView(long objectViewId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ObjectViewService |
getService() |
static ObjectView |
updateObjectView(long objectViewId,
boolean defaultObjectView,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.List<ObjectViewColumn> objectViewColumns) |
public static ObjectView addObjectView(long objectDefinitionId, boolean defaultObjectView, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.List<ObjectViewColumn> objectViewColumns) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectView deleteObjectView(long objectViewId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectView getObjectView(long objectViewId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ObjectView updateObjectView(long objectViewId, boolean defaultObjectView, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.List<ObjectViewColumn> objectViewColumns) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectViewService getService()