Package com.liferay.fragment.service
Class FragmentEntryLinkServiceUtil
java.lang.Object
com.liferay.fragment.service.FragmentEntryLinkServiceUtil
Provides the remote service utility for FragmentEntryLink. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FragmentEntryLink
addFragmentEntryLink
(String externalReferenceCode, long groupId, long originalFragmentEntryLinkId, long fragmentEntryId, long segmentsExperienceId, long plid, String css, String html, String js, String configuration, String editableValues, String namespace, int position, String rendererKey, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) static FragmentEntryLink
deleteFragmentEntryLink
(long fragmentEntryLinkId) static FragmentEntryLink
deleteFragmentEntryLink
(String externalReferenceCode, long groupId) static FragmentEntryLink
getFragmentEntryLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) static String
Returns the OSGi service identifier.static FragmentEntryLinkService
static FragmentEntryLink
updateDeleted
(long fragmentEntryLinkId, boolean deleted) static FragmentEntryLink
updateFragmentEntryLink
(long fragmentEntryLinkId, String editableValues) static FragmentEntryLink
updateFragmentEntryLink
(long fragmentEntryLinkId, String editableValues, boolean updateClassedModel)
-
Constructor Details
-
FragmentEntryLinkServiceUtil
public FragmentEntryLinkServiceUtil()
-
-
Method Details
-
addFragmentEntryLink
public static FragmentEntryLink addFragmentEntryLink(String externalReferenceCode, long groupId, long originalFragmentEntryLinkId, long fragmentEntryId, long segmentsExperienceId, long plid, String css, String html, String js, String configuration, String editableValues, String namespace, int position, String rendererKey, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntryLink
public static FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntryLink
public static FragmentEntryLink deleteFragmentEntryLink(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentEntryLinkByExternalReferenceCode
public static FragmentEntryLink getFragmentEntryLinkByExternalReferenceCode(String externalReferenceCode, long groupId) 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
-
updateDeleted
public static FragmentEntryLink updateDeleted(long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntryLink
public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntryLink
public static FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-