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

pl.fhframework.service.ComponentService Maven / Gradle / Ivy

package pl.fhframework.service;

import pl.fhframework.model.forms.Component;
import pl.fhframework.model.forms.IGroupingComponent;

/**
 * Created by Adam Zareba on 28.02.2017.
 */
public interface ComponentService {

     T getComponent(IGroupingComponent groupingComponent, String subComponentId, Class subComponentClass);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy