* @return
* @throws InterruptedException
*/
private ByFormatType getGroupByPuid(ObjectFactory objFactory)
throws InterruptedException {
ByFormatType byFormatType = objFactory.createByFormatType();
List<FormatItemType> formatItemList = byFormatType.getFormatItem();
for (GroupByPuidSizeAndCountRow byPuid : planetsData.getGroupByPuid()) {
FormatItemType formatItemType = objFactory.createFormatItemType();
formatItemType.setFormatName(byPuid.getFormatName());
formatItemType.setFormatVersion(byPuid.getFormatVersion());
formatItemType.setMIME(byPuid.getMimeType());