dc.addParam(UtilMethods.isSet(bundle.getName())?bundle.getName():bundle.getId());
dc.addParam(bundle.getPublishDate());
dc.addParam(bundle.getExpireDate());
dc.addParam(bundle.getOwner());
dc.addParam(bundle.isForcePush());
dc.loadResult();
}
@Override
public void saveBundleEnvironment(Bundle bundle, Environment e) throws DotDataException {
DotConnect dc = new DotConnect();