| Public Methods |
|
List<T>
|
findAll()
|
|
List<T>
|
findAll(int offset, int limit)
|
|
List<T>
|
findAll(T prototype, boolean exactMatch)
|
|
List<T>
|
findAll(int offset)
|
|
List<T>
|
findAll(T prototype)
|
|
List<T>
|
findAll(Map<String, String> conditions, boolean exactMatch, int offset, Integer limit, Date dateLimit)
|
|
List<T>
|
findAll(Map<String, String> conditions, boolean exactMatch, int offset, Integer limit)
|
|
T
|
findById(long id)
|
|
static
<T extends Resource>
Repository<T>
|
newRepository(Client coupaServer, Class<T> resourceClass)
|
|
static
<T extends Resource>
Repository<T>
|
newRepository(Client coupaServer, Class<T> resourceClass, String resourceName)
|
|
T
|
save(T resource)
|