A B C D H I P R S U 
All Classes All Packages

A

AccountController - Class in de.japrost.jabudget.spring
REST controller for Accounts.
AccountController(AccountService) - Constructor for class de.japrost.jabudget.spring.AccountController
Instantiate with necessary dependencies.
ACCOUNTS - Static variable in interface de.japrost.jabudget.spring.PathMapping
Base path for Account handling
ACCOUNTS_ENTRIES - Static variable in interface de.japrost.jabudget.spring.PathMapping
Base path for Account-Entry entities
ACCOUNTS_ID - Static variable in interface de.japrost.jabudget.spring.PathMapping
Path for Account entities

B

BASE - Static variable in interface de.japrost.jabudget.spring.PathMapping
Base path for rest calls

C

create(Account.Builder) - Method in class de.japrost.jabudget.spring.AccountController
Create a new Account.
create(EntryBuilder) - Method in class de.japrost.jabudget.spring.AccountController
Create a new Entry with the given values.

D

de.japrost.jabudget.spring - package de.japrost.jabudget.spring
 
de.japrost.jabudget.spring.config - package de.japrost.jabudget.spring.config
 
defaultDeserialize() - Method in class de.japrost.jabudget.spring.SerializationController
Deserialize from the configured default serialization store.
defaultSerialize() - Method in class de.japrost.jabudget.spring.SerializationController
Serialize to the configured default serialization store.
delete(String) - Method in class de.japrost.jabudget.spring.AccountController
Delete an Account.

H

handleDomainException(DomainException) - Method in class de.japrost.jabudget.spring.RestExceptionHandler
Handle DomainExceptions e.g. from repositories.

I

ID_PARAM - Static variable in interface de.japrost.jabudget.spring.PathMapping
 
ID_PATH - Static variable in interface de.japrost.jabudget.spring.PathMapping
 

P

PathMapping - Interface in de.japrost.jabudget.spring
Paths for the REST-Mapping

R

RestExceptionHandler - Class in de.japrost.jabudget.spring
Exception handlers for exceptions raised in a controller.
RestExceptionHandler() - Constructor for class de.japrost.jabudget.spring.RestExceptionHandler
 
retrieveAll() - Method in class de.japrost.jabudget.spring.AccountController
Retrieve all accounts.
retrieveById(String) - Method in class de.japrost.jabudget.spring.AccountController
Retrieve a single Account by id.

S

SERIALIZATION - Static variable in interface de.japrost.jabudget.spring.PathMapping
Base path for serialization features
SERIALIZATION_DESERIALIZE - Static variable in interface de.japrost.jabudget.spring.PathMapping
Path for deserialization
SERIALIZATION_SERIALIZE - Static variable in interface de.japrost.jabudget.spring.PathMapping
Path for serialization
SerializationController - Class in de.japrost.jabudget.spring
Controller to expose serialization.
SerializationController(SerializationService) - Constructor for class de.japrost.jabudget.spring.SerializationController
Instantiate with necessary dependencies.
SpringRestConfiguration - Class in de.japrost.jabudget.spring.config
 
SpringRestConfiguration() - Constructor for class de.japrost.jabudget.spring.config.SpringRestConfiguration
 

U

update(String, Account.Builder) - Method in class de.japrost.jabudget.spring.AccountController
Update an existing Account.
A B C D H I P R S U 
All Classes All Packages