|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DummyHandledFileConverter<S extends SimulationElement<?>>
This interface provides services to convert an element from any type to a dummy handled file.
User: Yohann Chastagnier Date: 25/10/13
Method Summary | |
---|---|
List<DummyHandledFile> |
convert(List<S> elements,
WAPrimaryKey targetPK,
ActionType actionType)
Method that contains the treatment of the conversion. |
Class<S> |
getSourceElementType()
Gets the class of the element that has to be converted to a dummy handled file. |
void |
register()
This method have to be annoted by @PostConstruct. |
void |
unregister()
This method have to be annoted by @PreDestroy. |
Method Detail |
---|
void register()
DummyHandledFileConverterRegistration
.
void unregister()
DummyHandledFileConverterRegistration
.
Class<S> getSourceElementType()
List<DummyHandledFile> convert(List<S> elements, WAPrimaryKey targetPK, ActionType actionType)
elements
- elements to converttargetPK
- the targetsactionType
- the action type used for the conversion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |