A B C D G J M N O P S T X

A

add(Integer, Integer) - Method in class org.exoplatform.services.ws.rest.samples.Calculator
Add two items.
addBook(String, Book) - Method in class org.exoplatform.services.ws.rest.samples.BookStorage
Add new Book in storage.

B

Book - Class in org.exoplatform.services.ws.rest.samples
 
Book() - Constructor for class org.exoplatform.services.ws.rest.samples.Book
 
BookStorage - Class in org.exoplatform.services.ws.rest.samples
Simple service for REST demo.
BookStorage() - Constructor for class org.exoplatform.services.ws.rest.samples.BookStorage
Construct new instance of BookStorage.

C

Calculator - Class in org.exoplatform.services.ws.rest.samples
Simple service for REST demo.
Calculator() - Constructor for class org.exoplatform.services.ws.rest.samples.Calculator
 

D

divide(Integer, Integer) - Method in class org.exoplatform.services.ws.rest.samples.Calculator
Divide two items.

G

get(String) - Method in class org.exoplatform.services.ws.rest.samples.JsonBookService
Return request with JSON body which represent Book object.
get(String) - Method in class org.exoplatform.services.ws.rest.samples.XMLBookService
Return request with XML body which represent Book object.
get2(String) - Method in class org.exoplatform.services.ws.rest.samples.XMLBookService
Return request with HTML body which represent Book object.
getAuthor() - Method in class org.exoplatform.services.ws.rest.samples.Book
 
getBook(String) - Method in class org.exoplatform.services.ws.rest.samples.BookStorage
Get Book with specified key.
getIsdn() - Method in class org.exoplatform.services.ws.rest.samples.Book
 
getPages() - Method in class org.exoplatform.services.ws.rest.samples.Book
 
getPrice() - Method in class org.exoplatform.services.ws.rest.samples.Book
 
getTitle() - Method in class org.exoplatform.services.ws.rest.samples.Book
 

J

JsonBookService - Class in org.exoplatform.services.ws.rest.samples
Simple service for REST demo.
JsonBookService(BookStorage) - Constructor for class org.exoplatform.services.ws.rest.samples.JsonBookService
Constructs new instance of JsonBookService.

M

multiply(Integer, Integer) - Method in class org.exoplatform.services.ws.rest.samples.Calculator
Multiply two items.

N

numberOfBooks() - Method in class org.exoplatform.services.ws.rest.samples.BookStorage
 

O

org.exoplatform.services.ws.rest.samples - package org.exoplatform.services.ws.rest.samples
 

P

post(String, String, Book) - Method in class org.exoplatform.services.ws.rest.samples.JsonBookService
Create new Book in BookStorage with specified key.

S

setAuthor(String) - Method in class org.exoplatform.services.ws.rest.samples.Book
Set author name.
setIsdn(String) - Method in class org.exoplatform.services.ws.rest.samples.Book
Set ISDN.
setPages(int) - Method in class org.exoplatform.services.ws.rest.samples.Book
Set number of pages.
setPrice(Double) - Method in class org.exoplatform.services.ws.rest.samples.Book
Set book's price.
setTitle(String) - Method in class org.exoplatform.services.ws.rest.samples.Book
Set book's title.
subtract(Integer, Integer) - Method in class org.exoplatform.services.ws.rest.samples.Calculator
Subtract second item from first one.

T

toString() - Method in class org.exoplatform.services.ws.rest.samples.Book

X

XMLBookService - Class in org.exoplatform.services.ws.rest.samples
Simple service for REST demo.
XMLBookService(BookStorage) - Constructor for class org.exoplatform.services.ws.rest.samples.XMLBookService
Constructs new instance of XMLBookService.

A B C D G J M N O P S T X

Copyright © 2011 eXo Platform SAS. All Rights Reserved.