|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
@ProviderType public abstract class JournalContentSearchLocalServiceBaseImpl
Provides the base implementation for the journal content search local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in JournalContentSearchLocalServiceImpl.
JournalContentSearchLocalServiceImpl,
JournalContentSearchLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected GroupFinder |
groupFinder
|
protected GroupLocalService |
groupLocalService
|
protected GroupPersistence |
groupPersistence
|
protected GroupService |
groupService
|
protected JournalContentSearchLocalService |
journalContentSearchLocalService
|
protected JournalContentSearchPersistence |
journalContentSearchPersistence
|
protected LayoutFinder |
layoutFinder
|
protected LayoutLocalService |
layoutLocalService
|
protected LayoutPersistence |
layoutPersistence
|
protected LayoutService |
layoutService
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
protected PortletPreferencesFinder |
portletPreferencesFinder
|
protected PortletPreferencesLocalService |
portletPreferencesLocalService
|
protected PortletPreferencesPersistence |
portletPreferencesPersistence
|
protected PortletPreferencesService |
portletPreferencesService
|
| Constructor Summary | |
|---|---|
JournalContentSearchLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
JournalContentSearch |
addJournalContentSearch(JournalContentSearch journalContentSearch)
Adds the journal content search to the database. |
|
void |
afterPropertiesSet()
|
|
JournalContentSearch |
createJournalContentSearch(long contentSearchId)
Creates a new journal content search with the primary key. |
|
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. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
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()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
GroupService |
getGroupService()
Returns the group remote service. |
|
JournalContentSearch |
getJournalContentSearch(long contentSearchId)
Returns the journal content search with the primary key. |
|
JournalContentSearchLocalService |
getJournalContentSearchLocalService()
Returns the journal content search local service. |
|
JournalContentSearchPersistence |
getJournalContentSearchPersistence()
Returns the journal content search persistence. |
|
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. |
|
LayoutFinder |
getLayoutFinder()
Returns the layout finder. |
|
LayoutLocalService |
getLayoutLocalService()
Returns the layout local service. |
|
LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence. |
|
LayoutService |
getLayoutService()
Returns the layout remote service. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
PortletPreferencesFinder |
getPortletPreferencesFinder()
Returns the portlet preferences finder. |
|
PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Returns the portlet preferences local service. |
|
PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Returns the portlet preferences persistence. |
|
PortletPreferencesService |
getPortletPreferencesService()
Returns the portlet preferences remote service. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
|
void |
setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
Sets the journal content search local service. |
|
void |
setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
Sets the journal content search persistence. |
|
void |
setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
|
void |
setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service. |
|
void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence. |
|
void |
setLayoutService(LayoutService layoutService)
Sets the layout remote service. |
|
void |
setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder. |
|
void |
setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service. |
|
void |
setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence. |
|
void |
setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences remote service. |
|
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 com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.journal.service.JournalContentSearchLocalService |
|---|
checkContentSearches, deleteArticleContentSearch, deleteArticleContentSearch, deleteArticleContentSearches, deleteLayoutContentSearches, deleteOwnerContentSearches, getArticleContentSearches, getArticleContentSearches, getArticleContentSearches, getLayoutIds, getLayoutIdsCount, getLayoutIdsCount, getPortletContentSearches, updateContentSearch, updateContentSearch, updateContentSearch |
| Field Detail |
|---|
@BeanReference(type=JournalContentSearchLocalService.class) protected JournalContentSearchLocalService journalContentSearchLocalService
@BeanReference(type=JournalContentSearchPersistence.class) protected JournalContentSearchPersistence journalContentSearchPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutService.class) protected LayoutService layoutService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=PortletPreferencesLocalService.class) protected PortletPreferencesLocalService portletPreferencesLocalService
@BeanReference(type=PortletPreferencesService.class) protected PortletPreferencesService portletPreferencesService
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=PortletPreferencesFinder.class) protected PortletPreferencesFinder portletPreferencesFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public JournalContentSearchLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
addJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
public JournalContentSearch createJournalContentSearch(long contentSearchId)
createJournalContentSearch in interface JournalContentSearchLocalServicecontentSearchId - the primary key for the new journal content search
@Indexable(type=DELETE)
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 found@Indexable(type=DELETE) public JournalContentSearch deleteJournalContentSearch(JournalContentSearch journalContentSearch)
deleteJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
public 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 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 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 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 foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface JournalContentSearchLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface JournalContentSearchLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface JournalContentSearchLocalServicePortalException
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 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@Indexable(type=REINDEX) public JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
updateJournalContentSearch in interface JournalContentSearchLocalServicejournalContentSearch - the journal content search
public JournalContentSearchLocalService getJournalContentSearchLocalService()
public void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
journalContentSearchLocalService - the journal content search local servicepublic JournalContentSearchPersistence getJournalContentSearchPersistence()
public void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
journalContentSearchPersistence - the journal content search persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutService getLayoutService()
public void setLayoutService(LayoutService layoutService)
layoutService - the layout remote servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic PortletPreferencesLocalService getPortletPreferencesLocalService()
public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
portletPreferencesLocalService - the portlet preferences local servicepublic PortletPreferencesService getPortletPreferencesService()
public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
portletPreferencesService - the portlet preferences remote servicepublic PortletPreferencesPersistence getPortletPreferencesPersistence()
public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
portletPreferencesPersistence - the portlet preferences persistencepublic PortletPreferencesFinder getPortletPreferencesFinder()
public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
portletPreferencesFinder - the portlet preferences finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface JournalContentSearchLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface JournalContentSearchLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||