Package br.com.syspartenon.partenon.business

Examples of br.com.syspartenon.partenon.business.CidadeBC


@FacesConverter(value="cidadeConverter")
public class CidadeConverter implements Converter {

    @Override
    public Object getAsObject(FacesContext fc, UIComponent uic, String id) {
        CidadeBC bc = Beans.getReference(CidadeBC.class);
        return bc.load(new Integer(id));
    }
View Full Code Here

TOP

Related Classes of br.com.syspartenon.partenon.business.CidadeBC

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.