Package cli_fmw.delegate.directory.simple.pathron

Examples of cli_fmw.delegate.directory.simple.pathron.DirectoryPathronAbstract


        getDetails().nameId = name.getID();
        fireContentStateEvent();
    }

    public PATHRON getPathron() throws ClipsException {
        DirectoryPathronAbstract list = DirectoryLocator.getDirectory(DirectoryPathronAbstract.class, false);
        try {
            return (PATHRON) list.getItemFromID(getDetails().pathronId);
        } catch (DirectoryItemReplacedException ex) {
            reload();
            return (PATHRON) list.getItemFromID(getDetails().pathronId);
        }
    }
View Full Code Here

TOP

Related Classes of cli_fmw.delegate.directory.simple.pathron.DirectoryPathronAbstract

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.