Class MoneyLogServiceFacade
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitApiService
-
- pl.grizzlysoftware.dotykacka.client.v2.facade.DotykackaApiService<MoneyLogService>
-
- pl.grizzlysoftware.dotykacka.client.v2.facade.MoneyLogServiceFacade
-
public class MoneyLogServiceFacade extends DotykackaApiService<MoneyLogService>
-
-
Field Summary
-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v2.facade.DotykackaApiService
batchLoader, service
-
Fields inherited from class pl.grizzlysoftware.util.RetrofitApiService
executor
-
-
Constructor Summary
Constructors Constructor Description MoneyLogServiceFacade(MoneyLogService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<MoneyLog>getAllMoneyLogs()java.util.Collection<MoneyLog>getAllMoneyLogs(java.lang.String sort)MoneyLoggetMoneyLog(java.lang.Long id)ResultPage<MoneyLog>getMoneyLogs(int page, int pageSize, java.lang.String sort)ResultPage<MoneyLog>getMoneyLogs(int page, int pageSize, java.lang.String filter, java.lang.String sort)-
Methods inherited from class pl.grizzlysoftware.util.RetrofitApiService
execute, setCallExecutionListener
-
-
-
-
Constructor Detail
-
MoneyLogServiceFacade
public MoneyLogServiceFacade(MoneyLogService service)
-
-
Method Detail
-
getMoneyLog
public MoneyLog getMoneyLog(java.lang.Long id)
-
getMoneyLogs
public ResultPage<MoneyLog> getMoneyLogs(int page, int pageSize, java.lang.String filter, java.lang.String sort)
-
getMoneyLogs
public ResultPage<MoneyLog> getMoneyLogs(int page, int pageSize, java.lang.String sort)
-
getAllMoneyLogs
public java.util.Collection<MoneyLog> getAllMoneyLogs(java.lang.String sort)
-
getAllMoneyLogs
public java.util.Collection<MoneyLog> getAllMoneyLogs()
-
-