Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
O
P
S
T
U
A
addChoice(Choice, String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Add a new Choice to a specified path in the data repository.
addChoice(Choice, String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Add a new Choice to a specified path in the data repository.
addChoiceTopic(ChoiceTopic, String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Add a new Choice Topic to a specified path in the data repository.
addChoiceTopic(ChoiceTopic, String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Add a new Choice Topic to a specified path in the data repository.
addUser(User)
- Method in class com.ontheedgesc.choices.data.
UserDataService
Add a new User in the data repository.
addUser(User)
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Add a new User in the data repository.
AppContextListener
- Class in
com.ontheedgesc.choices.web
This class performs all the application startup and shutdown logic.
AppContextListener()
- Constructor for class com.ontheedgesc.choices.web.
AppContextListener
AUTHENTICATION_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
AuthenticationFilter
- Class in
com.ontheedgesc.choices.web
This class performs security HTTP Basic Authentication logic.
AuthenticationFilter()
- Constructor for class com.ontheedgesc.choices.web.
AuthenticationFilter
B
BaseTransport
- Class in
com.ontheedgesc.choices.model.transport
This class is a JavaBean that encapsulates the properties for a Base class Transport response.
BaseTransport()
- Constructor for class com.ontheedgesc.choices.model.transport.
BaseTransport
C
checkChoiceExists(String, String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Check if Choice already exists in the data repository.
checkChoiceExists(String, String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Check if Choice already exists in the data repository.
checkChoiceTopicExists(String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Check if Choice Topic already exists in the data repository.
checkChoiceTopicExists(String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Check if Choice Topic already exists in the data repository.
checkUserExists(String, String)
- Method in class com.ontheedgesc.choices.data.
UserDataService
Check if User exists in the data repository.
checkUserExists(String, String)
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Check if User exists in the data repository.
Choice
- Class in
com.ontheedgesc.choices.model
This class is a JavaBean that encapsulates the properties for a Choice.
Choice()
- Constructor for class com.ontheedgesc.choices.model.
Choice
CHOICE_EXISTS_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
CHOICE_NAME
- Static variable in class com.ontheedgesc.choices.data.
ChoiceDataService
CHOICE_TOPIC_EXISTS_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
ChoiceBusinessService
- Class in
com.ontheedgesc.choices.business
This class implements all the Choices Business Services.
ChoiceBusinessService()
- Constructor for class com.ontheedgesc.choices.business.
ChoiceBusinessService
ChoiceDataService
- Class in
com.ontheedgesc.choices.data
This class implements all the Choices Data Services.
ChoiceDataService(Repository)
- Constructor for class com.ontheedgesc.choices.data.
ChoiceDataService
Default constructor, which initializes repository if needed.
ChoiceDataServiceInterface
- Interface in
com.ontheedgesc.choices.data
Interface class specification for all the Choices Data Services.
CHOICES_ROOT_NAME
- Static variable in class com.ontheedgesc.choices.data.
ChoiceDataService
CHOICES_ROOT_PATH
- Static variable in class com.ontheedgesc.choices.data.
ChoiceDataService
ChoicesTransport
- Class in
com.ontheedgesc.choices.model.transport
This class is a JavaBean that encapsulates the properties for a Choices Transport request/response.
ChoicesTransport()
- Constructor for class com.ontheedgesc.choices.model.transport.
ChoicesTransport
ChoiceTopic
- Class in
com.ontheedgesc.choices.model
This class is a JavaBean that encapsulates the properties for a Choice Topic.
ChoiceTopic()
- Constructor for class com.ontheedgesc.choices.model.
ChoiceTopic
com.ontheedgesc.choices.business
- package com.ontheedgesc.choices.business
com.ontheedgesc.choices.data
- package com.ontheedgesc.choices.data
com.ontheedgesc.choices.model
- package com.ontheedgesc.choices.model
com.ontheedgesc.choices.model.support
- package com.ontheedgesc.choices.model.support
com.ontheedgesc.choices.model.transport
- package com.ontheedgesc.choices.model.transport
com.ontheedgesc.choices.utility
- package com.ontheedgesc.choices.utility
com.ontheedgesc.choices.web
- package com.ontheedgesc.choices.web
Comment
- Class in
com.ontheedgesc.choices.model.support
This class is a JavaBean that encapsulates the properties for a Choice Comment.
Comment()
- Constructor for class com.ontheedgesc.choices.model.support.
Comment
Comment(String, String, String)
- Constructor for class com.ontheedgesc.choices.model.support.
Comment
contextDestroyed(ServletContextEvent)
- Method in class com.ontheedgesc.choices.web.
AppContextListener
Shutdown the Choices Application.
contextInitialized(ServletContextEvent)
- Method in class com.ontheedgesc.choices.web.
AppContextListener
Startup the Choices Application.
D
DataRepositoryException
- Exception in
com.ontheedgesc.choices.data
This class wraps a Data Service Repository exception.
DataRepositoryException()
- Constructor for exception com.ontheedgesc.choices.data.
DataRepositoryException
Creates a new DataRepositoryException object.
DataRepositoryException(String, Exception)
- Constructor for exception com.ontheedgesc.choices.data.
DataRepositoryException
Creates a new DAOException object.
decodeToImage(String)
- Static method in class com.ontheedgesc.choices.utility.
ImageUtility
Decode a Base 64 String to an Image.
deleteAllContent(String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Delete all Content from the data repository (for debug purposes).
deleteAllContent(String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Delete all Content from the data repository (for debug purposes).
deleteChoice(String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Delete a Choice from the data repository.
deleteChoice(String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Delete a Choice from the data repository.
destroy()
- Method in class com.ontheedgesc.choices.web.
StartupServlet
displayContent()
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Display Repository Content (for debug purposes)
displayContent()
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Display Repository Content (for debug purposes)
displayContentHierarchy(String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Display the entire Content Repository Hierarchy (for debug purposes).
displayContentHierarchy(String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Display the entire Content Repository Hierarchy (for debug purposes).
E
encodeToString(BufferedImage, String)
- Static method in class com.ontheedgesc.choices.utility.
ImageUtility
Encode an Image to a Base 64 String.
F
filter(ContainerRequestContext)
- Method in class com.ontheedgesc.choices.web.
AuthenticationFilter
Standard Jersey Container Request Filter
findChoiceByContent(String, boolean, int, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Find all Choices from a specified exact or partial Content in the data repository.
findChoiceByContent(String, boolean, int, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Find all Choices from a specified exact or partial Content in the data repository.
findChoiceByDescription(String, boolean, int, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Find all Choices from a specified exact or partial Description in the data repository.
findChoiceByDescription(String, boolean, int, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Find all Choices from a specified exact or partial Description in the data repository.
findChoiceTopicByDescription(String, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Find all Choice Topics from a specified exact or partial Topic Description.
findChoiceTopicByDescription(String, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Find all Choice Topics from a specified exact or partial Topic Description.
findChoiceTopicByName(String, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Find all Choice Topics from a specified exact or partial Topic Name.
findChoiceTopicByName(String, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Find all Choice Topics from a specified exact or partial Topic Name.
G
getAddChoices()
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
getAddTopics()
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
getAllChoices(String, boolean, int, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Get all Choice from a specified absolute path in the data repository.
getAllChoices(String, boolean, int, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Get all Choice from a specified absolute path in the data repository.
getAllChoiceTopics(String, List<String>)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Get all Choice Topics from a specified absolute path in the data repository.
getAllChoiceTopics(String, List<String>)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Get all Choice Topics from a specified absolute path in the data repository.
getAuthor()
- Method in class com.ontheedgesc.choices.model.
Choice
getAuthor()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getAuthor()
- Method in class com.ontheedgesc.choices.model.support.
Comment
getChoice(String)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Get Choices by its ID from the data repository.
getChoice(String)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Get Choices by its ID from the data repository.
getChoices()
- Method in class com.ontheedgesc.choices.model.transport.
ChoicesTransport
getChoices()
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
getComments()
- Method in class com.ontheedgesc.choices.model.
Choice
getContent()
- Method in class com.ontheedgesc.choices.model.
Choice
getContentType()
- Method in class com.ontheedgesc.choices.model.
Choice
getControls()
- Method in class com.ontheedgesc.choices.model.
User
getControlsAccessPassword()
- Method in class com.ontheedgesc.choices.model.
User
getDateCreated()
- Method in class com.ontheedgesc.choices.model.
Choice
getDateCreated()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getDateCreated()
- Method in class com.ontheedgesc.choices.model.support.
Comment
getDescription()
- Method in class com.ontheedgesc.choices.model.
Choice
getDescription()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getDescriptionType()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getEmailAddress()
- Method in class com.ontheedgesc.choices.model.
User
getEncodedImage()
- Method in class com.ontheedgesc.choices.model.
Choice
getEncodedImage()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getGroups()
- Method in class com.ontheedgesc.choices.model.
User
getId()
- Method in class com.ontheedgesc.choices.model.
Choice
getId()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getId()
- Method in class com.ontheedgesc.choices.model.
User
getImage()
- Method in class com.ontheedgesc.choices.model.
Choice
getImage()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getIsPrivate()
- Method in class com.ontheedgesc.choices.model.
Choice
getIsPrivate()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getLimitedSearchResults()
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
getMediaLinks()
- Method in class com.ontheedgesc.choices.model.
Choice
getName()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getName()
- Method in class com.ontheedgesc.choices.model.support.
Link
getName()
- Method in class com.ontheedgesc.choices.model.
User
getNumberDislikes()
- Method in class com.ontheedgesc.choices.model.
Choice
getNumberLikes()
- Method in class com.ontheedgesc.choices.model.
Choice
getOwnerGroup()
- Method in class com.ontheedgesc.choices.model.
Choice
getOwnerGroup()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getPassword()
- Method in class com.ontheedgesc.choices.model.
User
getPath()
- Method in class com.ontheedgesc.choices.model.
Choice
getPath()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getRating()
- Method in class com.ontheedgesc.choices.model.
Choice
getRating()
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
getReferenceLinks()
- Method in class com.ontheedgesc.choices.model.
Choice
getRequestUserId()
- Method in class com.ontheedgesc.choices.model.transport.
BaseTransport
getResponseStatus()
- Method in class com.ontheedgesc.choices.model.transport.
BaseTransport
getSearchString()
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
getSearchType()
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
getStarRating()
- Method in class com.ontheedgesc.choices.model.
Choice
getStatus()
- Method in class com.ontheedgesc.choices.model.
Choice
getStatus()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getSummary()
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
getText()
- Method in class com.ontheedgesc.choices.model.support.
Comment
getTopics()
- Method in class com.ontheedgesc.choices.model.transport.
ChoicesTransport
getTopics()
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
getUrl()
- Method in class com.ontheedgesc.choices.model.support.
Link
getUserById(String)
- Method in class com.ontheedgesc.choices.data.
UserDataService
Find User by ID and Group in the data repository.
getUserById(String)
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Find User by ID and Group in the data repository.
getUserByUsername(String, String)
- Method in class com.ontheedgesc.choices.data.
UserDataService
Find User by Username and Password in the data repository.
getUserByUsername(String, String)
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Find User by Username and Password in the data repository.
getUsers()
- Method in class com.ontheedgesc.choices.model.transport.
UsersTransport
I
ImageUtility
- Class in
com.ontheedgesc.choices.utility
This class implements some Image Utilities.
ImageUtility()
- Constructor for class com.ontheedgesc.choices.utility.
ImageUtility
init()
- Method in class com.ontheedgesc.choices.web.
StartupServlet
isAgreedToTerms()
- Method in class com.ontheedgesc.choices.model.
User
isAllowHyperlinks()
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
isAllowMedia()
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
isParentalControlsEnabled()
- Method in class com.ontheedgesc.choices.model.
User
isStartupOk()
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Return if startup without errors or exceptions.
isStartupOk()
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Return if startup without errors or exceptions.
isStartupOk()
- Method in class com.ontheedgesc.choices.data.
UserDataService
Return if startup without errors or exceptions.
isStartupOk()
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Return if startup without errors or exceptions.
J
Json
- Class in
com.ontheedgesc.choices.utility
This class implements some JSON Utilities.
Json()
- Constructor for class com.ontheedgesc.choices.utility.
Json
L
Link
- Class in
com.ontheedgesc.choices.model.support
This class is a JavaBean that encapsulates the properties for a Choice Hyperlink.
Link()
- Constructor for class com.ontheedgesc.choices.model.support.
Link
Link(String, String)
- Constructor for class com.ontheedgesc.choices.model.support.
Link
O
OK_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
onDeleteChoice(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Delete a Choice at /deletechoice
onDoSearch(SearchTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Search for Choice Topics and Choices at /search
onGetChoice(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Get a Choice at /getchoice
onGetChoices(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Get all Choice Topics and Choices at /getchoices
onLogin(String, String)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Login at /login
onNewChoice(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Add a New Choice at /newchoice
onNewTopic(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Add a New Choice Topic at /newchoicetopic
onRegister(UsersTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Register a new User at /register
onTest(String)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Test Service at /test
onUpdateChoice(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Update a Choice at /updatechoice
onUpdateProfile(UsersTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Update Profile at /updateprofile
onUpdateSocialChoice(ChoicesTransport)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Update Social Info Choice at /updatechoicesocial
P
ParentalControls
- Class in
com.ontheedgesc.choices.model.support
This class is a JavaBean that encapsulates the properties for a Parental Control.
ParentalControls()
- Constructor for class com.ontheedgesc.choices.model.support.
ParentalControls
S
SEARCH_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
SearchTransport
- Class in
com.ontheedgesc.choices.model.transport
This class is a JavaBean that encapsulates the properties for a Choices Transport request/response.
SearchTransport()
- Constructor for class com.ontheedgesc.choices.model.transport.
SearchTransport
setAddChoices(boolean)
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
setAddTopics(boolean)
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
setAgreedToTerms(boolean)
- Method in class com.ontheedgesc.choices.model.
User
setAllowHyperlinks(boolean)
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
setAllowMedia(boolean)
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
setAuthor(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setAuthor(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setAuthor(String)
- Method in class com.ontheedgesc.choices.model.support.
Comment
setChoices(List<Choice>)
- Method in class com.ontheedgesc.choices.model.transport.
ChoicesTransport
setChoices(List<Choice>)
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
setComments(List<Comment>)
- Method in class com.ontheedgesc.choices.model.
Choice
setContent(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setContentType(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setControls(ParentalControls)
- Method in class com.ontheedgesc.choices.model.
User
setControlsAccessPassword(String)
- Method in class com.ontheedgesc.choices.model.
User
setDateCreated(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setDateCreated(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setDateCreated(String)
- Method in class com.ontheedgesc.choices.model.support.
Comment
setDescription(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setDescription(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setDescriptionType(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setEmailAddress(String)
- Method in class com.ontheedgesc.choices.model.
User
setEncodedImage(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setEncodedImage(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setGroups(List<String>)
- Method in class com.ontheedgesc.choices.model.
User
setId(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setId(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setId(String)
- Method in class com.ontheedgesc.choices.model.
User
setImage(BufferedImage)
- Method in class com.ontheedgesc.choices.model.
Choice
setImage(BufferedImage)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setIsPrivate(boolean)
- Method in class com.ontheedgesc.choices.model.
Choice
setIsPrivate(boolean)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setLimitedSearchResults(boolean)
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
setMediaLinks(List<Link>)
- Method in class com.ontheedgesc.choices.model.
Choice
setName(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setName(String)
- Method in class com.ontheedgesc.choices.model.support.
Link
setName(String)
- Method in class com.ontheedgesc.choices.model.
User
setNumberDislikes(int)
- Method in class com.ontheedgesc.choices.model.
Choice
setNumberLikes(int)
- Method in class com.ontheedgesc.choices.model.
Choice
setOwnerGroup(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setOwnerGroup(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setParentalControlsEnabled(boolean)
- Method in class com.ontheedgesc.choices.model.
User
setPassword(String)
- Method in class com.ontheedgesc.choices.model.
User
setPath(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setPath(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setRating(int)
- Method in class com.ontheedgesc.choices.model.
Choice
setRating(int)
- Method in class com.ontheedgesc.choices.model.support.
ParentalControls
setReferenceLinks(List<Link>)
- Method in class com.ontheedgesc.choices.model.
Choice
setRequestUserId(String)
- Method in class com.ontheedgesc.choices.model.transport.
BaseTransport
setResponseStatus(int)
- Method in class com.ontheedgesc.choices.model.transport.
BaseTransport
setSearchString(String)
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
setSearchType(int)
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
setServletContext(ServletContext)
- Method in class com.ontheedgesc.choices.business.
ChoiceBusinessService
Setter for the Servlet Context that Jersey is running in.
setStarRating(int)
- Method in class com.ontheedgesc.choices.model.
Choice
setStatus(String)
- Method in class com.ontheedgesc.choices.model.
Choice
setStatus(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setSummary(String)
- Method in class com.ontheedgesc.choices.model.
ChoiceTopic
setText(String)
- Method in class com.ontheedgesc.choices.model.support.
Comment
setTopics(List<ChoiceTopic>)
- Method in class com.ontheedgesc.choices.model.transport.
ChoicesTransport
setTopics(List<ChoiceTopic>)
- Method in class com.ontheedgesc.choices.model.transport.
SearchTransport
setUrl(String)
- Method in class com.ontheedgesc.choices.model.support.
Link
setUsers(List<User>)
- Method in class com.ontheedgesc.choices.model.transport.
UsersTransport
StartupServlet
- Class in
com.ontheedgesc.choices.web
Servlet implementation class StartupServlet
StartupServlet()
- Constructor for class com.ontheedgesc.choices.web.
StartupServlet
SYSTEM_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
T
toJava(String, Class<T>)
- Static method in class com.ontheedgesc.choices.utility.
Json
Convert a JSON string to a Java object.
toJson(Object)
- Static method in class com.ontheedgesc.choices.utility.
Json
Convert a Java object to a JSON string.
U
updateChoice(Choice)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Update a Choice at a specified path in the data repository.
updateChoice(Choice)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Update a Choice at a specified path in the data repository.
updateChoiceTopic(ChoiceTopic)
- Method in class com.ontheedgesc.choices.data.
ChoiceDataService
Update a Choice Topic at a specified path in the data repository.
updateChoiceTopic(ChoiceTopic)
- Method in interface com.ontheedgesc.choices.data.
ChoiceDataServiceInterface
Update a Choice Topic at a specified path in the data repository.
updateUser(User)
- Method in class com.ontheedgesc.choices.data.
UserDataService
Update a User in the data repository.
updateUser(User)
- Method in interface com.ontheedgesc.choices.data.
UserDataServiceInterface
Update a User in the data repository.
User
- Class in
com.ontheedgesc.choices.model
This class is a JavaBean that encapsulates the properties for a User.
User()
- Constructor for class com.ontheedgesc.choices.model.
User
USER_EXISTS_ERROR_STATUS
- Static variable in class com.ontheedgesc.choices.model.transport.
BaseTransport
UserDataService
- Class in
com.ontheedgesc.choices.data
This class implements all the User Data Services.
UserDataService(Repository)
- Constructor for class com.ontheedgesc.choices.data.
UserDataService
Public constructor, which initializes repository if needed.
UserDataServiceInterface
- Interface in
com.ontheedgesc.choices.data
This is the interface specification for all the User Data Services.
USERS_ROOT_NAME
- Static variable in class com.ontheedgesc.choices.data.
UserDataService
USERS_ROOT_PATH
- Static variable in class com.ontheedgesc.choices.data.
UserDataService
UsersTransport
- Class in
com.ontheedgesc.choices.model.transport
This class is a JavaBean that encapsulates the properties for a Users Transport request/response.
UsersTransport()
- Constructor for class com.ontheedgesc.choices.model.transport.
UsersTransport
A
B
C
D
E
F
G
I
J
L
O
P
S
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes