public abstract class DtoModelHelperInitializerSupport extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
static DtoModelHelperInitializerSupport |
get() |
DtoToReferenceClassMap |
getDtoToReferenceClassMapping() |
ImmutableDtoMap<ReferentialDtoContext> |
getReferentialDtoContext() |
static <S> S |
getService(Class<S> serviceType) |
abstract void |
initDto() |
abstract void |
initForm() |
void |
start() |
public static <S> S getService(Class<S> serviceType)
public abstract void initDto()
public abstract void initForm()
public static DtoModelHelperInitializerSupport get()
public void start()
public void end()
public DtoToReferenceClassMap getDtoToReferenceClassMapping()
public ImmutableDtoMap<ReferentialDtoContext> getReferentialDtoContext()
Copyright © 2008–2017 IRD. All rights reserved.