Skip navigation links
B C D E F G N P R S U V 

B

BaseDomainObject<K> - Class in de.alpharogroup.domain
The abstract class BaseDomainObject is the base class for all domain objects.
BaseDomainObject() - Constructor for class de.alpharogroup.domain.BaseDomainObject
 

C

create(DO) - Method in interface de.alpharogroup.service.domain.DomainService
Creates an entity from the given domain object and persist it to the underlying database.

D

de.alpharogroup.domain - package de.alpharogroup.domain
 
de.alpharogroup.service.domain - package de.alpharogroup.service.domain
 
delete(PK) - Method in interface de.alpharogroup.service.domain.DomainService
Deletes an entity with the given id.
DomainObject<K> - Interface in de.alpharogroup.domain
Marker interface for domain objects.
DomainService<PK extends Serializable,DO extends DomainObject<PK>> - Interface in de.alpharogroup.service.domain
The Interface DomainService provide methods for crud processes.

E

exists(PK) - Method in interface de.alpharogroup.service.domain.DomainService
Checks if an entry exists with the given id.

F

findAll() - Method in interface de.alpharogroup.service.domain.DomainService
Returns a list of all domain objects.

G

getId() - Method in interface de.alpharogroup.domain.DomainObject
Gets the id.

N

NameBaseDomainObject<K> - Class in de.alpharogroup.domain
Deprecated.
use instead VersionableNameBaseDomainObject. will be deleted on next minor release.
NameBaseDomainObject() - Constructor for class de.alpharogroup.domain.NameBaseDomainObject
Deprecated.
 
NameDomainObject<K> - Class in de.alpharogroup.domain
The abstract class NameDomainObject is the base class for all domain objects that needs to be versionable.
NameDomainObject() - Constructor for class de.alpharogroup.domain.NameDomainObject
 

P

persist(Collection<DO>) - Method in interface de.alpharogroup.service.domain.DomainService
Persist all new domain objects in the given Collection.

R

read(PK) - Method in interface de.alpharogroup.service.domain.DomainService
Read an entity with the given id and maps it to a domain object that will be returned.

S

setId(K) - Method in interface de.alpharogroup.domain.DomainObject
Sets the id.

U

update(DO) - Method in interface de.alpharogroup.service.domain.DomainService
Updates the given domain object to the underlying database.

V

VersionableBaseDomainObject<K> - Class in de.alpharogroup.domain
The abstract class VersionableBaseDomainObject is the base class for all domain objects that needs to be versionable.
VersionableBaseDomainObject() - Constructor for class de.alpharogroup.domain.VersionableBaseDomainObject
 
VersionableNameBaseDomainObject<K> - Class in de.alpharogroup.domain
The abstract class VersionableNameBaseDomainObject is the base class for all domain objects that have a name attribute and are versionable.
VersionableNameBaseDomainObject() - Constructor for class de.alpharogroup.domain.VersionableNameBaseDomainObject
 
B C D E F G N P R S U V 
Skip navigation links

Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.