Skip to content

Instantly share code, notes, and snippets.

@greenlaw110
Created October 7, 2015 01:27
Show Gist options
  • Save greenlaw110/a7958cf9c601afe7e50c to your computer and use it in GitHub Desktop.
Save greenlaw110/a7958cf9c601afe7e50c to your computer and use it in GitHub Desktop.
@args com.helper.myObj.MyObject myObj SKU, Group ID, Locale, Channel ID, Item ID, Status, Message1 ID, Message1, Message2 ID, Message2, Message3 ID, Message3, Message4 ID, Message4, Message5 ID, Message5
@for(com.helper.myObj.MyObject myObj : myObjects) {
@myObj.getSku(),@myObj.getGroupId(),@myObj.getLocale(), @myObj.getChannelId(), @myObj.getItemId(), @myObj.getOverallStatus(), @for(main.rythm.ErrorObject eo : myObj.getErrObj()).join(","){@eo.getErrId(),@eo.getErrMsg()}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment