Interface EventModule
- All Superinterfaces:
BaseModule
- All Known Implementing Classes:
PCMEventModule
-
Method Summary
Methods inherited from interface com.oracle.communications.brm.cc.modules.BaseModule
getBaseOps, getURIContext, getUserContext, setBaseOps, setURIContext, setUserContext
-
Method Details
-
getEvents
Creates the search input flist for getting events based on filters passedThe following keys are recognized in the
queryParamsmap:- accountId – the rest id of the account billUnitId the bill unit
- createdStartTime – created time (start of interval) for the event
- createdEndTime – created time (end of interval) for the event
- effectiveStartTime – effective time of the event (start of interval)
- effectiveEndTime – effective time of the event (end of interval)
- serviceId – service associated with the event
- itemId – item associated with the event
- eventTypeList – the list of event types to fetch name system description for the event
- eventStartTime – start time for the event (start of interval)
- eventEndTime – start time for the event (end of interval)
- billId – bill id for the event
- offset
- limit
- Parameters:
queryParams- : a map of query parameters with the following- Returns:
-