Class EventExcelCustomer
java.lang.Object
org.qubership.atp.mia.model.impl.event.EventExcelCustomer
- Direct Known Subclasses:
EventExcelProjectFour,EventExcelProjectOne
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddefineCellsWithData(String parentHeaderName, String parentHeaderValue, String childHeader, String childHeaderValue) Defines cell with data for Event generation.booleanCheck if format of sheet related to provided Customer.voidparse()Parses Excel file.
-
Field Details
-
EVENT_INFO
- See Also:
-
TC_ID
- See Also:
-
SCENARIO
- See Also:
-
-
Method Details
-
isCurrentFormat
public boolean isCurrentFormat()Check if format of sheet related to provided Customer.- Returns:
- true if all headers for identification is found in row
-
parse
Parses Excel file.- Throws:
IllegalArgumentException- in case parsing problem
-
defineCellsWithData
protected abstract void defineCellsWithData(@Nonnull String parentHeaderName, @Nonnull String parentHeaderValue, @Nonnull String childHeader, @Nullable String childHeaderValue) Defines cell with data for Event generation.- Parameters:
parentHeaderName- parent header nameparentHeaderValue- parent header valuechildHeader- child header namechildHeaderValue- child header value
-