Package beans.profcheckup.entity

Examples of beans.profcheckup.entity.TransportData


                MedSerrenResult result = new MedSerrenResult();
                result.setSerren(render);
                manager.persist(result);
            }
        }
        return new TransportData(pchItem.getDetails(this), auditDetailsList);
    }
View Full Code Here


    public void save1() throws ClipsException {
        if(isNewlyCreated()) {
            try {
                int iD = profcheckup.get().getID();
                //todo save by chunk --> saving
                TransportData transportData = getBean().createItem(new ProfcheckupItemChunk(getDetails().dangerId, getDetails().polisID, iD, serviceList1.get()));
                ProfcheckupItemDetails details = transportData.itemDetails;
                getDetails().dangerId = details.dangerId;
                getDetails().diseaseID =details.diseaseID;
                getDetails().id = details.id;
                getDetails().lightWorkTill = details.lightWorkTill;
View Full Code Here

TOP

Related Classes of beans.profcheckup.entity.TransportData

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.