All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.appfuse.service.LookupManager Maven / Gradle / Ivy

package org.appfuse.service;

import org.appfuse.model.LabelValue;

import java.util.List;

/**
 * Business Service Interface to talk to persistence layer and
 * retrieve values for drop-down choice lists.
 *
 * @author Matt Raible
 */
public interface LookupManager {
    /**
     * Retrieves all possible roles from persistence layer
     * @return List of LabelValue objects
     */
    List getAllRoles();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy