public class LayoutSEOEntryLocalServiceWrapper extends java.lang.Object implements LayoutSEOEntryLocalService, ServiceWrapper<LayoutSEOEntryLocalService>
LayoutSEOEntryLocalService.LayoutSEOEntryLocalService| Constructor and Description |
|---|
LayoutSEOEntryLocalServiceWrapper(LayoutSEOEntryLocalService layoutSEOEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutSEOEntry |
addLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Adds the layout seo entry to the database.
|
LayoutSEOEntry |
createLayoutSEOEntry(long layoutSEOEntryId)
Creates a new layout seo entry with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutSEOEntry |
deleteLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Deletes the layout seo entry from the database.
|
LayoutSEOEntry |
deleteLayoutSEOEntry(long layoutSEOEntryId)
Deletes the layout seo entry with the primary key from the database.
|
void |
deleteLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId) |
void |
deleteLayoutSEOEntry(java.lang.String uuid,
long groupId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
LayoutSEOEntry |
fetchLayoutSEOEntry(long layoutSEOEntryId) |
LayoutSEOEntry |
fetchLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId) |
LayoutSEOEntry |
fetchLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo entry matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<LayoutSEOEntry> |
getLayoutSEOEntries(int start,
int end)
Returns a range of all the layout seo entries.
|
java.util.List<LayoutSEOEntry> |
getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout seo entries matching the UUID and company.
|
java.util.List<LayoutSEOEntry> |
getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutSEOEntry> orderByComparator)
Returns a range of layout seo entries matching the UUID and company.
|
int |
getLayoutSEOEntriesCount()
Returns the number of layout seo entries.
|
LayoutSEOEntry |
getLayoutSEOEntry(long layoutSEOEntryId)
Returns the layout seo entry with the primary key.
|
LayoutSEOEntry |
getLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo entry matching the UUID and group.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutSEOEntryLocalService |
getWrappedService() |
void |
setWrappedService(LayoutSEOEntryLocalService layoutSEOEntryLocalService) |
LayoutSEOEntry |
updateLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Updates the layout seo entry in the database or adds it if it does not yet exist.
|
LayoutSEOEntry |
updateLayoutSEOEntry(long userId,
long groupId,
boolean privateLayout,
long layoutId,
boolean canonicalURLEnabled,
java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
boolean openGraphDescriptionEnabled,
java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap,
java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap,
long openGraphImageFileEntryId,
boolean openGraphTitleEnabled,
java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap,
ServiceContext serviceContext) |
LayoutSEOEntry |
updateLayoutSEOEntry(long userId,
long groupId,
boolean privateLayout,
long layoutId,
boolean canonicalURLEnabled,
java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
ServiceContext serviceContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic LayoutSEOEntryLocalServiceWrapper(LayoutSEOEntryLocalService layoutSEOEntryLocalService)
public LayoutSEOEntry addLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
addLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntry - the layout seo entrypublic LayoutSEOEntry createLayoutSEOEntry(long layoutSEOEntryId)
createLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntryId - the primary key for the new layout seo entrypublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface LayoutSEOEntryLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic LayoutSEOEntry deleteLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
deleteLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntry - the layout seo entrypublic LayoutSEOEntry deleteLayoutSEOEntry(long layoutSEOEntryId) throws PortalException
deleteLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntryId - the primary key of the layout seo entryPortalException - if a layout seo entry with the primary key could not be foundpublic void deleteLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId)
throws NoSuchEntryException
deleteLayoutSEOEntry in interface LayoutSEOEntryLocalServiceNoSuchEntryExceptionpublic void deleteLayoutSEOEntry(java.lang.String uuid,
long groupId)
throws NoSuchEntryException
deleteLayoutSEOEntry in interface LayoutSEOEntryLocalServiceNoSuchEntryExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface LayoutSEOEntryLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface LayoutSEOEntryLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutSEOEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutSEOEntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.LayoutSEOEntryModelImpl.
dynamicQuery in interface LayoutSEOEntryLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.LayoutSEOEntryModelImpl.
dynamicQuery in interface LayoutSEOEntryLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface LayoutSEOEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface LayoutSEOEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutSEOEntry fetchLayoutSEOEntry(long layoutSEOEntryId)
fetchLayoutSEOEntry in interface LayoutSEOEntryLocalServicepublic LayoutSEOEntry fetchLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId)
fetchLayoutSEOEntry in interface LayoutSEOEntryLocalServicepublic LayoutSEOEntry fetchLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutSEOEntryByUuidAndGroupId in interface LayoutSEOEntryLocalServiceuuid - the layout seo entry's UUIDgroupId - the primary key of the groupnull if a matching layout seo entry could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutSEOEntryLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutSEOEntryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutSEOEntryLocalServicepublic java.util.List<LayoutSEOEntry> getLayoutSEOEntries(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.LayoutSEOEntryModelImpl.
getLayoutSEOEntries in interface LayoutSEOEntryLocalServicestart - the lower bound of the range of layout seo entriesend - the upper bound of the range of layout seo entries (not inclusive)public java.util.List<LayoutSEOEntry> getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getLayoutSEOEntriesByUuidAndCompanyId in interface LayoutSEOEntryLocalServiceuuid - the UUID of the layout seo entriescompanyId - the primary key of the companypublic java.util.List<LayoutSEOEntry> getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<LayoutSEOEntry> orderByComparator)
getLayoutSEOEntriesByUuidAndCompanyId in interface LayoutSEOEntryLocalServiceuuid - the UUID of the layout seo entriescompanyId - the primary key of the companystart - the lower bound of the range of layout seo entriesend - the upper bound of the range of layout seo entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getLayoutSEOEntriesCount()
getLayoutSEOEntriesCount in interface LayoutSEOEntryLocalServicepublic LayoutSEOEntry getLayoutSEOEntry(long layoutSEOEntryId) throws PortalException
getLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntryId - the primary key of the layout seo entryPortalException - if a layout seo entry with the primary key could not be foundpublic LayoutSEOEntry getLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getLayoutSEOEntryByUuidAndGroupId in interface LayoutSEOEntryLocalServiceuuid - the layout seo entry's UUIDgroupId - the primary key of the groupPortalException - if a matching layout seo entry could not be foundpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutSEOEntryLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface LayoutSEOEntryLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic LayoutSEOEntry updateLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
updateLayoutSEOEntry in interface LayoutSEOEntryLocalServicelayoutSEOEntry - the layout seo entrypublic LayoutSEOEntry updateLayoutSEOEntry(long userId, long groupId, boolean privateLayout, long layoutId, boolean canonicalURLEnabled, java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap, boolean openGraphDescriptionEnabled, java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap, java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap, long openGraphImageFileEntryId, boolean openGraphTitleEnabled, java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap, ServiceContext serviceContext) throws PortalException
updateLayoutSEOEntry in interface LayoutSEOEntryLocalServicePortalExceptionpublic LayoutSEOEntry updateLayoutSEOEntry(long userId, long groupId, boolean privateLayout, long layoutId, boolean canonicalURLEnabled, java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap, ServiceContext serviceContext) throws PortalException
updateLayoutSEOEntry in interface LayoutSEOEntryLocalServicePortalExceptionpublic LayoutSEOEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutSEOEntryLocalService>public void setWrappedService(LayoutSEOEntryLocalService layoutSEOEntryLocalService)
setWrappedService in interface ServiceWrapper<LayoutSEOEntryLocalService>