Signed-off-by:Roland Häder <roland@mxchange.org>
throw new UnsupportedOperationException("Not supported yet.");
}
+ @Override
+ public Storeable getStoreableAtRow (final int rowIndex) {
+ throw new UnsupportedOperationException("Not supported yet: rowIndex=" + rowIndex);
+ }
+
@Override
public Storeable toStoreable (final Map<String, String> map) throws NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException {
throw new UnsupportedOperationException("Not supported yet: map=" + map);
return result;
}
+ @Override
+ public Storeable getStoreableAtRow (final int rowIndex) {
+ throw new UnsupportedOperationException("Not supported yet: rowIndex=" + rowIndex);
+ }
+
/**
* Checks if given category title is already used
*
return result;
}
+ @Override
+ public Storeable getStoreableAtRow (final int rowIndex) {
+ throw new UnsupportedOperationException("Not supported yet: rowIndex=" + rowIndex);
+ }
+
/**
* Checks wether the given product title is already used.
*