public class FragmentEntryLinkLocalServiceWrapper extends java.lang.Object implements FragmentEntryLinkLocalService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryLinkLocalService>
FragmentEntryLinkLocalService.FragmentEntryLinkLocalService| Constructor and Description |
|---|
FragmentEntryLinkLocalServiceWrapper() |
FragmentEntryLinkLocalServiceWrapper(FragmentEntryLinkLocalService fragmentEntryLinkLocalService) |
| Modifier and Type | Method and Description |
|---|---|
FragmentEntryLink |
addFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
Adds the fragment entry link to the database.
|
FragmentEntryLink |
addFragmentEntryLink(long userId,
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) |
FragmentEntryLink |
createFragmentEntryLink(long fragmentEntryLinkId)
Creates a new fragment entry link with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
FragmentEntryLink |
deleteFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
Deletes the fragment entry link from the database.
|
FragmentEntryLink |
deleteFragmentEntryLink(long fragmentEntryLinkId)
Deletes the fragment entry link with the primary key from the database.
|
void |
deleteFragmentEntryLinks(long groupId) |
void |
deleteFragmentEntryLinks(long[] fragmentEntryLinkIds) |
void |
deleteFragmentEntryLinks(long groupId,
long plid,
boolean deleted) |
void |
deleteFragmentEntryLinksByFragmentEntryId(long fragmentEntryId) |
void |
deleteFragmentEntryLinksByFragmentEntryId(long fragmentEntryId,
boolean deleted) |
java.util.List<FragmentEntryLink> |
deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId,
long plid) |
java.util.List<FragmentEntryLink> |
deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId,
long[] segmentsExperienceIds,
long plid) |
java.util.List<FragmentEntryLink> |
deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId,
long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), replaced by
deleteLayoutPageTemplateEntryFragmentEntryLinks(long, long) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
FragmentEntryLink |
fetchFragmentEntryLink(long fragmentEntryLinkId) |
FragmentEntryLink |
fetchFragmentEntryLinkByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the fragment entry link matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<FragmentEntryLink> |
getAllFragmentEntryLinksByFragmentEntryId(long groupId,
long fragmentEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) |
int |
getAllFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId) |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
int |
getClassedModelFragmentEntryLinksCount(long groupId,
long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), replaced by
getFragmentEntryLinksCountByPlid(long, long) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
FragmentEntryLink |
getFragmentEntryLink(long fragmentEntryLinkId)
Returns the fragment entry link with the primary key.
|
FragmentEntryLink |
getFragmentEntryLink(long groupId,
long originalFragmentEntryLinkId,
long plid) |
FragmentEntryLink |
getFragmentEntryLinkByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the fragment entry link matching the UUID and group.
|
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(int start,
int end)
Returns a range of all the fragment entry links.
|
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(long groupId,
long classNameId,
long classPK)
Deprecated.
As of Athanasius (7.3.x), replaced by
getFragmentEntryLinksByPlid(long, long) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(long companyId,
java.lang.String rendererKey) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(long companyId,
java.lang.String[] rendererKeys) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinks(java.lang.String rendererKey) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksByFragmentEntryId(long fragmentEntryId) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksByFragmentEntryId(long fragmentEntryId,
boolean deleted) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksByPlid(long groupId,
long plid) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksBySegmentsExperienceId(long groupId,
long[] segmentsExperienceIds,
long plid) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksBySegmentsExperienceId(long groupId,
long[] segmentsExperienceIds,
long plid,
boolean deleted) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksBySegmentsExperienceId(long groupId,
long segmentsExperienceId,
long plid) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksBySegmentsExperienceId(long groupId,
long segmentsExperienceId,
long plid,
boolean deleted) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksBySegmentsExperienceId(long groupId,
long segmentsExperienceId,
long plid,
java.lang.String rendererKey) |
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the fragment entry links matching the UUID and company.
|
java.util.List<FragmentEntryLink> |
getFragmentEntryLinksByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
Returns a range of fragment entry links matching the UUID and company.
|
int |
getFragmentEntryLinksCount()
Returns the number of fragment entry links.
|
int |
getFragmentEntryLinksCountByFragmentEntryId(long fragmentEntryId) |
int |
getFragmentEntryLinksCountByFragmentEntryId(long fragmentEntryId,
boolean deleted) |
int |
getFragmentEntryLinksCountByPlid(long groupId,
long plid) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<FragmentEntryLink> |
getLayoutFragmentEntryLinksByFragmentEntryId(long groupId,
long fragmentEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) |
int |
getLayoutFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId) |
java.util.List<FragmentEntryLink> |
getLayoutPageTemplateFragmentEntryLinksByFragmentEntryId(long groupId,
long fragmentEntryId,
int layoutPageTemplateType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator) |
int |
getLayoutPageTemplateFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId,
int layoutPageTemplateType) |
java.lang.Class<FragmentEntryLink> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
FragmentEntryLinkLocalService |
getWrappedService() |
void |
setWrappedService(FragmentEntryLinkLocalService fragmentEntryLinkLocalService) |
void |
updateClassedModel(long plid) |
FragmentEntryLink |
updateDeleted(long fragmentEntryLinkId,
boolean deleted) |
FragmentEntryLink |
updateFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
Updates the fragment entry link in the database or adds it if it does not yet exist.
|
FragmentEntryLink |
updateFragmentEntryLink(long fragmentEntryLinkId,
int position) |
FragmentEntryLink |
updateFragmentEntryLink(long userId,
long fragmentEntryLinkId,
long originalFragmentEntryLinkId,
long fragmentEntryId,
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,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntryLink |
updateFragmentEntryLink(long fragmentEntryLinkId,
java.lang.String editableValues) |
FragmentEntryLink |
updateFragmentEntryLink(long fragmentEntryLinkId,
java.lang.String editableValues,
boolean updateClassedModel) |
void |
updateLatestChanges(FragmentEntry fragmentEntry,
FragmentEntryLink fragmentEntryLink) |
void |
updateLatestChanges(long fragmentEntryLinkId) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink>,R,E> updateUnsafeFunction) |
public FragmentEntryLinkLocalServiceWrapper()
public FragmentEntryLinkLocalServiceWrapper(FragmentEntryLinkLocalService fragmentEntryLinkLocalService)
public FragmentEntryLink addFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
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.
addFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLink - the fragment entry linkpublic FragmentEntryLink addFragmentEntryLink(long userId, 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
addFragmentEntryLink in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntryLink createFragmentEntryLink(long fragmentEntryLinkId)
createFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLinkId - the primary key for the new fragment entry linkpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface FragmentEntryLinkLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic FragmentEntryLink deleteFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
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.
deleteFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLink - the fragment entry linkpublic FragmentEntryLink deleteFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException
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.
deleteFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLinkId - the primary key of the fragment entry linkPortalException - if a fragment entry link with the primary key could not be foundpublic void deleteFragmentEntryLinks(long groupId)
deleteFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic void deleteFragmentEntryLinks(long groupId,
long plid,
boolean deleted)
deleteFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic void deleteFragmentEntryLinks(long[] fragmentEntryLinkIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntryLinks in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFragmentEntryLinksByFragmentEntryId(long fragmentEntryId)
deleteFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic void deleteFragmentEntryLinksByFragmentEntryId(long fragmentEntryId,
boolean deleted)
deleteFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId, long plid)
deleteLayoutPageTemplateEntryFragmentEntryLinks in interface FragmentEntryLinkLocalService@Deprecated public java.util.List<FragmentEntryLink> deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId, long classNameId, long classPK)
deleteLayoutPageTemplateEntryFragmentEntryLinks(long, long)deleteLayoutPageTemplateEntryFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> deleteLayoutPageTemplateEntryFragmentEntryLinks(long groupId, long[] segmentsExperienceIds, long plid)
deleteLayoutPageTemplateEntryFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface FragmentEntryLinkLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface FragmentEntryLinkLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface FragmentEntryLinkLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface FragmentEntryLinkLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface FragmentEntryLinkLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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.
dynamicQuery in interface FragmentEntryLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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.
dynamicQuery in interface FragmentEntryLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface FragmentEntryLinkLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface FragmentEntryLinkLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic FragmentEntryLink fetchFragmentEntryLink(long fragmentEntryLinkId)
fetchFragmentEntryLink in interface FragmentEntryLinkLocalServicepublic FragmentEntryLink fetchFragmentEntryLinkByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchFragmentEntryLinkByUuidAndGroupId in interface FragmentEntryLinkLocalServiceuuid - the fragment entry link's UUIDgroupId - the primary key of the groupnull if a matching fragment entry link could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getAllFragmentEntryLinksByFragmentEntryId(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
getAllFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic int getAllFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId)
getAllFragmentEntryLinksCountByFragmentEntryId in interface FragmentEntryLinkLocalService@Deprecated
public int getClassedModelFragmentEntryLinksCount(long groupId,
long classNameId,
long classPK)
getFragmentEntryLinksCountByPlid(long, long)getClassedModelFragmentEntryLinksCount in interface FragmentEntryLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface FragmentEntryLinkLocalServicepublic FragmentEntryLink getFragmentEntryLink(long fragmentEntryLinkId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLinkId - the primary key of the fragment entry linkPortalException - if a fragment entry link with the primary key could not be foundpublic FragmentEntryLink getFragmentEntryLink(long groupId, long originalFragmentEntryLinkId, long plid)
getFragmentEntryLink in interface FragmentEntryLinkLocalServicepublic FragmentEntryLink getFragmentEntryLinkByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentEntryLinkByUuidAndGroupId in interface FragmentEntryLinkLocalServiceuuid - the fragment entry link's UUIDgroupId - the primary key of the groupPortalException - if a matching fragment entry link could not be foundpublic java.util.List<FragmentEntryLink> getFragmentEntryLinks(int start, int end)
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.
getFragmentEntryLinks in interface FragmentEntryLinkLocalServicestart - the lower bound of the range of fragment entry linksend - the upper bound of the range of fragment entry links (not inclusive)public java.util.List<FragmentEntryLink> getFragmentEntryLinks(int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
getFragmentEntryLinks in interface FragmentEntryLinkLocalService@Deprecated public java.util.List<FragmentEntryLink> getFragmentEntryLinks(long groupId, long classNameId, long classPK)
getFragmentEntryLinksByPlid(long, long)getFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinks(long companyId, java.lang.String rendererKey)
getFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinks(long companyId, java.lang.String[] rendererKeys)
getFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinks(java.lang.String rendererKey)
getFragmentEntryLinks in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksByFragmentEntryId(long fragmentEntryId)
getFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksByFragmentEntryId(long fragmentEntryId, boolean deleted)
getFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksByPlid(long groupId, long plid)
getFragmentEntryLinksByPlid in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksBySegmentsExperienceId(long groupId, long segmentsExperienceId, long plid)
getFragmentEntryLinksBySegmentsExperienceId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksBySegmentsExperienceId(long groupId, long segmentsExperienceId, long plid, boolean deleted)
getFragmentEntryLinksBySegmentsExperienceId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksBySegmentsExperienceId(long groupId, long segmentsExperienceId, long plid, java.lang.String rendererKey)
getFragmentEntryLinksBySegmentsExperienceId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksBySegmentsExperienceId(long groupId, long[] segmentsExperienceIds, long plid)
getFragmentEntryLinksBySegmentsExperienceId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksBySegmentsExperienceId(long groupId, long[] segmentsExperienceIds, long plid, boolean deleted)
getFragmentEntryLinksBySegmentsExperienceId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getFragmentEntryLinksByUuidAndCompanyId(java.lang.String uuid, long companyId)
getFragmentEntryLinksByUuidAndCompanyId in interface FragmentEntryLinkLocalServiceuuid - the UUID of the fragment entry linkscompanyId - the primary key of the companypublic java.util.List<FragmentEntryLink> getFragmentEntryLinksByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
getFragmentEntryLinksByUuidAndCompanyId in interface FragmentEntryLinkLocalServiceuuid - the UUID of the fragment entry linkscompanyId - the primary key of the companystart - the lower bound of the range of fragment entry linksend - the upper bound of the range of fragment entry links (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getFragmentEntryLinksCount()
getFragmentEntryLinksCount in interface FragmentEntryLinkLocalServicepublic int getFragmentEntryLinksCountByFragmentEntryId(long fragmentEntryId)
getFragmentEntryLinksCountByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic int getFragmentEntryLinksCountByFragmentEntryId(long fragmentEntryId,
boolean deleted)
getFragmentEntryLinksCountByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic int getFragmentEntryLinksCountByPlid(long groupId,
long plid)
getFragmentEntryLinksCountByPlid in interface FragmentEntryLinkLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getLayoutFragmentEntryLinksByFragmentEntryId(long groupId, long fragmentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
getLayoutFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic int getLayoutFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId)
getLayoutFragmentEntryLinksCountByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic java.util.List<FragmentEntryLink> getLayoutPageTemplateFragmentEntryLinksByFragmentEntryId(long groupId, long fragmentEntryId, int layoutPageTemplateType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntryLink> orderByComparator)
getLayoutPageTemplateFragmentEntryLinksByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic int getLayoutPageTemplateFragmentEntryLinksCountByFragmentEntryId(long groupId,
long fragmentEntryId,
int layoutPageTemplateType)
getLayoutPageTemplateFragmentEntryLinksCountByFragmentEntryId in interface FragmentEntryLinkLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FragmentEntryLinkLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface FragmentEntryLinkLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void updateClassedModel(long plid)
updateClassedModel in interface FragmentEntryLinkLocalServicepublic FragmentEntryLink updateDeleted(long fragmentEntryLinkId, boolean deleted) throws com.liferay.portal.kernel.exception.PortalException
updateDeleted in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntryLink updateFragmentEntryLink(FragmentEntryLink fragmentEntryLink)
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.
updateFragmentEntryLink in interface FragmentEntryLinkLocalServicefragmentEntryLink - the fragment entry linkpublic FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, int position) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntryLink in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntryLink updateFragmentEntryLink(long userId, long fragmentEntryLinkId, long originalFragmentEntryLinkId, long fragmentEntryId, 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, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntryLink in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, java.lang.String editableValues) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntryLink in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntryLink updateFragmentEntryLink(long fragmentEntryLinkId, java.lang.String editableValues, boolean updateClassedModel) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntryLink in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateLatestChanges(FragmentEntry fragmentEntry, FragmentEntryLink fragmentEntryLink) throws com.liferay.portal.kernel.exception.PortalException
updateLatestChanges in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void updateLatestChanges(long fragmentEntryLinkId)
throws com.liferay.portal.kernel.exception.PortalException
updateLatestChanges in interface FragmentEntryLinkLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink> getCTPersistence()
getCTPersistence in interface FragmentEntryLinkLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentEntryLink>public java.lang.Class<FragmentEntryLink> getModelClass()
getModelClass in interface FragmentEntryLinkLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentEntryLink>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentEntryLink>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface FragmentEntryLinkLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentEntryLink>E extends java.lang.Throwablepublic FragmentEntryLinkLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryLinkLocalService>public void setWrappedService(FragmentEntryLinkLocalService fragmentEntryLinkLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryLinkLocalService>