public class LayoutSEOEntryLocalServiceUtil
extends java.lang.Object
com.liferay.layout.seo.service.impl.LayoutSEOEntryLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.LayoutSEOEntryLocalService| Constructor and Description |
|---|
LayoutSEOEntryLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSEOEntry |
addLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Adds the layout seo entry to the database.
|
static LayoutSEOEntry |
createLayoutSEOEntry(long layoutSEOEntryId)
Creates a new layout seo entry with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static LayoutSEOEntry |
deleteLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Deletes the layout seo entry from the database.
|
static LayoutSEOEntry |
deleteLayoutSEOEntry(long layoutSEOEntryId)
Deletes the layout seo entry with the primary key from the database.
|
static void |
deleteLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId) |
static void |
deleteLayoutSEOEntry(java.lang.String uuid,
long groupId) |
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static <T> T |
dslQuery(DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <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.
|
static <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.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static LayoutSEOEntry |
fetchLayoutSEOEntry(long layoutSEOEntryId) |
static LayoutSEOEntry |
fetchLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId) |
static LayoutSEOEntry |
fetchLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo entry matching the UUID and group.
|
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.util.List<LayoutSEOEntry> |
getLayoutSEOEntries(int start,
int end)
Returns a range of all the layout seo entries.
|
static java.util.List<LayoutSEOEntry> |
getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout seo entries matching the UUID and company.
|
static 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.
|
static int |
getLayoutSEOEntriesCount()
Returns the number of layout seo entries.
|
static LayoutSEOEntry |
getLayoutSEOEntry(long layoutSEOEntryId)
Returns the layout seo entry with the primary key.
|
static LayoutSEOEntry |
getLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout seo entry matching the UUID and group.
|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static LayoutSEOEntryLocalService |
getService() |
static LayoutSEOEntry |
updateLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
Updates the layout seo entry in the database or adds it if it does not yet exist.
|
static 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) |
static LayoutSEOEntry |
updateLayoutSEOEntry(long userId,
long groupId,
boolean privateLayout,
long layoutId,
boolean canonicalURLEnabled,
java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
ServiceContext serviceContext) |
public static LayoutSEOEntry addLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
layoutSEOEntry - the layout seo entrypublic static LayoutSEOEntry createLayoutSEOEntry(long layoutSEOEntryId)
layoutSEOEntryId - the primary key for the new layout seo entrypublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static LayoutSEOEntry deleteLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
layoutSEOEntry - the layout seo entrypublic static LayoutSEOEntry deleteLayoutSEOEntry(long layoutSEOEntryId) throws PortalException
layoutSEOEntryId - the primary key of the layout seo entryPortalException - if a layout seo entry with the primary key could not be foundpublic static void deleteLayoutSEOEntry(long groupId,
boolean privateLayout,
long layoutId)
throws NoSuchEntryException
NoSuchEntryExceptionpublic static void deleteLayoutSEOEntry(java.lang.String uuid,
long groupId)
throws NoSuchEntryException
NoSuchEntryExceptionpublic static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionpublic static <T> T dslQuery(DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <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 - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public static <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 - 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 static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static LayoutSEOEntry fetchLayoutSEOEntry(long layoutSEOEntryId)
public static LayoutSEOEntry fetchLayoutSEOEntry(long groupId, boolean privateLayout, long layoutId)
public static LayoutSEOEntry fetchLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
uuid - the layout seo entry's UUIDgroupId - the primary key of the groupnull if a matching layout seo entry could not be foundpublic static ActionableDynamicQuery getActionableDynamicQuery()
public static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static 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.
start - the lower bound of the range of layout seo entriesend - the upper bound of the range of layout seo entries (not inclusive)public static java.util.List<LayoutSEOEntry> getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
uuid - the UUID of the layout seo entriescompanyId - the primary key of the companypublic static java.util.List<LayoutSEOEntry> getLayoutSEOEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<LayoutSEOEntry> orderByComparator)
uuid - 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 static int getLayoutSEOEntriesCount()
public static LayoutSEOEntry getLayoutSEOEntry(long layoutSEOEntryId) throws PortalException
layoutSEOEntryId - the primary key of the layout seo entryPortalException - if a layout seo entry with the primary key could not be foundpublic static LayoutSEOEntry getLayoutSEOEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
uuid - the layout seo entry's UUIDgroupId - the primary key of the groupPortalException - if a matching layout seo entry could not be foundpublic static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static LayoutSEOEntry updateLayoutSEOEntry(LayoutSEOEntry layoutSEOEntry)
layoutSEOEntry - the layout seo entrypublic static 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
PortalExceptionpublic static 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
PortalExceptionpublic static LayoutSEOEntryLocalService getService()