public class FragmentEntryLinkServiceUtil
extends java.lang.Object
com.liferay.fragment.service.impl.FragmentEntryLinkServiceImpl
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.FragmentEntryLinkService
Constructor and Description |
---|
FragmentEntryLinkServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static FragmentEntryLink |
addFragmentEntryLink(java.lang.String externalReferenceCode,
long groupId,
long originalFragmentEntryLinkId,
long fragmentEntryId,
long segmentsExperienceId,
long plid,
java.lang.String css,
java.lang.String html,
java.lang.String js,
java.lang.String configuration,
java.lang.String editableValues,
java.lang.String namespace,
int position,
java.lang.String rendererKey,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntryLink |
deleteFragmentEntryLink(long fragmentEntryLinkId) |
static FragmentEntryLink |
deleteFragmentEntryLink(java.lang.String externalReferenceCode,
long groupId) |
static FragmentEntryLink |
getFragmentEntryLinkByExternalReferenceCode(java.lang.String externalReferenceCode,
long groupId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static FragmentEntryLinkService |
getService() |
static FragmentEntryLink |
updateDeleted(long fragmentEntryLinkId,
boolean deleted) |
static FragmentEntryLink |
updateFragmentEntryLink(long fragmentEntryLinkId,
java.lang.String editableValues) |
static FragmentEntryLink |
updateFragmentEntryLink(long fragmentEntryLinkId,
java.lang.String editableValues,
boolean updateClassedModel) |
public static FragmentEntryLink addFragmentEntryLink(java.lang.String externalReferenceCode, long groupId, long originalFragmentEntryLinkId, long fragmentEntryId, long segmentsExperienceId, long plid, java.lang.String css, java.lang.String html, java.lang.String js, java.lang.String configuration, java.lang.String editableValues, java.lang.String namespace, int position, java.lang.String rendererKey, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLink deleteFragmentEntryLink(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLink getFragmentEntryLinkByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static FragmentEntryLink updateDeleted(long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, java.lang.String editableValues) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, java.lang.String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryLinkService getService()