Uses of Interface
org.nuclos.api.generation.Generation
-
Uses of Generation in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <S extends BusinessObject,
T extends BusinessObject>
List<T>GenerationProvider.execute
(List<S> s, Class<? extends Generation<S, T>> genClass) Using the source objects this method runs the given generation and returns the new created target objects.static <S extends BusinessObject,
T extends BusinessObject>
TGenerationProvider.execute
(S s, Class<? extends Generation<S, T>> genClass) Using the source object this method runs the given generation and returns the new created target object. -
Uses of Generation in org.nuclos.api.service
Modifier and TypeMethodDescription<S extends BusinessObject,
T extends BusinessObject>
List<T>GenerationService.execute
(List<S> s, Class<? extends Generation<S, T>> genClass) <S extends BusinessObject,
T extends BusinessObject>
TGenerationService.execute
(S s, Class<? extends Generation<S, T>> genClass)