it.cnr.contab.docamm00.bp.CaricaFatturaElettronicaBP Maven / Gradle / Ivy
/*
* Copyright (C) 2019 Consiglio Nazionale delle Ricerche
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package it.cnr.contab.docamm00.bp;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.jsp.PageContext;
import it.cnr.contab.docamm00.fatturapa.bulk.FileSdIConMetadatiTypeBulk;
import it.cnr.jada.action.ActionContext;
import it.cnr.jada.action.BusinessProcessException;
import it.cnr.jada.action.Config;
import it.cnr.jada.bulk.OggettoBulk;
import it.cnr.jada.persistency.sql.CompoundFindClause;
import it.cnr.jada.util.RemoteIterator;
import it.cnr.jada.util.action.BulkBP;
import it.gov.fatturapa.sdi.monitoraggio.v1.FattureRicevuteType;
public class CaricaFatturaElettronicaBP extends BulkBP {
private static final long serialVersionUID = 1L;
private List anomalie;
public CaricaFatturaElettronicaBP() {
super();
}
public CaricaFatturaElettronicaBP(String s) {
super(s);
}
@Override
public RemoteIterator find(ActionContext actioncontext,
CompoundFindClause compoundfindclause, OggettoBulk oggettobulk,
OggettoBulk oggettobulk1, String s) throws BusinessProcessException {
return null;
}
@Override
public void openForm(PageContext pagecontext, String action, String target,
String encType) throws IOException, ServletException {
super.openForm(pagecontext,action,target,"multipart/form-data");
}
@Override
protected void init(Config config, ActionContext actioncontext)
throws BusinessProcessException {
super.init(config, actioncontext);
setModel(actioncontext, new FileSdIConMetadatiTypeBulk());
}
public List getAnomalie() {
return anomalie;
}
public void setAnomalie(List anomalie) {
this.anomalie = anomalie;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy