public class ObjectFieldSettingServiceUtil
extends java.lang.Object
com.liferay.object.service.impl.ObjectFieldSettingServiceImpl
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.ObjectFieldSettingService
Constructor and Description |
---|
ObjectFieldSettingServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ObjectFieldSetting |
addObjectFieldSetting(long objectFieldId,
java.lang.String name,
boolean required,
java.lang.String value) |
static ObjectFieldSetting |
deleteObjectFieldSetting(long objectFieldSettingId) |
static ObjectFieldSetting |
getObjectFieldSetting(long objectFieldSettingId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ObjectFieldSettingService |
getService() |
static ObjectFieldSetting |
updateObjectFieldSetting(long objectFieldSettingId,
java.lang.String value) |
public static ObjectFieldSetting addObjectFieldSetting(long objectFieldId, java.lang.String name, boolean required, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectFieldSetting deleteObjectFieldSetting(long objectFieldSettingId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectFieldSetting getObjectFieldSetting(long objectFieldSettingId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static ObjectFieldSetting updateObjectFieldSetting(long objectFieldSettingId, java.lang.String value) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static ObjectFieldSettingService getService()