Class CloudServiceFacade
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitApiService
-
- pl.grizzlysoftware.dotykacka.client.v2.facade.DotykackaApiService<CloudService>
-
- pl.grizzlysoftware.dotykacka.client.v2.facade.CloudServiceFacade
-
public class CloudServiceFacade extends DotykackaApiService<CloudService>
-
-
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 CloudServiceFacade(CloudService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Cloud>getAllClouds()java.util.Collection<Cloud>getAllClouds(java.lang.String sort)CloudgetCloud(java.lang.Long id)ResultPage<Cloud>getClouds(int page, int pageSize, java.lang.String sort)ResultPage<Cloud>getClouds(int page, int pageSize, java.lang.String filter, java.lang.String sort)-
Methods inherited from class pl.grizzlysoftware.util.RetrofitApiService
execute, setCallExecutionListener
-
-
-
-
Constructor Detail
-
CloudServiceFacade
public CloudServiceFacade(CloudService service)
-
-
Method Detail
-
getCloud
public Cloud getCloud(java.lang.Long id)
-
getClouds
public ResultPage<Cloud> getClouds(int page, int pageSize, java.lang.String filter, java.lang.String sort)
-
getClouds
public ResultPage<Cloud> getClouds(int page, int pageSize, java.lang.String sort)
-
getAllClouds
public java.util.Collection<Cloud> getAllClouds(java.lang.String sort)
-
getAllClouds
public java.util.Collection<Cloud> getAllClouds()
-
-