Created
April 25, 2017 13:51
-
-
Save noili/460031589461b2d0985a939a4b6ab29a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Component | |
public class Tmct0ilqBo extends AbstractBo<Tmct0ilq, Tmct0ilqId, Tmct0ilqDao> { | |
protected static final Logger LOG = LoggerFactory.getLogger(Tmct0ilqBo.class); | |
public Tmct0ilqBo() { | |
} | |
public List<Tmct0ilq> findAllByIdCdaliassAndIdCdsubctaAndIdCentroAndIdCdmercadAndLteFhinicioAndLtFhfinal(String cdaliass, | |
String cdsubcta, | |
String centro, | |
String cdmercad, | |
BigDecimal fecha) { | |
return dao.findAllByIdCdaliassAndIdCdsubctaAndIdCentroAndIdCdmercadAndLteFhinicioAndLtFhfinal(cdaliass, cdsubcta, | |
centro, cdmercad, | |
fecha); | |
} | |
public List<Tmct0ilq> findAllByIdCdaliassAndIdCdsubctaAndIdCentroAndIdCdmercadAndFhfinal(String cdaliass, | |
String cdsubcta, | |
String centro, | |
String cdmercad, | |
BigDecimal fhfinal) { | |
return dao.findAllByIdCdaliassAndIdCdsubctaAndIdCentroAndIdCdmercadAndFhfinal(cdaliass, cdsubcta, centro, cdmercad, | |
fhfinal); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment