Skip navigation links
A C D E F G M N P R T U 

A

AbstractDomainService<PK extends Serializable,DO extends de.alpharogroup.domain.DomainObject<PK>,E extends de.alpharogroup.db.entity.BaseEntity<PK>,REPOSITORY extends de.alpharogroup.db.repository.api.GenericRepository<E,PK>,M extends EntityDOMapper<E,DO>> - Class in de.alpharogroup.service.domain
AbstractDomainService() - Constructor for class de.alpharogroup.service.domain.AbstractDomainService
 
AbstractEntityDOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,DO extends de.alpharogroup.domain.DomainObject<?>> - Class in de.alpharogroup.db.entitymapper
The abstract class AbstractEntityDOMapper provides an base implementation for mapping entities to domain objects and back.
AbstractEntityDOMapper() - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
Instantiates a new AbstractEntityDOMapper.
AbstractEntityDOMapper(List<String>) - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
Instantiates a new AbstractEntityDOMapper.

C

create(DO) - Method in class de.alpharogroup.service.domain.AbstractDomainService

D

de.alpharogroup.db.entitymapper - package de.alpharogroup.db.entitymapper
 
de.alpharogroup.service.domain - package de.alpharogroup.service.domain
 
delete(PK) - Method in class de.alpharogroup.service.domain.AbstractDomainService
DozerBeanMapperSingleton - Class in de.alpharogroup.db.entitymapper
The class DozerBeanMapperSingleton holds a single instance of the class DozerBeanMapper.

E

EntityDOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,DO extends de.alpharogroup.domain.DomainObject<?>> - Interface in de.alpharogroup.db.entitymapper
The Interface EntityDOMapper provides the methods for mapping entities to domain objects and back.
exists(PK) - Method in class de.alpharogroup.service.domain.AbstractDomainService

F

findAll() - Method in class de.alpharogroup.service.domain.AbstractDomainService

G

get() - Static method in class de.alpharogroup.db.entitymapper.DozerBeanMapperSingleton
Gets the single one instance of the DozerBeanMapper object.
getDomainObjectClass() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the domain object class.
getEntityClass() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the entity class.
getMapper() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the mapper.

M

map(Collection<S>, Class<T>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Constructs new instances of destinationClass and performs mapping between from source.
map(S, Class<T>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Constructs new instance of destinationClass and performs mapping between from source.
map(Mapper, Collection<S>, Class<T>) - Static method in class de.alpharogroup.db.entitymapper.MapperExtensions
Constructs new instances of destinationClass and performs mapping between from source.
map(Mapper, S, Class<T>) - Static method in class de.alpharogroup.db.entitymapper.MapperExtensions
Constructs new instance of destinationClass and performs mapping between from source.
MapperExtensions - Class in de.alpharogroup.db.entitymapper
The class MapperExtensions.
MapperExtensions() - Constructor for class de.alpharogroup.db.entitymapper.MapperExtensions
 

N

newMapper(List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
Factory method for creating the new Mapper for the mapping process with the given mapping files list.

P

persist(Collection<DO>) - Method in class de.alpharogroup.service.domain.AbstractDomainService

R

read(PK) - Method in class de.alpharogroup.service.domain.AbstractDomainService

T

toDomainObject(E) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given entity object to a domain object.
toDomainObjects(Collection<E>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given list of entity objects to a list of domain objects.
toEntities(Collection<DO>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given list of domain objects to a list of entity objects.
toEntity(DO) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given domain object to a entity object.

U

update(DO) - Method in class de.alpharogroup.service.domain.AbstractDomainService
A C D E F G M N P R T U 
Skip navigation links

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