public class LayoutPageTemplateEntryLocalServiceWrapper extends java.lang.Object implements LayoutPageTemplateEntryLocalService, ServiceWrapper<LayoutPageTemplateEntryLocalService>
LayoutPageTemplateEntryLocalService.LayoutPageTemplateEntryLocalService| Constructor and Description |
|---|
LayoutPageTemplateEntryLocalServiceWrapper(LayoutPageTemplateEntryLocalService layoutPageTemplateEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPageTemplateEntry |
addGlobalLayoutPageTemplateEntry(LayoutPrototype layoutPrototype) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry)
Adds the layout page template entry to the database.
|
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(LayoutPrototype layoutPrototype) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
boolean defaultTemplate,
long layoutPrototypeId,
long previewFileEntryId,
long plid,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, long, long, long,
String, int, long, boolean, long, long, long, int,
ServiceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, long, long, long,
String, int, long, int, ServiceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
long previewFileEntryId,
boolean defaultTemplate,
long layoutPrototypeId,
long plid,
long masterLayoutPlid,
int status,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
long classNameId,
long classTypeId,
java.lang.String name,
int type,
long masterLayoutPlid,
int status,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int type,
int status,
ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x), replaced by
addLayoutPageTemplateEntry(long, long, long, String, int,
long, int, ServiceContext) |
LayoutPageTemplateEntry |
addLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int type,
long masterLayoutPlid,
int status,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
copyLayoutPageTemplateEntry(long userId,
long groupId,
long layoutPageTemplateCollectionId,
long layoutPageTemplateEntryId,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
createLayoutPageTemplateEntry(long layoutPageTemplateEntryId)
Creates a new layout page template entry with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutPageTemplateEntry |
deleteLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry)
Deletes the layout page template entry from the database.
|
LayoutPageTemplateEntry |
deleteLayoutPageTemplateEntry(long layoutPageTemplateEntryId)
Deletes the layout page template entry with the primary key from the database.
|
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.
|
LayoutPageTemplateEntry |
fetchDefaultLayoutPageTemplateEntry(long groupId,
long classNameId,
long classTypeId) |
LayoutPageTemplateEntry |
fetchFirstLayoutPageTemplateEntry(long layoutPrototypeId) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntry(long groupId,
java.lang.String layoutPageTemplateEntryKey) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntry(long groupId,
java.lang.String name,
int type) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntryByPlid(long plid) |
LayoutPageTemplateEntry |
fetchLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout page template entry matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(int start,
int end)
Returns a range of all the layout page template entries.
|
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int status) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int start,
int end) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int status,
int start,
int end) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int status,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntries(long groupId,
long layoutPageTemplateCollectionId,
java.lang.String name,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntriesByLayoutPrototypeId(long layoutPrototypeId) |
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout page template entries matching the UUID and company.
|
java.util.List<LayoutPageTemplateEntry> |
getLayoutPageTemplateEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
Returns a range of layout page template entries matching the UUID and company.
|
int |
getLayoutPageTemplateEntriesCount()
Returns the number of layout page template entries.
|
LayoutPageTemplateEntry |
getLayoutPageTemplateEntry(long layoutPageTemplateEntryId)
Returns the layout page template entry with the primary key.
|
LayoutPageTemplateEntry |
getLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout page template entry matching the UUID and group.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutPageTemplateEntryLocalService |
getWrappedService() |
void |
setWrappedService(LayoutPageTemplateEntryLocalService layoutPageTemplateEntryLocalService) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry)
Updates the layout page template entry in the database or adds it if it does not yet exist.
|
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
boolean defaultTemplate) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
long previewFileEntryId) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long userId,
long layoutPageTemplateEntryId,
java.lang.String name,
int status) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
java.lang.String name) |
LayoutPageTemplateEntry |
updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId,
java.lang.String name,
long[] fragmentEntryIds,
java.lang.String editableValues,
ServiceContext serviceContext) |
LayoutPageTemplateEntry |
updateStatus(long userId,
long layoutPageTemplateEntryId,
int status) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic LayoutPageTemplateEntryLocalServiceWrapper(LayoutPageTemplateEntryLocalService layoutPageTemplateEntryLocalService)
public LayoutPageTemplateEntry addGlobalLayoutPageTemplateEntry(LayoutPrototype layoutPrototype) throws PortalException
addGlobalLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry)
Important: Inspect LayoutPageTemplateEntryLocalServiceImpl 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.
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntry - the layout page template entrypublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(LayoutPrototype layoutPrototype) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalException@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, int type, boolean defaultTemplate, long layoutPrototypeId, long previewFileEntryId, long plid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, long, long, long,
String, int, long, boolean, long, long, long, int,
ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalException@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, int type, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, long, long, long,
String, int, long, int, ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, int type, long previewFileEntryId, boolean defaultTemplate, long layoutPrototypeId, long plid, long masterLayoutPlid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, java.lang.String name, int type, long masterLayoutPlid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalException@Deprecated public LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int type, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry(long, long, long, String, int,
long, int, ServiceContext)addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry addLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int type, long masterLayoutPlid, int status, ServiceContext serviceContext) throws PortalException
addLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry copyLayoutPageTemplateEntry(long userId, long groupId, long layoutPageTemplateCollectionId, long layoutPageTemplateEntryId, ServiceContext serviceContext) throws PortalException
copyLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry createLayoutPageTemplateEntry(long layoutPageTemplateEntryId)
createLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntryId - the primary key for the new layout page template entrypublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface LayoutPageTemplateEntryLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic LayoutPageTemplateEntry deleteLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry) throws PortalException
Important: Inspect LayoutPageTemplateEntryLocalServiceImpl 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.
deleteLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntry - the layout page template entryPortalExceptionpublic LayoutPageTemplateEntry deleteLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws PortalException
Important: Inspect LayoutPageTemplateEntryLocalServiceImpl 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.
deleteLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntryId - the primary key of the layout page template entryPortalException - if a layout page template entry with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface LayoutPageTemplateEntryLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface LayoutPageTemplateEntryLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutPageTemplateEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutPageTemplateEntryLocalServicedynamicQuery - 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.page.template.model.impl.LayoutPageTemplateEntryModelImpl.
dynamicQuery in interface LayoutPageTemplateEntryLocalServicedynamicQuery - 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.page.template.model.impl.LayoutPageTemplateEntryModelImpl.
dynamicQuery in interface LayoutPageTemplateEntryLocalServicedynamicQuery - 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 LayoutPageTemplateEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface LayoutPageTemplateEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, long classNameId, long classTypeId)
fetchDefaultLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchFirstLayoutPageTemplateEntry(long layoutPrototypeId)
fetchFirstLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId)
fetchLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long groupId, java.lang.String layoutPageTemplateEntryKey)
fetchLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long groupId, java.lang.String name, int type)
fetchLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByPlid(long plid)
fetchLayoutPageTemplateEntryByPlid in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutPageTemplateEntryByUuidAndGroupId in interface LayoutPageTemplateEntryLocalServiceuuid - the layout page template entry's UUIDgroupId - the primary key of the groupnull if a matching layout page template entry could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutPageTemplateEntryLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutPageTemplateEntryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(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.page.template.model.impl.LayoutPageTemplateEntryModelImpl.
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicestart - the lower bound of the range of layout page template entriesend - the upper bound of the range of layout page template entries (not inclusive)public java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int status, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, java.lang.String name, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntries in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByLayoutPrototypeId(long layoutPrototypeId)
getLayoutPageTemplateEntriesByLayoutPrototypeId in interface LayoutPageTemplateEntryLocalServicepublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getLayoutPageTemplateEntriesByUuidAndCompanyId in interface LayoutPageTemplateEntryLocalServiceuuid - the UUID of the layout page template entriescompanyId - the primary key of the companypublic java.util.List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
getLayoutPageTemplateEntriesByUuidAndCompanyId in interface LayoutPageTemplateEntryLocalServiceuuid - the UUID of the layout page template entriescompanyId - the primary key of the companystart - the lower bound of the range of layout page template entriesend - the upper bound of the range of layout page template entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getLayoutPageTemplateEntriesCount()
getLayoutPageTemplateEntriesCount in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry getLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws PortalException
getLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntryId - the primary key of the layout page template entryPortalException - if a layout page template entry with the primary key could not be foundpublic LayoutPageTemplateEntry getLayoutPageTemplateEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getLayoutPageTemplateEntryByUuidAndGroupId in interface LayoutPageTemplateEntryLocalServiceuuid - the layout page template entry's UUIDgroupId - the primary key of the groupPortalException - if a matching layout page template entry could not be foundpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPageTemplateEntryLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface LayoutPageTemplateEntryLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(LayoutPageTemplateEntry layoutPageTemplateEntry)
Important: Inspect LayoutPageTemplateEntryLocalServiceImpl 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.
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicelayoutPageTemplateEntry - the layout page template entrypublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, boolean defaultTemplate)
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicepublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long previewFileEntryId) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long userId, long layoutPageTemplateEntryId, java.lang.String name, int status) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, java.lang.String name) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, java.lang.String name, long[] fragmentEntryIds, java.lang.String editableValues, ServiceContext serviceContext) throws PortalException
updateLayoutPageTemplateEntry in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntry updateStatus(long userId, long layoutPageTemplateEntryId, int status) throws PortalException
updateStatus in interface LayoutPageTemplateEntryLocalServicePortalExceptionpublic LayoutPageTemplateEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPageTemplateEntryLocalService>public void setWrappedService(LayoutPageTemplateEntryLocalService layoutPageTemplateEntryLocalService)
setWrappedService in interface ServiceWrapper<LayoutPageTemplateEntryLocalService>