public class LayoutSEOSiteLocalServiceWrapper extends java.lang.Object implements LayoutSEOSiteLocalService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOSiteLocalService>
LayoutSEOSiteLocalService.LayoutSEOSiteLocalService| Constructor and Description |
|---|
LayoutSEOSiteLocalServiceWrapper() |
LayoutSEOSiteLocalServiceWrapper(LayoutSEOSiteLocalService layoutSEOSiteLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSEOSite |
addLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Adds the layout seo site to the database.
|
LayoutSEOSite |
createLayoutSEOSite(long layoutSEOSiteId)
Creates a new layout seo site with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutSEOSite |
deleteLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Deletes the layout seo site from the database.
|
LayoutSEOSite |
deleteLayoutSEOSite(long layoutSEOSiteId)
Deletes the layout seo site with the primary key from the database.
|
void |
deleteLayoutSEOSite(java.lang.String uuid,
long groupId) |
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.
|
LayoutSEOSite |
fetchLayoutSEOSite(long layoutSEOSiteId) |
LayoutSEOSite |
fetchLayoutSEOSiteByGroupId(long groupId) |
LayoutSEOSite |
fetchLayoutSEOSiteByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo site matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutSEOSite> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
LayoutSEOSite |
getLayoutSEOSite(long layoutSEOSiteId)
Returns the layout seo site with the primary key.
|
LayoutSEOSite |
getLayoutSEOSiteByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo site matching the UUID and group.
|
java.util.List<LayoutSEOSite> |
getLayoutSEOSites(int start,
int end)
Returns a range of all the layout seo sites.
|
java.util.List<LayoutSEOSite> |
getLayoutSEOSitesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout seo sites matching the UUID and company.
|
java.util.List<LayoutSEOSite> |
getLayoutSEOSitesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutSEOSite> orderByComparator)
Returns a range of layout seo sites matching the UUID and company.
|
int |
getLayoutSEOSitesCount()
Returns the number of layout seo sites.
|
java.lang.Class<LayoutSEOSite> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutSEOSiteLocalService |
getWrappedService() |
void |
setWrappedService(LayoutSEOSiteLocalService layoutSEOSiteLocalService) |
LayoutSEOSite |
updateLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Updates the layout seo site in the database or adds it if it does not yet exist.
|
LayoutSEOSite |
updateLayoutSEOSite(long userId,
long groupId,
boolean openGraphEnabled,
java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap,
long openGraphImageFileEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutSEOSite>,R,E> updateUnsafeFunction) |
public LayoutSEOSiteLocalServiceWrapper()
public LayoutSEOSiteLocalServiceWrapper(LayoutSEOSiteLocalService layoutSEOSiteLocalService)
public LayoutSEOSite addLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Important: Inspect LayoutSEOSiteLocalServiceImpl 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.
addLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSite - the layout seo sitepublic LayoutSEOSite createLayoutSEOSite(long layoutSEOSiteId)
createLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSiteId - the primary key for the new layout seo sitepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface LayoutSEOSiteLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic LayoutSEOSite deleteLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Important: Inspect LayoutSEOSiteLocalServiceImpl 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.
deleteLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSite - the layout seo sitepublic LayoutSEOSite deleteLayoutSEOSite(long layoutSEOSiteId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect LayoutSEOSiteLocalServiceImpl 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.
deleteLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSiteId - the primary key of the layout seo sitePortalException - if a layout seo site with the primary key could not be foundpublic void deleteLayoutSEOSite(java.lang.String uuid,
long groupId)
throws NoSuchSiteException
deleteLayoutSEOSite in interface LayoutSEOSiteLocalServiceNoSuchSiteExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface LayoutSEOSiteLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface LayoutSEOSiteLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface LayoutSEOSiteLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutSEOSiteLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutSEOSiteLocalServicedynamicQuery - 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.seo.model.impl.LayoutSEOSiteModelImpl.
dynamicQuery in interface LayoutSEOSiteLocalServicedynamicQuery - 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.seo.model.impl.LayoutSEOSiteModelImpl.
dynamicQuery in interface LayoutSEOSiteLocalServicedynamicQuery - 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 LayoutSEOSiteLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface LayoutSEOSiteLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutSEOSite fetchLayoutSEOSite(long layoutSEOSiteId)
fetchLayoutSEOSite in interface LayoutSEOSiteLocalServicepublic LayoutSEOSite fetchLayoutSEOSiteByGroupId(long groupId)
fetchLayoutSEOSiteByGroupId in interface LayoutSEOSiteLocalServicepublic LayoutSEOSite fetchLayoutSEOSiteByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutSEOSiteByUuidAndGroupId in interface LayoutSEOSiteLocalServiceuuid - the layout seo site's UUIDgroupId - the primary key of the groupnull if a matching layout seo site could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutSEOSiteLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutSEOSiteLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutSEOSiteLocalServicepublic LayoutSEOSite getLayoutSEOSite(long layoutSEOSiteId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSiteId - the primary key of the layout seo sitePortalException - if a layout seo site with the primary key could not be foundpublic LayoutSEOSite getLayoutSEOSiteByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutSEOSiteByUuidAndGroupId in interface LayoutSEOSiteLocalServiceuuid - the layout seo site's UUIDgroupId - the primary key of the groupPortalException - if a matching layout seo site could not be foundpublic java.util.List<LayoutSEOSite> getLayoutSEOSites(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.seo.model.impl.LayoutSEOSiteModelImpl.
getLayoutSEOSites in interface LayoutSEOSiteLocalServicestart - the lower bound of the range of layout seo sitesend - the upper bound of the range of layout seo sites (not inclusive)public java.util.List<LayoutSEOSite> getLayoutSEOSitesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getLayoutSEOSitesByUuidAndCompanyId in interface LayoutSEOSiteLocalServiceuuid - the UUID of the layout seo sitescompanyId - the primary key of the companypublic java.util.List<LayoutSEOSite> getLayoutSEOSitesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutSEOSite> orderByComparator)
getLayoutSEOSitesByUuidAndCompanyId in interface LayoutSEOSiteLocalServiceuuid - the UUID of the layout seo sitescompanyId - the primary key of the companystart - the lower bound of the range of layout seo sitesend - the upper bound of the range of layout seo sites (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getLayoutSEOSitesCount()
getLayoutSEOSitesCount in interface LayoutSEOSiteLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSEOSiteLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface LayoutSEOSiteLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic LayoutSEOSite updateLayoutSEOSite(LayoutSEOSite layoutSEOSite)
Important: Inspect LayoutSEOSiteLocalServiceImpl 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.
updateLayoutSEOSite in interface LayoutSEOSiteLocalServicelayoutSEOSite - the layout seo sitepublic LayoutSEOSite updateLayoutSEOSite(long userId, long groupId, boolean openGraphEnabled, java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap, long openGraphImageFileEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutSEOSite in interface LayoutSEOSiteLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutSEOSite> getCTPersistence()
getCTPersistence in interface LayoutSEOSiteLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutSEOSite>public java.lang.Class<LayoutSEOSite> getModelClass()
getModelClass in interface LayoutSEOSiteLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutSEOSite>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutSEOSite>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface LayoutSEOSiteLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<LayoutSEOSite>E extends java.lang.Throwablepublic LayoutSEOSiteLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOSiteLocalService>public void setWrappedService(LayoutSEOSiteLocalService layoutSEOSiteLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutSEOSiteLocalService>