public class LayoutPrototypeLocalServiceWrapper extends Object implements LayoutPrototypeLocalService, ServiceWrapper<LayoutPrototypeLocalService>
LayoutPrototypeLocalService.LayoutPrototypeLocalService| Constructor and Description |
|---|
LayoutPrototypeLocalServiceWrapper() |
LayoutPrototypeLocalServiceWrapper(LayoutPrototypeLocalService layoutPrototypeLocalService) |
| Modifier and Type | Method and Description |
|---|---|
LayoutPrototype |
addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database.
|
LayoutPrototype |
addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
LayoutPrototype |
createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key.
|
PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
LayoutPrototype |
deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database.
|
LayoutPrototype |
deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database.
|
void |
deleteNondefaultLayoutPrototypes(long companyId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> 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> 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.
|
LayoutPrototype |
fetchLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
fetchLayoutPrototype(long companyId,
String name,
Locale locale) |
LayoutPrototype |
fetchLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company.
|
LayoutPrototype |
fetchLayoutProtoype(long companyId,
String name) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key.
|
LayoutPrototype |
getLayoutPrototype(long companyId,
String name) |
LayoutPrototype |
getLayoutPrototype(long companyId,
String name,
Locale locale) |
LayoutPrototype |
getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company.
|
List<LayoutPrototype> |
getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes.
|
int |
getLayoutPrototypesCount()
Returns the number of layout prototypes.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
LayoutPrototypeLocalService |
getWrappedService() |
List<LayoutPrototype> |
search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator) |
int |
searchCount(long companyId,
Boolean active) |
void |
setWrappedService(LayoutPrototypeLocalService layoutPrototypeLocalService) |
LayoutPrototype |
updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist.
|
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic LayoutPrototypeLocalServiceWrapper()
public LayoutPrototypeLocalServiceWrapper(LayoutPrototypeLocalService layoutPrototypeLocalService)
public LayoutPrototype addLayoutPrototype(LayoutPrototype layoutPrototype)
Important: Inspect LayoutPrototypeLocalServiceImpl 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.
addLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototype - the layout prototypepublic LayoutPrototype addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
addLayoutPrototype in interface LayoutPrototypeLocalServicePortalExceptionpublic LayoutPrototype createLayoutPrototype(long layoutPrototypeId)
createLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototypeId - the primary key for the new layout prototypepublic PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface LayoutPrototypeLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic LayoutPrototype deleteLayoutPrototype(LayoutPrototype layoutPrototype) throws PortalException
Important: Inspect LayoutPrototypeLocalServiceImpl 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.
deleteLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototype - the layout prototypePortalExceptionpublic LayoutPrototype deleteLayoutPrototype(long layoutPrototypeId) throws PortalException
Important: Inspect LayoutPrototypeLocalServiceImpl 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.
deleteLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototypeId - the primary key of the layout prototypePortalException - if a layout prototype with the primary key could not be foundpublic void deleteNondefaultLayoutPrototypes(long companyId)
throws PortalException
deleteNondefaultLayoutPrototypes in interface LayoutPrototypeLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface LayoutPrototypeLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface LayoutPrototypeLocalServicedslQuery in interface PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface LayoutPrototypeLocalServicedslQueryCount in interface PersistedModelLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface LayoutPrototypeLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface LayoutPrototypeLocalServicedynamicQuery - the dynamic querypublic <T> 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.portal.model.impl.LayoutPrototypeModelImpl.
dynamicQuery in interface LayoutPrototypeLocalServicedynamicQuery - 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> 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.portal.model.impl.LayoutPrototypeModelImpl.
dynamicQuery in interface LayoutPrototypeLocalServicedynamicQuery - 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 LayoutPrototypeLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface LayoutPrototypeLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
fetchLayoutPrototype in interface LayoutPrototypeLocalServicepublic LayoutPrototype fetchLayoutPrototype(long companyId, String name, Locale locale)
fetchLayoutPrototype in interface LayoutPrototypeLocalServicepublic LayoutPrototype fetchLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId)
fetchLayoutPrototypeByUuidAndCompanyId in interface LayoutPrototypeLocalServiceuuid - the layout prototype's UUIDcompanyId - the primary key of the companynull if a matching layout prototype could not be foundpublic LayoutPrototype fetchLayoutProtoype(long companyId, String name)
fetchLayoutProtoype in interface LayoutPrototypeLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface LayoutPrototypeLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface LayoutPrototypeLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface LayoutPrototypeLocalServicepublic LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws PortalException
getLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototypeId - the primary key of the layout prototypePortalException - if a layout prototype with the primary key could not be foundpublic LayoutPrototype getLayoutPrototype(long companyId, String name) throws PortalException
getLayoutPrototype in interface LayoutPrototypeLocalServicePortalExceptionpublic LayoutPrototype getLayoutPrototype(long companyId, String name, Locale locale) throws PortalException
getLayoutPrototype in interface LayoutPrototypeLocalServicePortalExceptionpublic LayoutPrototype getLayoutPrototypeByUuidAndCompanyId(String uuid, long companyId) throws PortalException
getLayoutPrototypeByUuidAndCompanyId in interface LayoutPrototypeLocalServiceuuid - the layout prototype's UUIDcompanyId - the primary key of the companyPortalException - if a matching layout prototype could not be foundpublic List<LayoutPrototype> getLayoutPrototypes(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.portal.model.impl.LayoutPrototypeModelImpl.
getLayoutPrototypes in interface LayoutPrototypeLocalServicestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)public int getLayoutPrototypesCount()
getLayoutPrototypesCount in interface LayoutPrototypeLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutPrototypeLocalServicepublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface LayoutPrototypeLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic List<LayoutPrototype> search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator)
search in interface LayoutPrototypeLocalServicepublic int searchCount(long companyId,
Boolean active)
searchCount in interface LayoutPrototypeLocalServicepublic LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype)
Important: Inspect LayoutPrototypeLocalServiceImpl 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.
updateLayoutPrototype in interface LayoutPrototypeLocalServicelayoutPrototype - the layout prototypepublic LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext) throws PortalException
updateLayoutPrototype in interface LayoutPrototypeLocalServicePortalExceptionpublic LayoutPrototypeLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutPrototypeLocalService>public void setWrappedService(LayoutPrototypeLocalService layoutPrototypeLocalService)
setWrappedService in interface ServiceWrapper<LayoutPrototypeLocalService>