Interface IDaoFactory
public interface IDaoFactory
Factory interface for creating DAO instances for the fc-notifications sub-system.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance of theINotificationHistoryEntityDaofor the specified transaction.Returns a new instance of theINotificationSubscriptionEntityDaofor the specified transaction.
-
Method Details
-
createNotificationSubscriptionEntityDao
Returns a new instance of theINotificationSubscriptionEntityDaofor the specified transaction.- Parameters:
tx- the transaction to use for the DAO operations.- Returns:
- a new instance of
INotificationSubscriptionEntityDao
-
createNotificationHistoryEntityDao
Returns a new instance of theINotificationHistoryEntityDaofor the specified transaction.- Parameters:
tx- the transaction to use for the DAO operations.- Returns:
- a new instance of
INotificationHistoryEntityDao
-