| Modifier and Type | Method and Description |
|---|---|
UserAccountFeeLogSearchData |
getSearchData(java.lang.Long accountFeeLogId)
Returns data to search users in the given account fee log
|
Page<UserAccountFeeLogVO> |
search(UserAccountFeeLogQuery params)
Searches for charged users within an account fee execution
|
UserAccountFeeLogSearchData getSearchData(java.lang.Long accountFeeLogId) throws FrameworkException
FrameworkExceptionPage<UserAccountFeeLogVO> search(UserAccountFeeLogQuery params) throws FrameworkException
FrameworkException