A C D R U
A
- AbstractRestfulResource<PK extends Serializable,DO extends de.alpharogroup.domain.DomainObject<PK>,BMS extends de.alpharogroup.service.domain.DomainService<PK,DO>> - Class in de.alpharogroup.service.rs
-
- AbstractRestfulResource() - Constructor for class de.alpharogroup.service.rs.AbstractRestfulResource
-
C
- create(DO) - Method in class de.alpharogroup.service.rs.AbstractRestfulResource
-
Creates an entity from the given domain object and persist it to the underlying database.
- create(DO) - Method in interface de.alpharogroup.service.rs.RestfulResource
-
Creates an entity from the given domain object and persist it to the underlying database.
D
- de.alpharogroup.service.rs - package de.alpharogroup.service.rs
-
- delete(PK) - Method in class de.alpharogroup.service.rs.AbstractRestfulResource
-
Deletes an entity with the given id.
- delete(PK) - Method in interface de.alpharogroup.service.rs.RestfulResource
-
Deletes an entity with the given id.
R
- read(PK) - Method in class de.alpharogroup.service.rs.AbstractRestfulResource
-
Read an entity with the given id and maps it to a domain object that will be returned.
- read(PK) - Method in interface de.alpharogroup.service.rs.RestfulResource
-
Read an entity with the given id and maps it to a domain object that will be returned.
- RestfulResource<PK extends Serializable,DO extends de.alpharogroup.domain.DomainObject<PK>> - Interface in de.alpharogroup.service.rs
-
U
- update(DO) - Method in class de.alpharogroup.service.rs.AbstractRestfulResource
-
Updates the given domain object to the underlying database.
- update(DO) - Method in interface de.alpharogroup.service.rs.RestfulResource
-
Updates the given domain object to the underlying database.
A C D R U
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.