public class LayoutUtilityPageEntryLocalServiceWrapper extends java.lang.Object implements LayoutUtilityPageEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryLocalService>
LayoutUtilityPageEntryLocalService.LayoutUtilityPageEntryLocalService| Constructor and Description |
|---|
LayoutUtilityPageEntryLocalServiceWrapper() |
LayoutUtilityPageEntryLocalServiceWrapper(LayoutUtilityPageEntryLocalService layoutUtilityPageEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutUtilityPageEntry |
addLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry)
Adds the layout utility page entry to the database.
|
LayoutUtilityPageEntry |
addLayoutUtilityPageEntry(java.lang.String externalReferenceCode,
long userId,
long groupId,
long plid,
long previewFileEntryId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String name,
java.lang.String type,
long masterLayoutPlid,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutUtilityPageEntry |
copyLayoutUtilityPageEntry(long userId,
long groupId,
long sourceLayoutUtilityPageEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutUtilityPageEntry |
createLayoutUtilityPageEntry(long LayoutUtilityPageEntryId)
Creates a new layout utility page entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry)
Deletes the layout utility page entry from the database.
|
LayoutUtilityPageEntry |
deleteLayoutUtilityPageEntry(long LayoutUtilityPageEntryId)
Deletes the layout utility page entry with the primary key from the database.
|
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.
|
LayoutUtilityPageEntry |
fetchDefaultLayoutUtilityPageEntry(long groupId,
java.lang.String type) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntry(long LayoutUtilityPageEntryId) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntry(long groupId,
java.lang.String name,
java.lang.String type) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long groupId) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntryByPlid(long plid) |
LayoutUtilityPageEntry |
fetchLayoutUtilityPageEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout utility page entry matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry> |
getCTPersistence() |
LayoutUtilityPageEntry |
getDefaultLayoutUtilityPageEntry(long groupId,
java.lang.String type) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(int start,
int end)
Returns a range of all the layout utility page entries.
|
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntries(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) |
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout utility page entries matching the UUID and company.
|
java.util.List<LayoutUtilityPageEntry> |
getLayoutUtilityPageEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns a range of layout utility page entries matching the UUID and company.
|
int |
getLayoutUtilityPageEntriesCount()
Returns the number of layout utility page entries.
|
int |
getLayoutUtilityPageEntriesCount(long groupId) |
LayoutUtilityPageEntry |
getLayoutUtilityPageEntry(long LayoutUtilityPageEntryId)
Returns the layout utility page entry with the primary key.
|
LayoutUtilityPageEntry |
getLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long groupId) |
LayoutUtilityPageEntry |
getLayoutUtilityPageEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout utility page entry matching the UUID and group.
|
java.lang.Class<LayoutUtilityPageEntry> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutUtilityPageEntryLocalService |
getWrappedService() |
LayoutUtilityPageEntry |
setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) |
void |
setWrappedService(LayoutUtilityPageEntryLocalService layoutUtilityPageEntryLocalService) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry)
Updates the layout utility page entry in the database or adds it if it does not yet exist.
|
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
long previewFileEntryId) |
LayoutUtilityPageEntry |
updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId,
java.lang.String name) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry>,R,E> updateUnsafeFunction) |
public LayoutUtilityPageEntryLocalServiceWrapper()
public LayoutUtilityPageEntryLocalServiceWrapper(LayoutUtilityPageEntryLocalService layoutUtilityPageEntryLocalService)
public LayoutUtilityPageEntry addLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry)
Important: Inspect LayoutUtilityPageEntryLocalServiceImpl 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.
addLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicelayoutUtilityPageEntry - the layout utility page entrypublic LayoutUtilityPageEntry addLayoutUtilityPageEntry(java.lang.String externalReferenceCode, long userId, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, java.lang.String name, java.lang.String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long userId, long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws java.lang.Exception
copyLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicejava.lang.Exceptionpublic LayoutUtilityPageEntry createLayoutUtilityPageEntry(long LayoutUtilityPageEntryId)
createLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServiceLayoutUtilityPageEntryId - the primary key for the new layout utility page entrypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface LayoutUtilityPageEntryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect LayoutUtilityPageEntryLocalServiceImpl 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.
deleteLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicelayoutUtilityPageEntry - the layout utility page entryPortalExceptionpublic LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long LayoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect LayoutUtilityPageEntryLocalServiceImpl 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.
deleteLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServiceLayoutUtilityPageEntryId - the primary key of the layout utility page entryPortalException - if a layout utility page entry with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface LayoutUtilityPageEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface LayoutUtilityPageEntryLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface LayoutUtilityPageEntryLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutUtilityPageEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutUtilityPageEntryLocalServicedynamicQuery - 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.layout.utility.page.model.impl.LayoutUtilityPageEntryModelImpl.
dynamicQuery in interface LayoutUtilityPageEntryLocalServicedynamicQuery - 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.layout.utility.page.model.impl.LayoutUtilityPageEntryModelImpl.
dynamicQuery in interface LayoutUtilityPageEntryLocalServicedynamicQuery - 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 LayoutUtilityPageEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface LayoutUtilityPageEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutUtilityPageEntry fetchDefaultLayoutUtilityPageEntry(long groupId, java.lang.String type)
fetchDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long LayoutUtilityPageEntryId)
fetchLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long groupId, java.lang.String name, java.lang.String type)
fetchLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId)
fetchLayoutUtilityPageEntryByExternalReferenceCode in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByPlid(long plid)
fetchLayoutUtilityPageEntryByPlid in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutUtilityPageEntryByUuidAndGroupId in interface LayoutUtilityPageEntryLocalServiceuuid - the layout utility page entry's UUIDgroupId - the primary key of the groupnull if a matching layout utility page entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
getDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutUtilityPageEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutUtilityPageEntryLocalServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(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.layout.utility.page.model.impl.LayoutUtilityPageEntryModelImpl.
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryLocalServicestart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)public java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryLocalServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryLocalServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntries in interface LayoutUtilityPageEntryLocalServicepublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getLayoutUtilityPageEntriesByUuidAndCompanyId in interface LayoutUtilityPageEntryLocalServiceuuid - the UUID of the layout utility page entriescompanyId - the primary key of the companypublic java.util.List<LayoutUtilityPageEntry> getLayoutUtilityPageEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
getLayoutUtilityPageEntriesByUuidAndCompanyId in interface LayoutUtilityPageEntryLocalServiceuuid - the UUID of the layout utility page entriescompanyId - the primary key of the companystart - the lower bound of the range of layout utility page entriesend - the upper bound of the range of layout utility page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getLayoutUtilityPageEntriesCount()
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryLocalServicepublic int getLayoutUtilityPageEntriesCount(long groupId)
getLayoutUtilityPageEntriesCount in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry getLayoutUtilityPageEntry(long LayoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServiceLayoutUtilityPageEntryId - the primary key of the layout utility page entryPortalException - if a layout utility page entry with the primary key could not be foundpublic LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutUtilityPageEntryByExternalReferenceCode in interface LayoutUtilityPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry getLayoutUtilityPageEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutUtilityPageEntryByUuidAndGroupId in interface LayoutUtilityPageEntryLocalServiceuuid - the layout utility page entry's UUIDgroupId - the primary key of the groupPortalException - if a matching layout utility page entry could not be foundpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutUtilityPageEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface LayoutUtilityPageEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
setDefaultLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(LayoutUtilityPageEntry layoutUtilityPageEntry)
Important: Inspect LayoutUtilityPageEntryLocalServiceImpl 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.
updateLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicelayoutUtilityPageEntry - the layout utility page entrypublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId)
updateLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicepublic LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutUtilityPageEntry in interface LayoutUtilityPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry> getCTPersistence()
getCTPersistence in interface LayoutUtilityPageEntryLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutUtilityPageEntry>public java.lang.Class<LayoutUtilityPageEntry> getModelClass()
getModelClass in interface LayoutUtilityPageEntryLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutUtilityPageEntry>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface LayoutUtilityPageEntryLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutUtilityPageEntry>E extends java.lang.Throwablepublic LayoutUtilityPageEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryLocalService>public void setWrappedService(LayoutUtilityPageEntryLocalService layoutUtilityPageEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutUtilityPageEntryLocalService>