Class BranchServiceFacade
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitApiServiceFacade
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.BasicDotykackaApiServiceFacade
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.DotykackaApiServiceFacade<BranchService>
-
- pl.grizzlysoftware.dotykacka.client.v1.facade.BranchServiceFacade
-
public class BranchServiceFacade extends DotykackaApiServiceFacade<BranchService>
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchLoaderbatchLoader-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v1.facade.DotykackaApiServiceFacade
service
-
Fields inherited from class pl.grizzlysoftware.dotykacka.client.v1.facade.BasicDotykackaApiServiceFacade
cloudId
-
Fields inherited from class pl.grizzlysoftware.util.RetrofitApiServiceFacade
executor
-
-
Constructor Summary
Constructors Constructor Description BranchServiceFacade(java.lang.Long cloudId, BranchService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchgetBranch(java.lang.Long id)java.util.Collection<Branch>getBranches()java.util.Collection<Branch>getBranches(int limit, int offset)java.util.Collection<Branch>getBranches(int limit, int offset, java.lang.String sort)java.util.Collection<Branch>getBranches(java.lang.String sort)-
Methods inherited from class pl.grizzlysoftware.util.RetrofitApiServiceFacade
execute
-
-
-
-
Field Detail
-
batchLoader
protected BatchLoader batchLoader
-
-
Constructor Detail
-
BranchServiceFacade
public BranchServiceFacade(java.lang.Long cloudId, BranchService service)
-
-
Method Detail
-
getBranch
public Branch getBranch(java.lang.Long id)
-
getBranches
public java.util.Collection<Branch> getBranches(int limit, int offset, java.lang.String sort)
-
getBranches
public java.util.Collection<Branch> getBranches(int limit, int offset)
-
getBranches
public java.util.Collection<Branch> getBranches(java.lang.String sort)
-
getBranches
public java.util.Collection<Branch> getBranches()
-
-