Package org.cyclos.services.banking
Interface UserAccountFeeLogService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
UserAccountFeeLogServiceLocal
public interface UserAccountFeeLogService extends Service
Service interface for searching users within an account fee log
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAccountFeeLogSearchDatagetSearchData(@NotNull Long accountFeeLogId)Returns data to search users in the given account fee logPage<UserAccountFeeLogVO>search(@NotNull UserAccountFeeLogQuery params)Searches for charged users within an account fee execution
-
-
-
Method Detail
-
getSearchData
UserAccountFeeLogSearchData getSearchData(@NotNull @NotNull Long accountFeeLogId) throws FrameworkException
Returns data to search users in the given account fee log- Throws:
FrameworkException
-
search
Page<UserAccountFeeLogVO> search(@NotNull @NotNull UserAccountFeeLogQuery params) throws FrameworkException
Searches for charged users within an account fee execution- Throws:
FrameworkException
-
-