@Service(value="sendoutSetService") public class SendoutDtoFieldSetService extends DtoFieldSetService<SendoutDto>
Constructor and Description |
---|
SendoutDtoFieldSetService() |
Modifier and Type | Method and Description |
---|---|
SendoutDto |
changeDto(SendoutDto sendout,
java.util.Map<java.lang.String,java.lang.String> fieldValues,
java.lang.String dateFormat,
java.lang.Boolean isDotPrefixed) |
removeDotPrefix
public SendoutDto changeDto(SendoutDto sendout, java.util.Map<java.lang.String,java.lang.String> fieldValues, java.lang.String dateFormat, java.lang.Boolean isDotPrefixed)
changeDto
in interface FieldSetService<SendoutDto>
changeDto
in class DtoFieldSetService<SendoutDto>