Package com.liferay.fragment.service
Interface FragmentEntryLinkService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
FragmentEntryLinkServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface FragmentEntryLinkService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for FragmentEntryLink. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddFragmentEntryLink
(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) deleteFragmentEntryLink
(long fragmentEntryLinkId) deleteFragmentEntryLink
(String externalReferenceCode, long groupId) getFragmentEntryLinkByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the OSGi service identifier.updateDeleted
(long fragmentEntryLinkId, boolean deleted) updateFragmentEntryLink
(long fragmentEntryLinkId, String editableValues) updateFragmentEntryLink
(long fragmentEntryLinkId, String editableValues, boolean updateClassedModel)
-
Method Details
-
addFragmentEntryLink
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
FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntryLink
FragmentEntryLink deleteFragmentEntryLink(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentEntryLinkByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntryLink getFragmentEntryLinkByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateDeleted
FragmentEntryLink updateDeleted(long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntryLink
FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntryLink
FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-