Liferay 7.0-ce-m3

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.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.systemevent   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.impl   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.impl   
 

Uses of SystemEvent in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type SystemEvent
 Address AddressLocalService.deleteAddress(Address address)
          Deletes the address from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 ExportImportConfiguration ExportImportConfigurationLocalService.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
          Deletes the export import configuration from the database.
 void LayoutLocalService.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 LayoutPrototype LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
          Deletes the layout prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 Organization OrganizationLocalService.deleteOrganization(Organization organization)
          Deletes the organization from the database.
 PasswordPolicy PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
          Deletes the password policy from the database.
 Phone PhoneLocalService.deletePhone(Phone phone)
          Deletes the phone from the database.
 Repository RepositoryLocalService.deleteRepository(Repository repository)
          Deletes the repository from the database.
 Role RoleLocalService.deleteRole(Role role)
          Deletes the role from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
 

Uses of SystemEvent in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with annotations of type SystemEvent
 Address AddressLocalServiceImpl.deleteAddress(Address address)
           
 EmailAddress EmailAddressLocalServiceImpl.deleteEmailAddress(EmailAddress emailAddress)
           
 ExportImportConfiguration ExportImportConfigurationLocalServiceImpl.deleteExportImportConfiguration(ExportImportConfiguration exportImportConfiguration)
           
 void LayoutLocalServiceImpl.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 LayoutPrototype LayoutPrototypeLocalServiceImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 Organization OrganizationLocalServiceImpl.deleteOrganization(Organization organization)
          Deletes the organization.
 PasswordPolicy PasswordPolicyLocalServiceImpl.deletePasswordPolicy(PasswordPolicy passwordPolicy)
           
 Phone PhoneLocalServiceImpl.deletePhone(Phone phone)
           
 Repository RepositoryLocalServiceImpl.deleteRepository(Repository repository)
           
 Role RoleLocalServiceImpl.deleteRole(Role role)
          Deletes the role and its associated permissions.
 UserGroup UserGroupLocalServiceImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group.
 Website WebsiteLocalServiceImpl.deleteWebsite(Website website)
           
 

Uses of SystemEvent in com.liferay.portal.systemevent
 

Methods in com.liferay.portal.systemevent that return SystemEvent
 SystemEvent SystemEventAdvice.getNullAnnotation()
           
 

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

Methods in com.liferay.portlet.asset.service with annotations of type SystemEvent
 AssetCategory AssetCategoryLocalService.deleteCategory(AssetCategory category)
           
 void AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary)
           
 

Uses of SystemEvent in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl with annotations of type SystemEvent
 AssetCategory AssetCategoryLocalServiceImpl.deleteCategory(AssetCategory category)
           
 void AssetVocabularyLocalServiceImpl.deleteVocabulary(AssetVocabulary vocabulary)
           
 

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

Methods in com.liferay.portlet.blogs.service with annotations of type SystemEvent
 BlogsEntry BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
 

Uses of SystemEvent in com.liferay.portlet.blogs.service.impl
 

Methods in com.liferay.portlet.blogs.service.impl with annotations of type SystemEvent
 BlogsEntry BlogsEntryLocalServiceImpl.deleteEntry(BlogsEntry entry)
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.impl with annotations of type SystemEvent
 DLFileEntry DLFileEntryLocalServiceImpl.deleteFileEntry(DLFileEntry dlFileEntry)
           
 void DLFileEntryTypeLocalServiceImpl.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void DLFileRankLocalServiceImpl.deleteFileRank(DLFileRank dlFileRank)
           
 void DLFileShortcutLocalServiceImpl.deleteFileShortcut(DLFileShortcut fileShortcut)
           
 DLFolder DLFolderLocalServiceImpl.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceImpl.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
 DDLRecord DDLRecordLocalService.deleteRecord(DDLRecord record)
           
 void DDLRecordSetLocalService.deleteRecordSet(DDLRecordSet recordSet)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.impl with annotations of type SystemEvent
 DDLRecord DDLRecordLocalServiceImpl.deleteRecord(DDLRecord record)
           
 void DDLRecordSetLocalServiceImpl.deleteRecordSet(DDLRecordSet recordSet)
           
 

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.service.impl with annotations of type SystemEvent
 void DDMStructureLocalServiceImpl.deleteStructure(DDMStructure structure)
          Deletes the structure and its resources.
 void DDMTemplateLocalServiceImpl.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
 JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 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.
 void JournalFeedLocalService.deleteFeed(JournalFeed feed)
           
 JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder)
           
 JournalFolder JournalFolderLocalService.deleteFolder(JournalFolder folder, boolean includeTrashedEntries)
           
 

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

Methods in com.liferay.portlet.journal.service.impl with annotations of type SystemEvent
 JournalArticle JournalArticleLocalServiceImpl.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 JournalArticle JournalArticleLocalServiceImpl.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.
 void JournalFeedLocalServiceImpl.deleteFeed(JournalFeed feed)
           
 JournalFolder JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder)
           
 JournalFolder JournalFolderLocalServiceImpl.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
 void MBBanLocalService.deleteBan(MBBan ban)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 MBMessage MBMessageLocalService.deleteMessage(MBMessage message)
           
 void MBThreadLocalService.deleteThread(MBThread thread)
           
 void MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl with annotations of type SystemEvent
 void MBBanLocalServiceImpl.deleteBan(MBBan ban)
           
 void MBCategoryLocalServiceImpl.deleteCategory(MBCategory category)
           
 void MBCategoryLocalServiceImpl.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 MBMessage MBMessageLocalServiceImpl.deleteMessage(MBMessage message)
           
 void MBThreadLocalServiceImpl.deleteThread(MBThread thread)
           
 void MBThreadFlagLocalServiceImpl.deleteThreadFlag(MBThreadFlag threadFlag)
           
 

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

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.impl with annotations of type SystemEvent
 void MDRActionLocalServiceImpl.deleteAction(MDRAction action)
           
 void MDRRuleLocalServiceImpl.deleteRule(MDRRule rule)
           
 void MDRRuleGroupLocalServiceImpl.deleteRuleGroup(MDRRuleGroup ruleGroup)
           
 void MDRRuleGroupInstanceLocalServiceImpl.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
           
 

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

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

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

Methods in com.liferay.portlet.wiki.service.impl with annotations of type SystemEvent
 void WikiNodeLocalServiceImpl.deleteNode(WikiNode node)
           
 void WikiPageLocalServiceImpl.deletePage(WikiPage page)
           
 


Liferay 7.0-ce-m3