All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.fragment.service.FragmentEntryLinkLocalServiceWrapper Maven / Gradle / Ivy

There is a newer version: 50.0.0
Show newest version
/**
 * SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */

package com.liferay.fragment.service;

import com.liferay.fragment.model.FragmentEntryLink;
import com.liferay.petra.function.UnsafeFunction;
import com.liferay.portal.kernel.service.ServiceWrapper;
import com.liferay.portal.kernel.service.persistence.BasePersistence;
import com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence;

/**
 * Provides a wrapper for {@link FragmentEntryLinkLocalService}.
 *
 * @author Brian Wing Shun Chan
 * @see FragmentEntryLinkLocalService
 * @generated
 */
public class FragmentEntryLinkLocalServiceWrapper
	implements FragmentEntryLinkLocalService,
			   ServiceWrapper {

	public FragmentEntryLinkLocalServiceWrapper() {
		this(null);
	}

	public FragmentEntryLinkLocalServiceWrapper(
		FragmentEntryLinkLocalService fragmentEntryLinkLocalService) {

		_fragmentEntryLinkLocalService = fragmentEntryLinkLocalService;
	}

	/**
	 * Adds the fragment entry link to the database. Also notifies the appropriate model listeners.
	 *
	 * 

* Important: Inspect FragmentEntryLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there. *

* * @param fragmentEntryLink the fragment entry link * @return the fragment entry link that was added */ @Override public FragmentEntryLink addFragmentEntryLink( FragmentEntryLink fragmentEntryLink) { return _fragmentEntryLinkLocalService.addFragmentEntryLink( fragmentEntryLink); } @Override public FragmentEntryLink addFragmentEntryLink( String externalReferenceCode, long userId, 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 { return _fragmentEntryLinkLocalService.addFragmentEntryLink( externalReferenceCode, userId, groupId, originalFragmentEntryLinkId, fragmentEntryId, segmentsExperienceId, plid, css, html, js, configuration, editableValues, namespace, position, rendererKey, type, serviceContext); } /** * Creates a new fragment entry link with the primary key. Does not add the fragment entry link to the database. * * @param fragmentEntryLinkId the primary key for the new fragment entry link * @return the new fragment entry link */ @Override public FragmentEntryLink createFragmentEntryLink(long fragmentEntryLinkId) { return _fragmentEntryLinkLocalService.createFragmentEntryLink( fragmentEntryLinkId); } /** * @throws PortalException */ @Override public com.liferay.portal.kernel.model.PersistedModel createPersistedModel( java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.createPersistedModel( primaryKeyObj); } /** * Deletes the fragment entry link from the database. Also notifies the appropriate model listeners. * *

* Important: Inspect FragmentEntryLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there. *

* * @param fragmentEntryLink the fragment entry link * @return the fragment entry link that was removed */ @Override public FragmentEntryLink deleteFragmentEntryLink( FragmentEntryLink fragmentEntryLink) { return _fragmentEntryLinkLocalService.deleteFragmentEntryLink( fragmentEntryLink); } /** * Deletes the fragment entry link with the primary key from the database. Also notifies the appropriate model listeners. * *

* Important: Inspect FragmentEntryLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there. *

* * @param fragmentEntryLinkId the primary key of the fragment entry link * @return the fragment entry link that was removed * @throws PortalException if a fragment entry link with the primary key could not be found */ @Override public FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.deleteFragmentEntryLink( fragmentEntryLinkId); } @Override public FragmentEntryLink deleteFragmentEntryLink( String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.deleteFragmentEntryLink( externalReferenceCode, groupId); } @Override public void deleteFragmentEntryLinks(long groupId) { _fragmentEntryLinkLocalService.deleteFragmentEntryLinks(groupId); } @Override public void deleteFragmentEntryLinks( long groupId, long plid, boolean deleted) { _fragmentEntryLinkLocalService.deleteFragmentEntryLinks( groupId, plid, deleted); } @Override public void deleteFragmentEntryLinks(long[] fragmentEntryLinkIds) throws com.liferay.portal.kernel.exception.PortalException { _fragmentEntryLinkLocalService.deleteFragmentEntryLinks( fragmentEntryLinkIds); } @Override public void deleteFragmentEntryLinksByFragmentEntryId( long fragmentEntryId) { _fragmentEntryLinkLocalService. deleteFragmentEntryLinksByFragmentEntryId(fragmentEntryId); } @Override public void deleteFragmentEntryLinksByFragmentEntryId( long fragmentEntryId, boolean deleted) { _fragmentEntryLinkLocalService. deleteFragmentEntryLinksByFragmentEntryId(fragmentEntryId, deleted); } @Override public java.util.List deleteLayoutPageTemplateEntryFragmentEntryLinks( long groupId, long plid) { return _fragmentEntryLinkLocalService. deleteLayoutPageTemplateEntryFragmentEntryLinks(groupId, plid); } /** * @deprecated As of Athanasius (7.3.x), replaced by {@link #deleteLayoutPageTemplateEntryFragmentEntryLinks(long, long)} */ @Deprecated @Override public java.util.List deleteLayoutPageTemplateEntryFragmentEntryLinks( long groupId, long classNameId, long classPK) { return _fragmentEntryLinkLocalService. deleteLayoutPageTemplateEntryFragmentEntryLinks( groupId, classNameId, classPK); } @Override public java.util.List deleteLayoutPageTemplateEntryFragmentEntryLinks( long groupId, long[] segmentsExperienceIds, long plid) { return _fragmentEntryLinkLocalService. deleteLayoutPageTemplateEntryFragmentEntryLinks( groupId, segmentsExperienceIds, plid); } /** * @throws PortalException */ @Override public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel( com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.deletePersistedModel( persistedModel); } @Override public T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) { return _fragmentEntryLinkLocalService.dslQuery(dslQuery); } @Override public int dslQueryCount( com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) { return _fragmentEntryLinkLocalService.dslQueryCount(dslQuery); } @Override public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() { return _fragmentEntryLinkLocalService.dynamicQuery(); } /** * Performs a dynamic query on the database and returns the matching rows. * * @param dynamicQuery the dynamic query * @return the matching rows */ @Override public java.util.List dynamicQuery( com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) { return _fragmentEntryLinkLocalService.dynamicQuery(dynamicQuery); } /** * Performs a dynamic query on the database and returns a range of the matching rows. * *

* Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryLinkModelImpl. *

* * @param dynamicQuery the dynamic query * @param start the lower bound of the range of model instances * @param end the upper bound of the range of model instances (not inclusive) * @return the range of matching rows */ @Override public java.util.List dynamicQuery( com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) { return _fragmentEntryLinkLocalService.dynamicQuery( dynamicQuery, start, end); } /** * Performs a dynamic query on the database and returns an ordered range of the matching rows. * *

* Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryLinkModelImpl. *

* * @param dynamicQuery the dynamic query * @param start the lower bound of the range of model instances * @param end the upper bound of the range of model instances (not inclusive) * @param orderByComparator the comparator to order the results by (optionally null) * @return the ordered range of matching rows */ @Override public java.util.List dynamicQuery( com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService.dynamicQuery( dynamicQuery, start, end, orderByComparator); } /** * Returns the number of rows matching the dynamic query. * * @param dynamicQuery the dynamic query * @return the number of rows matching the dynamic query */ @Override public long dynamicQueryCount( com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) { return _fragmentEntryLinkLocalService.dynamicQueryCount(dynamicQuery); } /** * Returns the number of rows matching the dynamic query. * * @param dynamicQuery the dynamic query * @param projection the projection to apply to the query * @return the number of rows matching the dynamic query */ @Override public long dynamicQueryCount( com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) { return _fragmentEntryLinkLocalService.dynamicQueryCount( dynamicQuery, projection); } @Override public FragmentEntryLink fetchFragmentEntryLink(long fragmentEntryLinkId) { return _fragmentEntryLinkLocalService.fetchFragmentEntryLink( fragmentEntryLinkId); } @Override public FragmentEntryLink fetchFragmentEntryLinkByExternalReferenceCode( String externalReferenceCode, long groupId) { return _fragmentEntryLinkLocalService. fetchFragmentEntryLinkByExternalReferenceCode( externalReferenceCode, groupId); } /** * Returns the fragment entry link matching the UUID and group. * * @param uuid the fragment entry link's UUID * @param groupId the primary key of the group * @return the matching fragment entry link, or null if a matching fragment entry link could not be found */ @Override public FragmentEntryLink fetchFragmentEntryLinkByUuidAndGroupId( String uuid, long groupId) { return _fragmentEntryLinkLocalService. fetchFragmentEntryLinkByUuidAndGroupId(uuid, groupId); } @Override public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() { return _fragmentEntryLinkLocalService.getActionableDynamicQuery(); } @Override public java.util.List getAllFragmentEntryLinksByFragmentEntryId( long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService. getAllFragmentEntryLinksByFragmentEntryId( groupId, fragmentEntryId, start, end, orderByComparator); } @Override public int getAllFragmentEntryLinksCountByFragmentEntryId( long groupId, long fragmentEntryId) { return _fragmentEntryLinkLocalService. getAllFragmentEntryLinksCountByFragmentEntryId( groupId, fragmentEntryId); } /** * @deprecated As of Athanasius (7.3.x), replaced by {@link #getFragmentEntryLinksCountByPlid(long, long)} */ @Deprecated @Override public int getClassedModelFragmentEntryLinksCount( long groupId, long classNameId, long classPK) { return _fragmentEntryLinkLocalService. getClassedModelFragmentEntryLinksCount( groupId, classNameId, classPK); } @Override public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery( com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) { return _fragmentEntryLinkLocalService.getExportActionableDynamicQuery( portletDataContext); } /** * Returns the fragment entry link with the primary key. * * @param fragmentEntryLinkId the primary key of the fragment entry link * @return the fragment entry link * @throws PortalException if a fragment entry link with the primary key could not be found */ @Override public FragmentEntryLink getFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.getFragmentEntryLink( fragmentEntryLinkId); } @Override public FragmentEntryLink getFragmentEntryLink( long groupId, long originalFragmentEntryLinkId, long plid) { return _fragmentEntryLinkLocalService.getFragmentEntryLink( groupId, originalFragmentEntryLinkId, plid); } @Override public FragmentEntryLink getFragmentEntryLinkByExternalReferenceCode( String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService. getFragmentEntryLinkByExternalReferenceCode( externalReferenceCode, groupId); } /** * Returns the fragment entry link matching the UUID and group. * * @param uuid the fragment entry link's UUID * @param groupId the primary key of the group * @return the matching fragment entry link * @throws PortalException if a matching fragment entry link could not be found */ @Override public FragmentEntryLink getFragmentEntryLinkByUuidAndGroupId( String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService. getFragmentEntryLinkByUuidAndGroupId(uuid, groupId); } /** * Returns a range of all the fragment entry links. * *

* Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryLinkModelImpl. *

* * @param start the lower bound of the range of fragment entry links * @param end the upper bound of the range of fragment entry links (not inclusive) * @return the range of fragment entry links */ @Override public java.util.List getFragmentEntryLinks( int start, int end) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks(start, end); } @Override public java.util.List getFragmentEntryLinks( int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks( type, start, end, orderByComparator); } /** * @deprecated As of Athanasius (7.3.x), replaced by {@link #getFragmentEntryLinksByPlid(long, long)} */ @Deprecated @Override public java.util.List getFragmentEntryLinks( long groupId, long classNameId, long classPK) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks( groupId, classNameId, classPK); } @Override public java.util.List getFragmentEntryLinks( long companyId, String rendererKey) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks( companyId, rendererKey); } @Override public java.util.List getFragmentEntryLinks( long companyId, String[] rendererKeys) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks( companyId, rendererKeys); } @Override public java.util.List getFragmentEntryLinks( String rendererKey) { return _fragmentEntryLinkLocalService.getFragmentEntryLinks( rendererKey); } @Override public java.util.List getFragmentEntryLinksByFragmentEntryId(long fragmentEntryId) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksByFragmentEntryId(fragmentEntryId); } @Override public java.util.List getFragmentEntryLinksByFragmentEntryId( long fragmentEntryId, boolean deleted) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksByFragmentEntryId(fragmentEntryId, deleted); } @Override public java.util.List getFragmentEntryLinksByPlid( long groupId, long plid) { return _fragmentEntryLinkLocalService.getFragmentEntryLinksByPlid( groupId, plid); } @Override public java.util.List getFragmentEntryLinksBySegmentsExperienceId( long groupId, long segmentsExperienceId, long plid) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksBySegmentsExperienceId( groupId, segmentsExperienceId, plid); } @Override public java.util.List getFragmentEntryLinksBySegmentsExperienceId( long groupId, long segmentsExperienceId, long plid, boolean deleted) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksBySegmentsExperienceId( groupId, segmentsExperienceId, plid, deleted); } @Override public java.util.List getFragmentEntryLinksBySegmentsExperienceId( long groupId, long segmentsExperienceId, long plid, String rendererKey) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksBySegmentsExperienceId( groupId, segmentsExperienceId, plid, rendererKey); } @Override public java.util.List getFragmentEntryLinksBySegmentsExperienceId( long groupId, long[] segmentsExperienceIds, long plid) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksBySegmentsExperienceId( groupId, segmentsExperienceIds, plid); } @Override public java.util.List getFragmentEntryLinksBySegmentsExperienceId( long groupId, long[] segmentsExperienceIds, long plid, boolean deleted) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksBySegmentsExperienceId( groupId, segmentsExperienceIds, plid, deleted); } /** * Returns all the fragment entry links matching the UUID and company. * * @param uuid the UUID of the fragment entry links * @param companyId the primary key of the company * @return the matching fragment entry links, or an empty list if no matches were found */ @Override public java.util.List getFragmentEntryLinksByUuidAndCompanyId(String uuid, long companyId) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksByUuidAndCompanyId(uuid, companyId); } /** * Returns a range of fragment entry links matching the UUID and company. * * @param uuid the UUID of the fragment entry links * @param companyId the primary key of the company * @param start the lower bound of the range of fragment entry links * @param end the upper bound of the range of fragment entry links (not inclusive) * @param orderByComparator the comparator to order the results by (optionally null) * @return the range of matching fragment entry links, or an empty list if no matches were found */ @Override public java.util.List getFragmentEntryLinksByUuidAndCompanyId( String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksByUuidAndCompanyId( uuid, companyId, start, end, orderByComparator); } /** * Returns the number of fragment entry links. * * @return the number of fragment entry links */ @Override public int getFragmentEntryLinksCount() { return _fragmentEntryLinkLocalService.getFragmentEntryLinksCount(); } @Override public int getFragmentEntryLinksCountByFragmentEntryId( long fragmentEntryId) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksCountByFragmentEntryId(fragmentEntryId); } @Override public int getFragmentEntryLinksCountByFragmentEntryId( long fragmentEntryId, boolean deleted) { return _fragmentEntryLinkLocalService. getFragmentEntryLinksCountByFragmentEntryId( fragmentEntryId, deleted); } @Override public int getFragmentEntryLinksCountByPlid(long groupId, long plid) { return _fragmentEntryLinkLocalService.getFragmentEntryLinksCountByPlid( groupId, plid); } @Override public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery() { return _fragmentEntryLinkLocalService. getIndexableActionableDynamicQuery(); } @Override public java.util.List getLayoutFragmentEntryLinksByFragmentEntryId( long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService. getLayoutFragmentEntryLinksByFragmentEntryId( groupId, fragmentEntryId, start, end, orderByComparator); } @Override public int getLayoutFragmentEntryLinksCountByFragmentEntryId( long groupId, long fragmentEntryId) { return _fragmentEntryLinkLocalService. getLayoutFragmentEntryLinksCountByFragmentEntryId( groupId, fragmentEntryId); } @Override public java.util.List getLayoutPageTemplateFragmentEntryLinksByFragmentEntryId( long groupId, long fragmentEntryId, int layoutPageTemplateType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) { return _fragmentEntryLinkLocalService. getLayoutPageTemplateFragmentEntryLinksByFragmentEntryId( groupId, fragmentEntryId, layoutPageTemplateType, start, end, orderByComparator); } @Override public int getLayoutPageTemplateFragmentEntryLinksCountByFragmentEntryId( long groupId, long fragmentEntryId, int layoutPageTemplateType) { return _fragmentEntryLinkLocalService. getLayoutPageTemplateFragmentEntryLinksCountByFragmentEntryId( groupId, fragmentEntryId, layoutPageTemplateType); } /** * Returns the OSGi service identifier. * * @return the OSGi service identifier */ @Override public String getOSGiServiceIdentifier() { return _fragmentEntryLinkLocalService.getOSGiServiceIdentifier(); } /** * @throws PortalException */ @Override public com.liferay.portal.kernel.model.PersistedModel getPersistedModel( java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.getPersistedModel(primaryKeyObj); } @Override public void updateClassedModel(long plid) { _fragmentEntryLinkLocalService.updateClassedModel(plid); } @Override public FragmentEntryLink updateDeleted( long userId, long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.updateDeleted( userId, fragmentEntryLinkId, deleted); } /** * Updates the fragment entry link in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. * *

* Important: Inspect FragmentEntryLinkLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there. *

* * @param fragmentEntryLink the fragment entry link * @return the fragment entry link that was updated */ @Override public FragmentEntryLink updateFragmentEntryLink( FragmentEntryLink fragmentEntryLink) { return _fragmentEntryLinkLocalService.updateFragmentEntryLink( fragmentEntryLink); } @Override public FragmentEntryLink updateFragmentEntryLink( long userId, long fragmentEntryLinkId, int position) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.updateFragmentEntryLink( userId, fragmentEntryLinkId, position); } @Override public FragmentEntryLink updateFragmentEntryLink( long userId, long fragmentEntryLinkId, long originalFragmentEntryLinkId, long fragmentEntryId, long plid, String css, String html, String js, String configuration, String editableValues, String namespace, int position, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.updateFragmentEntryLink( userId, fragmentEntryLinkId, originalFragmentEntryLinkId, fragmentEntryId, plid, css, html, js, configuration, editableValues, namespace, position, type, serviceContext); } @Override public FragmentEntryLink updateFragmentEntryLink( long userId, long fragmentEntryLinkId, String editableValues) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.updateFragmentEntryLink( userId, fragmentEntryLinkId, editableValues); } @Override public FragmentEntryLink updateFragmentEntryLink( long userId, long fragmentEntryLinkId, String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException { return _fragmentEntryLinkLocalService.updateFragmentEntryLink( userId, fragmentEntryLinkId, editableValues, updateClassedModel); } @Override public void updateLatestChanges( com.liferay.fragment.model.FragmentEntry fragmentEntry, FragmentEntryLink fragmentEntryLink) throws com.liferay.portal.kernel.exception.PortalException { _fragmentEntryLinkLocalService.updateLatestChanges( fragmentEntry, fragmentEntryLink); } @Override public void updateLatestChanges(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException { _fragmentEntryLinkLocalService.updateLatestChanges(fragmentEntryLinkId); } @Override public BasePersistence getBasePersistence() { return _fragmentEntryLinkLocalService.getBasePersistence(); } @Override public CTPersistence getCTPersistence() { return _fragmentEntryLinkLocalService.getCTPersistence(); } @Override public Class getModelClass() { return _fragmentEntryLinkLocalService.getModelClass(); } @Override public R updateWithUnsafeFunction( UnsafeFunction, R, E> updateUnsafeFunction) throws E { return _fragmentEntryLinkLocalService.updateWithUnsafeFunction( updateUnsafeFunction); } @Override public FragmentEntryLinkLocalService getWrappedService() { return _fragmentEntryLinkLocalService; } @Override public void setWrappedService( FragmentEntryLinkLocalService fragmentEntryLinkLocalService) { _fragmentEntryLinkLocalService = fragmentEntryLinkLocalService; } private FragmentEntryLinkLocalService _fragmentEntryLinkLocalService; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy