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

com.capitalone.dashboard.service.MaturityModelService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
package com.capitalone.dashboard.service;

import com.capitalone.dashboard.model.MaturityModel;

import java.util.List;

public interface MaturityModelService {
	
	MaturityModel getMaturityModel(String profile);
	List getProfiles();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy