Package gov.nysenate.openleg.model

Examples of gov.nysenate.openleg.model.IBaseObject


        this.id = id;
    }

    @Override
    public void fillRequest() throws ApiRequestException {
        IBaseObject so = Application.getLucene().getSenateObject(id, type);

        if(so == null) {
            throw new ApiRequestException(TextFormatter.append("couldn't find id: ", id, " of type: ", type));
        }
View Full Code Here

TOP

Related Classes of gov.nysenate.openleg.model.IBaseObject

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.