|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeSpanDTO | |
|---|---|
| org.chorem.callao.service | |
| org.chorem.callao.service.convertObject | |
| org.chorem.callao.service.dto | |
| Uses of TimeSpanDTO in org.chorem.callao.service |
|---|
| Methods in org.chorem.callao.service that return TimeSpanDTO | |
|---|---|
TimeSpanDTO |
TimeSpanServiceImpl.searchTimeSpanDTOByDate(java.util.Date d)
Permet de rechercher un timeSpan à l'aide d'une date. |
| Methods in org.chorem.callao.service that return types with arguments of type TimeSpanDTO | |
|---|---|
java.util.List<TimeSpanDTO> |
TimeSpanServiceImpl.searchListTimeSpanDTO(Period period)
Permet de rechercher tous les timeSpans suivant une période donnée. |
| Methods in org.chorem.callao.service with parameters of type TimeSpanDTO | |
|---|---|
java.lang.String |
TimeSpanServiceImpl.blockTimeSpan(TimeSpanDTO timespanDTO)
Permet de bloquer une période au format DTO. |
TimeSpan |
TimeSpanServiceImpl.searchTimeSpanByDate(TimeSpanDTO timeSpanDTO)
Recherche un timeSpan précis, avec sa date de création. |
java.lang.String |
TimeSpanServiceImpl.unblockTimeSpan(TimeSpanDTO timespanDTO)
Permet de bloquer une période au format DTO. |
| Uses of TimeSpanDTO in org.chorem.callao.service.convertObject |
|---|
| Methods in org.chorem.callao.service.convertObject that return TimeSpanDTO | |
|---|---|
TimeSpanDTO |
ConvertTimeSpan.timeSpanEntityToDto(TimeSpan timeSpan)
Transforme un timeSpan entity en timeSpan DTO |
| Uses of TimeSpanDTO in org.chorem.callao.service.dto |
|---|
| Methods in org.chorem.callao.service.dto that return TimeSpanDTO | |
|---|---|
TimeSpanDTO |
TransactionDTO.getTimeSpanDTO()
|
| Methods in org.chorem.callao.service.dto that return types with arguments of type TimeSpanDTO | |
|---|---|
java.util.List<TimeSpanDTO> |
PeriodDTO.getListTimeSpan()
|
| Methods in org.chorem.callao.service.dto with parameters of type TimeSpanDTO | |
|---|---|
void |
PeriodDTO.addTimeSpan(TimeSpanDTO timeSpanDTO)
Ajoute un timeSpan dans la liste. |
boolean |
PeriodDTO.existTimeSpan(TimeSpanDTO timeSpanDTO)
Vérifie si le timeSpan n'existe pas déja dans la base de données. |
boolean |
PeriodDTO.isCorrectTimeSpan(TimeSpanDTO timeSpanDTO)
Permet de vérifier pour chaque timeSpan. |
void |
TransactionDTO.setTimeSpanDTO(TimeSpanDTO timeSpanDTO)
|
| Method parameters in org.chorem.callao.service.dto with type arguments of type TimeSpanDTO | |
|---|---|
void |
PeriodDTO.setListTimeSpan(java.util.List<TimeSpanDTO> listTimeSpan)
|
| Constructor parameters in org.chorem.callao.service.dto with type arguments of type TimeSpanDTO | |
|---|---|
PeriodDTO(java.lang.String id,
java.util.Date beginPeriod,
java.util.Date endPeriod,
boolean locked,
java.util.List<TimeSpanDTO> listTimeSpan)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||