Class JournalContentSearchLocalServiceWrapper
- All Implemented Interfaces:
JournalContentSearchLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<JournalContentSearch>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<JournalContentSearchLocalService>
JournalContentSearchLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionJournalContentSearchLocalServiceWrapper(JournalContentSearchLocalService journalContentSearchLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddJournalContentSearch(JournalContentSearch journalContentSearch) Adds the journal content search to the database.voidcheckContentSearches(long companyId) createJournalContentSearch(long contentSearchId) Creates a new journal content search with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) voiddeleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId) voiddeleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) voiddeleteArticleContentSearches(long groupId, String articleId) deleteJournalContentSearch(long contentSearchId) Deletes the journal content search with the primary key from the database.deleteJournalContentSearch(JournalContentSearch journalContentSearch) Deletes the journal content search from the database.voiddeleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId) voiddeleteOwnerContentSearches(long groupId, boolean privateLayout) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchJournalContentSearch(long contentSearchId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerygetArticleContentSearches(long groupId, String articleId) getArticleContentSearches(String articleId) com.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalContentSearch>com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetJournalContentSearch(long contentSearchId) Returns the journal content search with the primary key.getJournalContentSearchs(int start, int end) Returns a range of all the journal content searches.intReturns the number of journal content searches.getLayoutIds(long groupId, boolean privateLayout, String articleId) intgetLayoutIdsCount(long groupId, boolean privateLayout, String articleId) intgetLayoutIdsCount(String articleId) Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) getPortletContentSearches(String portletId) voidsetWrappedService(JournalContentSearchLocalService journalContentSearchLocalService) updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds) updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge) updateJournalContentSearch(JournalContentSearch journalContentSearch) Updates the journal content search in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalContentSearch>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
JournalContentSearchLocalServiceWrapper
public JournalContentSearchLocalServiceWrapper() -
JournalContentSearchLocalServiceWrapper
public JournalContentSearchLocalServiceWrapper(JournalContentSearchLocalService journalContentSearchLocalService)
-
-
Method Details
-
addJournalContentSearch
Adds the journal content search to the database. Also notifies the appropriate model listeners.Important: Inspect JournalContentSearchLocalServiceImpl 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.
- Specified by:
addJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
journalContentSearch- the journal content search- Returns:
- the journal content search that was added
-
checkContentSearches
public void checkContentSearches(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
checkContentSearchesin interfaceJournalContentSearchLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createJournalContentSearch
Creates a new journal content search with the primary key. Does not add the journal content search to the database.- Specified by:
createJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
contentSearchId- the primary key for the new journal content search- Returns:
- the new journal content search
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceJournalContentSearchLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteArticleContentSearch
public void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId) - Specified by:
deleteArticleContentSearchin interfaceJournalContentSearchLocalService
-
deleteArticleContentSearch
public void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) - Specified by:
deleteArticleContentSearchin interfaceJournalContentSearchLocalService
-
deleteArticleContentSearches
- Specified by:
deleteArticleContentSearchesin interfaceJournalContentSearchLocalService
-
deleteJournalContentSearch
Deletes the journal content search from the database. Also notifies the appropriate model listeners.Important: Inspect JournalContentSearchLocalServiceImpl 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.
- Specified by:
deleteJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
journalContentSearch- the journal content search- Returns:
- the journal content search that was removed
-
deleteJournalContentSearch
public JournalContentSearch deleteJournalContentSearch(long contentSearchId) throws com.liferay.portal.kernel.exception.PortalException Deletes the journal content search with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect JournalContentSearchLocalServiceImpl 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.
- Specified by:
deleteJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
contentSearchId- the primary key of the journal content search- Returns:
- the journal content search that was removed
- Throws:
PortalException- if a journal content search with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteLayoutContentSearches
public void deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId) - Specified by:
deleteLayoutContentSearchesin interfaceJournalContentSearchLocalService
-
deleteOwnerContentSearches
public void deleteOwnerContentSearches(long groupId, boolean privateLayout) - Specified by:
deleteOwnerContentSearchesin interfaceJournalContentSearchLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceJournalContentSearchLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceJournalContentSearchLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceJournalContentSearchLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceJournalContentSearchLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceJournalContentSearchLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalContentSearchModelImpl.- Specified by:
dynamicQueryin interfaceJournalContentSearchLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalContentSearchModelImpl.- Specified by:
dynamicQueryin interfaceJournalContentSearchLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceJournalContentSearchLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceJournalContentSearchLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchJournalContentSearch
- Specified by:
fetchJournalContentSearchin interfaceJournalContentSearchLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceJournalContentSearchLocalService
-
getArticleContentSearches
- Specified by:
getArticleContentSearchesin interfaceJournalContentSearchLocalService
-
getArticleContentSearches
- Specified by:
getArticleContentSearchesin interfaceJournalContentSearchLocalService
-
getArticleContentSearches
- Specified by:
getArticleContentSearchesin interfaceJournalContentSearchLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceJournalContentSearchLocalService
-
getJournalContentSearch
public JournalContentSearch getJournalContentSearch(long contentSearchId) throws com.liferay.portal.kernel.exception.PortalException Returns the journal content search with the primary key.- Specified by:
getJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
contentSearchId- the primary key of the journal content search- Returns:
- the journal content search
- Throws:
PortalException- if a journal content search with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getJournalContentSearchs
Returns a range of all the journal content searches.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalContentSearchModelImpl.- Specified by:
getJournalContentSearchsin interfaceJournalContentSearchLocalService- Parameters:
start- the lower bound of the range of journal content searchesend- the upper bound of the range of journal content searches (not inclusive)- Returns:
- the range of journal content searches
-
getJournalContentSearchsCount
public int getJournalContentSearchsCount()Returns the number of journal content searches.- Specified by:
getJournalContentSearchsCountin interfaceJournalContentSearchLocalService- Returns:
- the number of journal content searches
-
getLayoutIds
- Specified by:
getLayoutIdsin interfaceJournalContentSearchLocalService
-
getLayoutIdsCount
- Specified by:
getLayoutIdsCountin interfaceJournalContentSearchLocalService
-
getLayoutIdsCount
- Specified by:
getLayoutIdsCountin interfaceJournalContentSearchLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceJournalContentSearchLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceJournalContentSearchLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
getPortletContentSearches
- Specified by:
getPortletContentSearchesin interfaceJournalContentSearchLocalService
-
updateContentSearch
public JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateContentSearchin interfaceJournalContentSearchLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateContentSearch
public JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateContentSearchin interfaceJournalContentSearchLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateContentSearch
public List<JournalContentSearch> updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateContentSearchin interfaceJournalContentSearchLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateJournalContentSearch
Updates the journal content search in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect JournalContentSearchLocalServiceImpl 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.
- Specified by:
updateJournalContentSearchin interfaceJournalContentSearchLocalService- Parameters:
journalContentSearch- the journal content search- Returns:
- the journal content search that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalContentSearch> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalContentSearch>- Specified by:
getCTPersistencein interfaceJournalContentSearchLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalContentSearch>- Specified by:
getModelClassin interfaceJournalContentSearchLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalContentSearch>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalContentSearch>- Specified by:
updateWithUnsafeFunctionin interfaceJournalContentSearchLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalContentSearchLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalContentSearchLocalService>
-