|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalContentSearchLocalServiceWrapper
@ProviderType public class JournalContentSearchLocalServiceWrapper
Provides a wrapper for JournalContentSearchLocalService.
JournalContentSearchLocalService| Constructor Summary | |
|---|---|
JournalContentSearchLocalServiceWrapper(JournalContentSearchLocalService journalContentSearchLocalService)
|
|
| Method Summary | ||
|---|---|---|
JournalContentSearch |
addJournalContentSearch(JournalContentSearch journalContentSearch)
Adds the journal content search to the database. |
|
void |
checkContentSearches(long companyId)
|
|
JournalContentSearch |
createJournalContentSearch(long contentSearchId)
Creates a new journal content search with the primary key. |
|
void |
deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
|
|
void |
deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
|
void |
deleteArticleContentSearches(long groupId,
String articleId)
|
|
JournalContentSearch |
deleteJournalContentSearch(JournalContentSearch journalContentSearch)
Deletes the journal content search from the database. |
|
JournalContentSearch |
deleteJournalContentSearch(long contentSearchId)
Deletes the journal content search with the primary key from the database. |
|
void |
deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
|
void |
deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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. |
|
JournalContentSearch |
fetchJournalContentSearch(long contentSearchId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<JournalContentSearch> |
getArticleContentSearches()
|
|
List<JournalContentSearch> |
getArticleContentSearches(long groupId,
String articleId)
|
|
List<JournalContentSearch> |
getArticleContentSearches(String articleId)
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
JournalContentSearch |
getJournalContentSearch(long contentSearchId)
Returns the journal content search with the primary key. |
|
List<JournalContentSearch> |
getJournalContentSearchs(int start,
int end)
Returns a range of all the journal content searchs. |
|
int |
getJournalContentSearchsCount()
Returns the number of journal content searchs. |
|
List<Long> |
getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
|
|
int |
getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
|
|
int |
getLayoutIdsCount(String articleId)
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<JournalContentSearch> |
getPortletContentSearches(String portletId)
|
|
JournalContentSearchLocalService |
getWrappedJournalContentSearchLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
JournalContentSearchLocalService |
getWrappedService()
|
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setWrappedJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalContentSearchLocalService) |
|
void |
setWrappedService(JournalContentSearchLocalService journalContentSearchLocalService)
|
|
JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
|
List<JournalContentSearch> |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
|
|
JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
|
|
JournalContentSearch |
updateJournalContentSearch(JournalContentSearch journalContentSearch)
Updates the journal content search in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalContentSearchLocalServiceWrapper(JournalContentSearchLocalService journalContentSearchLocalService)
| Method Detail |
|---|
public JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
addJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
public void checkContentSearches(long companyId)
throws PortalException
checkContentSearches in interface JournalContentSearchLocalServicePortalExceptionpublic JournalContentSearch createJournalContentSearch(long contentSearchId)
createJournalContentSearch in interface JournalContentSearchLocalServicecontentSearchId - the primary key for the new journal content search
public void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
deleteArticleContentSearch in interface JournalContentSearchLocalService
public void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
deleteArticleContentSearch in interface JournalContentSearchLocalService
public void deleteArticleContentSearches(long groupId,
String articleId)
deleteArticleContentSearches in interface JournalContentSearchLocalService
public JournalContentSearch deleteJournalContentSearch(long contentSearchId)
throws PortalException
deleteJournalContentSearch in interface JournalContentSearchLocalServicecontentSearchId - the primary key of the journal content search
PortalException - if a journal content search with the primary key could not be foundpublic JournalContentSearch deleteJournalContentSearch(JournalContentSearch journalContentSearch)
deleteJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
public void deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
deleteLayoutContentSearches in interface JournalContentSearchLocalService
public void deleteOwnerContentSearches(long groupId,
boolean privateLayout)
deleteOwnerContentSearches in interface JournalContentSearchLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface JournalContentSearchLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface JournalContentSearchLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface JournalContentSearchLocalServicedynamicQuery - the dynamic query
public <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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl. 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 JournalContentSearchLocalServicedynamicQuery - 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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl. 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 JournalContentSearchLocalServicedynamicQuery - 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 JournalContentSearchLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface JournalContentSearchLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public JournalContentSearch fetchJournalContentSearch(long contentSearchId)
fetchJournalContentSearch in interface JournalContentSearchLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface JournalContentSearchLocalServicepublic List<JournalContentSearch> getArticleContentSearches()
getArticleContentSearches in interface JournalContentSearchLocalServicepublic List<JournalContentSearch> getArticleContentSearches(String articleId)
getArticleContentSearches in interface JournalContentSearchLocalService
public List<JournalContentSearch> getArticleContentSearches(long groupId,
String articleId)
getArticleContentSearches in interface JournalContentSearchLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface JournalContentSearchLocalService
public JournalContentSearch getJournalContentSearch(long contentSearchId)
throws PortalException
getJournalContentSearch in interface JournalContentSearchLocalServicecontentSearchId - the primary key of the journal content search
PortalException - if a journal content search with the primary key could not be found
public List<JournalContentSearch> getJournalContentSearchs(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 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 QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl. 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.
getJournalContentSearchs in interface JournalContentSearchLocalServicestart - the lower bound of the range of journal content searchsend - the upper bound of the range of journal content searchs (not inclusive)
public int getJournalContentSearchsCount()
getJournalContentSearchsCount in interface JournalContentSearchLocalService
public List<Long> getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
getLayoutIds in interface JournalContentSearchLocalServicepublic int getLayoutIdsCount(String articleId)
getLayoutIdsCount in interface JournalContentSearchLocalService
public int getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
getLayoutIdsCount in interface JournalContentSearchLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface JournalContentSearchLocalServicePortalExceptionpublic List<JournalContentSearch> getPortletContentSearches(String portletId)
getPortletContentSearches in interface JournalContentSearchLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalContentSearchLocalServicebeanIdentifier - the Spring bean ID for this bean
public JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
throws PortalException
updateContentSearch in interface JournalContentSearchLocalServicePortalException
public JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
throws PortalException
updateContentSearch in interface JournalContentSearchLocalServicePortalException
public List<JournalContentSearch> updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
throws PortalException
updateContentSearch in interface JournalContentSearchLocalServicePortalExceptionpublic JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
updateJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
@Deprecated public JournalContentSearchLocalService getWrappedJournalContentSearchLocalService()
getWrappedService()
@Deprecated public void setWrappedJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
setWrappedService(com.liferay.portlet.journal.service.JournalContentSearchLocalService)
public JournalContentSearchLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalContentSearchLocalService>public void setWrappedService(JournalContentSearchLocalService journalContentSearchLocalService)
setWrappedService in interface ServiceWrapper<JournalContentSearchLocalService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||