public class ApiMgtDAO extends Object
Constructor and Description |
---|
ApiMgtDAO() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfConsumerAppExists(String consumerKey) |
Set<ApplicationDTO> |
getAllApplications() |
int |
getAPIID(String provider,
String name,
String version) |
static ApiMgtDAO |
getInstance() |
Set<ApplicationKeyMappingDTO> |
getKeyMappingFromApplicationId(int applicationId) |
Set<org.wso2.carbon.apimgt.api.model.URITemplate> |
getURITemplatesByAPIID(int apiId) |
public static ApiMgtDAO getInstance()
public int getAPIID(String provider, String name, String version) throws SQLException
SQLException
public Set<org.wso2.carbon.apimgt.api.model.URITemplate> getURITemplatesByAPIID(int apiId)
public Set<ApplicationDTO> getAllApplications()
public Set<ApplicationKeyMappingDTO> getKeyMappingFromApplicationId(int applicationId)
public boolean checkIfConsumerAppExists(String consumerKey)
Copyright © 2024 WSO2. All rights reserved.