This is the complete list of members for net.typedrest.PagedCollectionEndpoint< TEntity >, including all inherited members.
contains(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
contains(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
create(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
createAll(Iterable< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
delete(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
delete(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
get(String id) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
get(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
getEntityType() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isCreateAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isCreateAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isReadAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isReadRangeAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
isSetAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
merge(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
readAll() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
readRange(Long from, Long to) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
set(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
setAll(Collection< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |