Package clips.delegate.lpu

Examples of clips.delegate.lpu.LpuLocal


        StateSaver.attachTo(this);
    }


    private void setViewLpu(DirectoryLpuItem item){
        setViewLpu(new LpuLocal(item.getDetails().clone(), getAuditManager()));
    }
View Full Code Here


        }
    }//GEN-LAST:event_btAddressActionPerformed

    private void btCreateActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btCreateActionPerformed
        try {
            LpuLocal lpuLocalNew = new LpuLocal(getAuditManager());
            setViewLpu(lpuLocalNew);
            LpuDetails lpuDetails = new LpuDetails();
            lpuDetails.title = "";
            lpuContModel.setSelectedItem(new DirectoryLpuItem(lpuDetails));
            fireContainerEventStateChanged();
View Full Code Here

    public String getOkfc() {
        return getDetails().okfc;
    }

    public String getOkato() throws ClipsException {
        LpuLocal lpu = new LpuLocal(getDetails().id, null);
        return lpu.getOkato();
    }
View Full Code Here

TOP

Related Classes of clips.delegate.lpu.LpuLocal

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.