|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.journal.service.base.JournalFeedLocalServiceBaseImpl
public abstract class JournalFeedLocalServiceBaseImpl
The base implementation of the journal feed 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 JournalFeedLocalServiceImpl
.
Never modify or reference this class directly. Always use JournalFeedLocalServiceUtil
to access the journal feed local service.
JournalFeedLocalServiceImpl
,
JournalFeedLocalServiceUtil
Constructor Summary | |
---|---|
JournalFeedLocalServiceBaseImpl()
|
Method Summary | |
---|---|
JournalFeed |
addJournalFeed(JournalFeed journalFeed)
Adds the journal feed to the database. |
JournalFeed |
createJournalFeed(long id)
Creates a new journal feed with the primary key. |
void |
deleteJournalFeed(JournalFeed journalFeed)
Deletes the journal feed from the database. |
void |
deleteJournalFeed(long id)
Deletes the journal feed with the primary key from the database. |
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)
Counts the number of rows that match the dynamic query. |
CounterLocalService |
getCounterLocalService()
Gets the counter local service. |
ExpandoValueLocalService |
getExpandoValueLocalService()
Gets the expando value local service. |
ExpandoValuePersistence |
getExpandoValuePersistence()
Gets the expando value persistence. |
ExpandoValueService |
getExpandoValueService()
Gets the expando value remote service. |
JournalArticleFinder |
getJournalArticleFinder()
Gets the journal article finder. |
JournalArticleImageLocalService |
getJournalArticleImageLocalService()
Gets the journal article image local service. |
JournalArticleImagePersistence |
getJournalArticleImagePersistence()
Gets the journal article image persistence. |
JournalArticleLocalService |
getJournalArticleLocalService()
Gets the journal article local service. |
JournalArticlePersistence |
getJournalArticlePersistence()
Gets the journal article persistence. |
JournalArticleResourceLocalService |
getJournalArticleResourceLocalService()
Gets the journal article resource local service. |
JournalArticleResourcePersistence |
getJournalArticleResourcePersistence()
Gets the journal article resource persistence. |
JournalArticleService |
getJournalArticleService()
Gets the journal article remote service. |
JournalContentSearchLocalService |
getJournalContentSearchLocalService()
Gets the journal content search local service. |
JournalContentSearchPersistence |
getJournalContentSearchPersistence()
Gets the journal content search persistence. |
JournalFeed |
getJournalFeed(long id)
Gets the journal feed with the primary key. |
JournalFeed |
getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Gets the journal feed with the UUID and group id. |
JournalFeedFinder |
getJournalFeedFinder()
Gets the journal feed finder. |
JournalFeedLocalService |
getJournalFeedLocalService()
Gets the journal feed local service. |
JournalFeedPersistence |
getJournalFeedPersistence()
Gets the journal feed persistence. |
List<JournalFeed> |
getJournalFeeds(int start,
int end)
Gets a range of all the journal feeds. |
int |
getJournalFeedsCount()
Gets the number of journal feeds. |
JournalFeedService |
getJournalFeedService()
Gets the journal feed remote service. |
JournalStructureFinder |
getJournalStructureFinder()
Gets the journal structure finder. |
JournalStructureLocalService |
getJournalStructureLocalService()
Gets the journal structure local service. |
JournalStructurePersistence |
getJournalStructurePersistence()
Gets the journal structure persistence. |
JournalStructureService |
getJournalStructureService()
Gets the journal structure remote service. |
JournalTemplateFinder |
getJournalTemplateFinder()
Gets the journal template finder. |
JournalTemplateLocalService |
getJournalTemplateLocalService()
Gets the journal template local service. |
JournalTemplatePersistence |
getJournalTemplatePersistence()
Gets the journal template persistence. |
JournalTemplateService |
getJournalTemplateService()
Gets the journal template remote service. |
ResourceFinder |
getResourceFinder()
Gets the resource finder. |
ResourceLocalService |
getResourceLocalService()
Gets the resource local service. |
ResourcePersistence |
getResourcePersistence()
Gets the resource persistence. |
ResourceService |
getResourceService()
Gets the resource remote service. |
UserFinder |
getUserFinder()
Gets the user finder. |
UserLocalService |
getUserLocalService()
Gets the user local service. |
UserPersistence |
getUserPersistence()
Gets the user persistence. |
UserService |
getUserService()
Gets the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value 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 |
setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
Sets the journal structure finder. |
void |
setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Sets the journal structure local service. |
void |
setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
Sets the journal structure persistence. |
void |
setJournalStructureService(JournalStructureService journalStructureService)
Sets the journal structure remote service. |
void |
setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
Sets the journal template finder. |
void |
setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
Sets the journal template local service. |
void |
setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
Sets the journal template persistence. |
void |
setJournalTemplateService(JournalTemplateService journalTemplateService)
Sets the journal template remote service. |
void |
setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence. |
void |
setResourceService(ResourceService resourceService)
Sets the resource remote 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. |
JournalFeed |
updateJournalFeed(JournalFeed journalFeed)
Updates the journal feed in the database. |
JournalFeed |
updateJournalFeed(JournalFeed journalFeed,
boolean merge)
Updates the journal feed in the database. |
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.JournalFeedLocalService |
---|
addFeed, addFeedResources, addFeedResources, addFeedResources, addFeedResources, deleteFeed, deleteFeed, deleteFeed, getFeed, getFeed, getFeeds, getFeeds, getFeeds, getFeedsCount, search, search, searchCount, searchCount, updateFeed |
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=JournalStructureLocalService.class) protected JournalStructureLocalService journalStructureLocalService
@BeanReference(type=JournalStructureService.class) protected JournalStructureService journalStructureService
@BeanReference(type=JournalStructurePersistence.class) protected JournalStructurePersistence journalStructurePersistence
@BeanReference(type=JournalStructureFinder.class) protected JournalStructureFinder journalStructureFinder
@BeanReference(type=JournalTemplateLocalService.class) protected JournalTemplateLocalService journalTemplateLocalService
@BeanReference(type=JournalTemplateService.class) protected JournalTemplateService journalTemplateService
@BeanReference(type=JournalTemplatePersistence.class) protected JournalTemplatePersistence journalTemplatePersistence
@BeanReference(type=JournalTemplateFinder.class) protected JournalTemplateFinder journalTemplateFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@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=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
Constructor Detail |
---|
public JournalFeedLocalServiceBaseImpl()
Method Detail |
---|
public JournalFeed addJournalFeed(JournalFeed journalFeed) throws SystemException
addJournalFeed
in interface JournalFeedLocalService
journalFeed
- the journal feed to add
SystemException
- if a system exception occurredpublic JournalFeed createJournalFeed(long id)
createJournalFeed
in interface JournalFeedLocalService
id
- the primary key for the new journal feed
public void deleteJournalFeed(long id) throws PortalException, SystemException
deleteJournalFeed
in interface JournalFeedLocalService
id
- the primary key of the journal feed to delete
PortalException
- if a journal feed with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteJournalFeed(JournalFeed journalFeed) throws SystemException
deleteJournalFeed
in interface JournalFeedLocalService
journalFeed
- the journal feed to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface JournalFeedLocalService
dynamicQuery
- the dynamic query to search with
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.
dynamicQuery
in interface JournalFeedLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (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.
dynamicQuery
in interface JournalFeedLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface JournalFeedLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic JournalFeed getJournalFeed(long id) throws PortalException, SystemException
getJournalFeed
in interface JournalFeedLocalService
id
- the primary key of the journal feed to get
PortalException
- if a journal feed with the primary key could not be found
SystemException
- if a system exception occurredpublic JournalFeed getJournalFeedByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getJournalFeedByUuidAndGroupId
in interface JournalFeedLocalService
uuid
- the UUID of journal feed to getgroupId
- the group id of the journal feed to get
PortalException
- if a journal feed with the UUID and group id could not be found
SystemException
- if a system exception occurredpublic List<JournalFeed> getJournalFeeds(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.
getJournalFeeds
in interface JournalFeedLocalService
start
- the lower bound of the range of journal feeds to returnend
- the upper bound of the range of journal feeds to return (not inclusive)
SystemException
- if a system exception occurredpublic int getJournalFeedsCount() throws SystemException
getJournalFeedsCount
in interface JournalFeedLocalService
SystemException
- if a system exception occurredpublic JournalFeed updateJournalFeed(JournalFeed journalFeed) throws SystemException
updateJournalFeed
in interface JournalFeedLocalService
journalFeed
- the journal feed to update
SystemException
- if a system exception occurredpublic JournalFeed updateJournalFeed(JournalFeed journalFeed, boolean merge) throws SystemException
updateJournalFeed
in interface JournalFeedLocalService
journalFeed
- the journal feed to updatemerge
- whether to merge the journal feed with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
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 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 JournalStructurePersistence getJournalStructurePersistence()
public void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
journalStructurePersistence
- the journal structure persistencepublic JournalStructureFinder getJournalStructureFinder()
public void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
journalStructureFinder
- the journal structure finderpublic 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 JournalTemplatePersistence getJournalTemplatePersistence()
public void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
journalTemplatePersistence
- the journal template persistencepublic JournalTemplateFinder getJournalTemplateFinder()
public void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
journalTemplateFinder
- the journal template finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService
- the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence
- the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder
- the resource finderpublic 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 ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService
- the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService
- the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence
- the expando value persistenceprotected void runSQL(String sql) throws SystemException
sql
- the sql query to perform
SystemException
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |