Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.SystemEventPersistence

Packages that use SystemEventPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.trash.service.base   
 

Uses of SystemEventPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SystemEventPersistence
protected  SystemEventPersistence SystemEventLocalServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence RepositoryLocalServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence RepositoryServiceBaseImpl.systemEventPersistence
           
 

Methods in com.liferay.portal.service.base that return SystemEventPersistence
 SystemEventPersistence SystemEventLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence RepositoryLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence RepositoryServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 

Methods in com.liferay.portal.service.base with parameters of type SystemEventPersistence
 void SystemEventLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void RepositoryLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void RepositoryServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 

Uses of SystemEventPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return SystemEventPersistence
static SystemEventPersistence SystemEventUtil.getPersistence()
           
 

Uses of SystemEventPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement SystemEventPersistence
 class SystemEventPersistenceImpl
          The persistence implementation for the system event service.
 

Uses of SystemEventPersistence in com.liferay.portlet.asset.service.base
 

Fields in com.liferay.portlet.asset.service.base declared as SystemEventPersistence
protected  SystemEventPersistence AssetEntryServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence AssetEntryLocalServiceBaseImpl.systemEventPersistence
           
 

Methods in com.liferay.portlet.asset.service.base that return SystemEventPersistence
 SystemEventPersistence AssetEntryServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence AssetEntryLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type SystemEventPersistence
 void AssetEntryServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void AssetEntryLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 

Uses of SystemEventPersistence in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as SystemEventPersistence
protected  SystemEventPersistence MBCategoryLocalServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence MBBanLocalServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence MBBanServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence MBCategoryServiceBaseImpl.systemEventPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return SystemEventPersistence
 SystemEventPersistence MBCategoryLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence MBBanLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence MBBanServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence MBCategoryServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type SystemEventPersistence
 void MBCategoryLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void MBBanLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void MBBanServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void MBCategoryServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 

Uses of SystemEventPersistence in com.liferay.portlet.trash.service.base
 

Fields in com.liferay.portlet.trash.service.base declared as SystemEventPersistence
protected  SystemEventPersistence TrashEntryServiceBaseImpl.systemEventPersistence
           
protected  SystemEventPersistence TrashEntryLocalServiceBaseImpl.systemEventPersistence
           
 

Methods in com.liferay.portlet.trash.service.base that return SystemEventPersistence
 SystemEventPersistence TrashEntryServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 SystemEventPersistence TrashEntryLocalServiceBaseImpl.getSystemEventPersistence()
          Returns the system event persistence.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type SystemEventPersistence
 void TrashEntryServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 void TrashEntryLocalServiceBaseImpl.setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
          Sets the system event persistence.
 


Liferay 7.0-ce-b4