@ProviderType public class LayoutPageTemplateCollectionLocalServiceWrapper extends java.lang.Object implements LayoutPageTemplateCollectionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionLocalService>
LayoutPageTemplateCollectionLocalService.LayoutPageTemplateCollectionLocalService| Constructor and Description |
|---|
LayoutPageTemplateCollectionLocalServiceWrapper(LayoutPageTemplateCollectionLocalService layoutPageTemplateCollectionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPageTemplateCollection |
addLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection)
Adds the layout page template collection to the database.
|
LayoutPageTemplateCollection |
addLayoutPageTemplateCollection(long userId,
long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
LayoutPageTemplateCollection |
createLayoutPageTemplateCollection(long layoutPageTemplateCollectionId)
Creates a new layout page template collection with the primary key.
|
LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection)
Deletes the layout page template collection from the database.
|
LayoutPageTemplateCollection |
deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId)
Deletes the layout page template collection with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) |
LayoutPageTemplateCollection |
fetchLayoutPageTemplateCollectionByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout page template collection matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
LayoutPageTemplateCollection |
getLayoutPageTemplateCollection(long layoutPageTemplateCollectionId)
Returns the layout page template collection with the primary key.
|
LayoutPageTemplateCollection |
getLayoutPageTemplateCollectionByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the layout page template collection matching the UUID and group.
|
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(int start,
int end)
Returns a range of all the layout page template collections.
|
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int start,
int end) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollections(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator) |
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollectionsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the layout page template collections matching the UUID and company.
|
java.util.List<LayoutPageTemplateCollection> |
getLayoutPageTemplateCollectionsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
Returns a range of layout page template collections matching the UUID and company.
|
int |
getLayoutPageTemplateCollectionsCount()
Returns the number of layout page template collections.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
LayoutPageTemplateCollectionLocalService |
getWrappedService() |
void |
setWrappedService(LayoutPageTemplateCollectionLocalService layoutPageTemplateCollectionLocalService) |
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection)
Updates the layout page template collection in the database or adds it if it does not yet exist.
|
LayoutPageTemplateCollection |
updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId,
java.lang.String name,
java.lang.String description) |
public LayoutPageTemplateCollectionLocalServiceWrapper(LayoutPageTemplateCollectionLocalService layoutPageTemplateCollectionLocalService)
public LayoutPageTemplateCollection addLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection)
addLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollection - the layout page template collectionpublic LayoutPageTemplateCollection addLayoutPageTemplateCollection(long userId, long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollection createLayoutPageTemplateCollection(long layoutPageTemplateCollectionId)
createLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollectionId - the primary key for the new layout page template collectionpublic LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollection - the layout page template collectionPortalExceptionpublic LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
deleteLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollectionId - the primary key of the layout page template collectionPortalException - if a layout page template collection 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 LayoutPageTemplateCollectionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutPageTemplateCollectionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutPageTemplateCollectionLocalServicedynamicQuery - 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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.layout.page.template.model.impl.LayoutPageTemplateCollectionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface LayoutPageTemplateCollectionLocalServicedynamicQuery - 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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.layout.page.template.model.impl.LayoutPageTemplateCollectionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface LayoutPageTemplateCollectionLocalServicedynamicQuery - 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 LayoutPageTemplateCollectionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface LayoutPageTemplateCollectionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId)
fetchLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicepublic LayoutPageTemplateCollection fetchLayoutPageTemplateCollectionByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchLayoutPageTemplateCollectionByUuidAndGroupId in interface LayoutPageTemplateCollectionLocalServiceuuid - the layout page template collection's UUIDgroupId - the primary key of the groupnull if a matching layout page template collection could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutPageTemplateCollectionLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutPageTemplateCollectionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutPageTemplateCollectionLocalServicepublic LayoutPageTemplateCollection getLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollectionId - the primary key of the layout page template collectionPortalException - if a layout page template collection with the primary key could not be foundpublic LayoutPageTemplateCollection getLayoutPageTemplateCollectionByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getLayoutPageTemplateCollectionByUuidAndGroupId in interface LayoutPageTemplateCollectionLocalServiceuuid - the layout page template collection's UUIDgroupId - the primary key of the groupPortalException - if a matching layout page template collection could not be foundpublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(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 and pagination is required (start and end are not com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from com.liferay.layout.page.template.model.impl.LayoutPageTemplateCollectionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionLocalServicestart - the lower bound of the range of layout page template collectionsend - the upper bound of the range of layout page template collections (not inclusive)public java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionLocalServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionLocalServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollections in interface LayoutPageTemplateCollectionLocalServicepublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollectionsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getLayoutPageTemplateCollectionsByUuidAndCompanyId in interface LayoutPageTemplateCollectionLocalServiceuuid - the UUID of the layout page template collectionscompanyId - the primary key of the companypublic java.util.List<LayoutPageTemplateCollection> getLayoutPageTemplateCollectionsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateCollection> orderByComparator)
getLayoutPageTemplateCollectionsByUuidAndCompanyId in interface LayoutPageTemplateCollectionLocalServiceuuid - the UUID of the layout page template collectionscompanyId - the primary key of the companystart - the lower bound of the range of layout page template collectionsend - the upper bound of the range of layout page template collections (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getLayoutPageTemplateCollectionsCount()
getLayoutPageTemplateCollectionsCount in interface LayoutPageTemplateCollectionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPageTemplateCollectionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface LayoutPageTemplateCollectionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollection updateLayoutPageTemplateCollection(LayoutPageTemplateCollection layoutPageTemplateCollection)
updateLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicelayoutPageTemplateCollection - the layout page template collectionpublic LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
updateLayoutPageTemplateCollection in interface LayoutPageTemplateCollectionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic LayoutPageTemplateCollectionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionLocalService>public void setWrappedService(LayoutPageTemplateCollectionLocalService layoutPageTemplateCollectionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<LayoutPageTemplateCollectionLocalService>