Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.systemevent.SystemEvent

Packages that use SystemEvent
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.journal.service   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.polls.service   
com.liferay.portlet.wiki.service   
 

Uses of SystemEvent in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type SystemEvent
abstract  void LayoutLocalService.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 

Uses of SystemEvent in com.liferay.portlet.bookmarks.service
 

Methods in com.liferay.portlet.bookmarks.service with annotations of type SystemEvent
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 

Uses of SystemEvent in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with annotations of type SystemEvent
abstract  DLFileEntry DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
           
abstract  void DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
abstract  void DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 

Uses of SystemEvent in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service with annotations of type SystemEvent
abstract  void DDLRecordSetLocalService.deleteRecordSet(DDLRecordSet recordSet)
           
 

Uses of SystemEvent in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service with annotations of type SystemEvent
abstract  void DDMStructureLocalService.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
abstract  void DDMTemplateLocalService.deleteTemplate(DDMTemplate template)
          Deletes the template and its resources.
 

Uses of SystemEvent in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service with annotations of type SystemEvent
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
abstract  void JournalFeedLocalService.deleteFeed(JournalFeed feed)
           
abstract  JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder)
           
abstract  JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder, boolean includeTrashedEntries)
           
 

Uses of SystemEvent in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service with annotations of type SystemEvent
abstract  void MBBanLocalService.deleteBan(MBBan ban)
           
abstract  void MBCategoryLocalService.deleteCategory(MBCategory category)
           
abstract  void MBCategoryLocalService.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
abstract  void MBThreadLocalService.deleteThread(MBThread thread)
           
abstract  void MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
           
 

Uses of SystemEvent in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service with annotations of type SystemEvent
abstract  void MDRActionLocalService.deleteAction(MDRAction action)
           
abstract  void MDRRuleLocalService.deleteRule(MDRRule rule)
           
abstract  void MDRRuleGroupLocalService.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
abstract  void MDRRuleGroupInstanceLocalService.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 

Uses of SystemEvent in com.liferay.portlet.polls.service
 

Methods in com.liferay.portlet.polls.service with annotations of type SystemEvent
abstract  void PollsQuestionLocalService.deleteQuestion(PollsQuestion question)
           
 

Uses of SystemEvent in com.liferay.portlet.wiki.service
 

Methods in com.liferay.portlet.wiki.service with annotations of type SystemEvent
abstract  void WikiNodeLocalService.deleteNode(WikiNode node)
           
abstract  void WikiPageLocalService.deletePage(WikiPage page)
           
 


Liferay 6.2.0