|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
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
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. |
void |
destroy()
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
JournalContentSearch |
fetchJournalContentSearch(long contentSearchId)
|
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. |
JournalArticleFinder |
getJournalArticleFinder()
Returns the journal article finder. |
JournalArticleImageLocalService |
getJournalArticleImageLocalService()
Returns the journal article image local service. |
JournalArticleImagePersistence |
getJournalArticleImagePersistence()
Returns the journal article image persistence. |
JournalArticleLocalService |
getJournalArticleLocalService()
Returns the journal article local service. |
JournalArticlePersistence |
getJournalArticlePersistence()
Returns the journal article persistence. |
JournalArticleResourceLocalService |
getJournalArticleResourceLocalService()
Returns the journal article resource local service. |
JournalArticleResourcePersistence |
getJournalArticleResourcePersistence()
Returns the journal article resource persistence. |
JournalArticleService |
getJournalArticleService()
Returns the journal article 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. |
JournalFeedFinder |
getJournalFeedFinder()
Returns the journal feed finder. |
JournalFeedLocalService |
getJournalFeedLocalService()
Returns the journal feed local service. |
JournalFeedPersistence |
getJournalFeedPersistence()
Returns the journal feed persistence. |
JournalFeedService |
getJournalFeedService()
Returns the journal feed remote service. |
JournalFolderFinder |
getJournalFolderFinder()
Returns the journal folder finder. |
JournalFolderLocalService |
getJournalFolderLocalService()
Returns the journal folder local service. |
JournalFolderPersistence |
getJournalFolderPersistence()
Returns the journal folder persistence. |
JournalFolderService |
getJournalFolderService()
Returns the journal folder remote service. |
JournalStructureLocalService |
getJournalStructureLocalService()
Returns the journal structure local service. |
JournalStructureService |
getJournalStructureService()
Returns the journal structure remote service. |
JournalTemplateLocalService |
getJournalTemplateLocalService()
Returns the journal template local service. |
JournalTemplateService |
getJournalTemplateService()
Returns the journal template remote service. |
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. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs an 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 |
setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
Sets the journal article finder. |
void |
setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
Sets the journal article image local service. |
void |
setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
Sets the journal article image persistence. |
void |
setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
Sets the journal article local service. |
void |
setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
Sets the journal article persistence. |
void |
setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
Sets the journal article resource local service. |
void |
setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
Sets the journal article resource persistence. |
void |
setJournalArticleService(JournalArticleService journalArticleService)
Sets the journal article remote service. |
void |
setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
Sets the journal content search local service. |
void |
setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
Sets the journal content search persistence. |
void |
setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
Sets the journal feed finder. |
void |
setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
Sets the journal feed local service. |
void |
setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
Sets the journal feed persistence. |
void |
setJournalFeedService(JournalFeedService journalFeedService)
Sets the journal feed remote service. |
void |
setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
Sets the journal folder finder. |
void |
setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
Sets the journal folder local service. |
void |
setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
Sets the journal folder persistence. |
void |
setJournalFolderService(JournalFolderService journalFolderService)
Sets the journal folder remote service. |
void |
setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Sets the journal structure local service. |
void |
setJournalStructureService(JournalStructureService journalStructureService)
Sets the journal structure remote service. |
void |
setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
Sets the journal template local service. |
void |
setJournalTemplateService(JournalTemplateService journalTemplateService)
Sets the journal template remote service. |
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. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user 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, getLayoutURL, getLayoutURL |
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, deleteArticleContentSearches, deleteLayoutContentSearches, deleteOwnerContentSearches, getArticleContentSearches, getArticleContentSearches, getArticleContentSearches, getLayoutIds, getLayoutIdsCount, getLayoutIdsCount, getPortletContentSearches, updateContentSearch, updateContentSearch, updateContentSearch |
Field Detail |
---|
@BeanReference(type=JournalArticleLocalService.class) protected JournalArticleLocalService journalArticleLocalService
@BeanReference(type=JournalArticleService.class) protected JournalArticleService journalArticleService
@BeanReference(type=JournalArticlePersistence.class) protected JournalArticlePersistence journalArticlePersistence
@BeanReference(type=JournalArticleFinder.class) protected JournalArticleFinder journalArticleFinder
@BeanReference(type=JournalArticleImageLocalService.class) protected JournalArticleImageLocalService journalArticleImageLocalService
@BeanReference(type=JournalArticleImagePersistence.class) protected JournalArticleImagePersistence journalArticleImagePersistence
@BeanReference(type=JournalArticleResourceLocalService.class) protected JournalArticleResourceLocalService journalArticleResourceLocalService
@BeanReference(type=JournalArticleResourcePersistence.class) protected JournalArticleResourcePersistence journalArticleResourcePersistence
@BeanReference(type=JournalContentSearchLocalService.class) protected JournalContentSearchLocalService journalContentSearchLocalService
@BeanReference(type=JournalContentSearchPersistence.class) protected JournalContentSearchPersistence journalContentSearchPersistence
@BeanReference(type=JournalFeedLocalService.class) protected JournalFeedLocalService journalFeedLocalService
@BeanReference(type=JournalFeedService.class) protected JournalFeedService journalFeedService
@BeanReference(type=JournalFeedPersistence.class) protected JournalFeedPersistence journalFeedPersistence
@BeanReference(type=JournalFeedFinder.class) protected JournalFeedFinder journalFeedFinder
@BeanReference(type=JournalFolderLocalService.class) protected JournalFolderLocalService journalFolderLocalService
@BeanReference(type=JournalFolderService.class) protected JournalFolderService journalFolderService
@BeanReference(type=JournalFolderPersistence.class) protected JournalFolderPersistence journalFolderPersistence
@BeanReference(type=JournalFolderFinder.class) protected JournalFolderFinder journalFolderFinder
@BeanReference(type=JournalStructureLocalService.class) protected JournalStructureLocalService journalStructureLocalService
@BeanReference(type=JournalStructureService.class) protected JournalStructureService journalStructureService
@BeanReference(type=JournalTemplateLocalService.class) protected JournalTemplateLocalService journalTemplateLocalService
@BeanReference(type=JournalTemplateService.class) protected JournalTemplateService journalTemplateService
@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=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public JournalContentSearchLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch) throws SystemException
addJournalContentSearch
in interface JournalContentSearchLocalService
journalContentSearch
- the journal content search
SystemException
- if a system exception occurredpublic JournalContentSearch createJournalContentSearch(long contentSearchId)
createJournalContentSearch
in interface JournalContentSearchLocalService
contentSearchId
- the primary key for the new journal content search
@Indexable(type=DELETE) public JournalContentSearch deleteJournalContentSearch(long contentSearchId) throws PortalException, SystemException
deleteJournalContentSearch
in interface JournalContentSearchLocalService
contentSearchId
- the primary key of the journal content search
PortalException
- if a journal content search with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public JournalContentSearch deleteJournalContentSearch(JournalContentSearch journalContentSearch) throws SystemException
deleteJournalContentSearch
in interface JournalContentSearchLocalService
journalContentSearch
- the journal content search
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface JournalContentSearchLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface JournalContentSearchLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 JournalContentSearchLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 JournalContentSearchLocalService
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 (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface JournalContentSearchLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount
in interface JournalContentSearchLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurredpublic JournalContentSearch fetchJournalContentSearch(long contentSearchId) throws SystemException
fetchJournalContentSearch
in interface JournalContentSearchLocalService
SystemException
public JournalContentSearch getJournalContentSearch(long contentSearchId) throws PortalException, SystemException
getJournalContentSearch
in interface JournalContentSearchLocalService
contentSearchId
- the primary key of the journal content search
PortalException
- if a journal content search with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface JournalContentSearchLocalService
PortalException
SystemException
public List<JournalContentSearch> getJournalContentSearchs(int start, int end) throws SystemException
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 JournalContentSearchLocalService
start
- the lower bound of the range of journal content searchsend
- the upper bound of the range of journal content searchs (not inclusive)
SystemException
- if a system exception occurredpublic int getJournalContentSearchsCount() throws SystemException
getJournalContentSearchsCount
in interface JournalContentSearchLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch) throws SystemException
updateJournalContentSearch
in interface JournalContentSearchLocalService
journalContentSearch
- the journal content search
SystemException
- if a system exception occurredpublic JournalArticleLocalService getJournalArticleLocalService()
public void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
journalArticleLocalService
- the journal article local servicepublic JournalArticleService getJournalArticleService()
public void setJournalArticleService(JournalArticleService journalArticleService)
journalArticleService
- the journal article remote servicepublic JournalArticlePersistence getJournalArticlePersistence()
public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
journalArticlePersistence
- the journal article persistencepublic JournalArticleFinder getJournalArticleFinder()
public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
journalArticleFinder
- the journal article finderpublic JournalArticleImageLocalService getJournalArticleImageLocalService()
public void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
journalArticleImageLocalService
- the journal article image local servicepublic JournalArticleImagePersistence getJournalArticleImagePersistence()
public void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
journalArticleImagePersistence
- the journal article image persistencepublic JournalArticleResourceLocalService getJournalArticleResourceLocalService()
public void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
journalArticleResourceLocalService
- the journal article resource local servicepublic JournalArticleResourcePersistence getJournalArticleResourcePersistence()
public void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
journalArticleResourcePersistence
- the journal article resource persistencepublic 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 JournalFeedLocalService getJournalFeedLocalService()
public void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
journalFeedLocalService
- the journal feed local servicepublic JournalFeedService getJournalFeedService()
public void setJournalFeedService(JournalFeedService journalFeedService)
journalFeedService
- the journal feed remote servicepublic JournalFeedPersistence getJournalFeedPersistence()
public void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
journalFeedPersistence
- the journal feed persistencepublic JournalFeedFinder getJournalFeedFinder()
public void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
journalFeedFinder
- the journal feed finderpublic JournalFolderLocalService getJournalFolderLocalService()
public void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
journalFolderLocalService
- the journal folder local servicepublic JournalFolderService getJournalFolderService()
public void setJournalFolderService(JournalFolderService journalFolderService)
journalFolderService
- the journal folder remote servicepublic JournalFolderPersistence getJournalFolderPersistence()
public void setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
journalFolderPersistence
- the journal folder persistencepublic JournalFolderFinder getJournalFolderFinder()
public void setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
journalFolderFinder
- the journal folder finderpublic JournalStructureLocalService getJournalStructureLocalService()
public void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
journalStructureLocalService
- the journal structure local servicepublic JournalStructureService getJournalStructureService()
public void setJournalStructureService(JournalStructureService journalStructureService)
journalStructureService
- the journal structure remote servicepublic JournalTemplateLocalService getJournalTemplateLocalService()
public void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
journalTemplateLocalService
- the journal template local servicepublic JournalTemplateService getJournalTemplateService()
public void setJournalTemplateService(JournalTemplateService journalTemplateService)
journalTemplateService
- the journal template remote servicepublic 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 ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface JournalContentSearchLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface JournalContentSearchLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |