Package beans.profcheckup.chunks

Examples of beans.profcheckup.chunks.ProfcheckupItemChunk


    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.chunks.ProfcheckupItemChunk

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.