api: Get rid of method definition in interface, that uses IdentityMapper for getting entity

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-23 18:05:53 -08:00
parent 9d3ab8ded7
commit 042a8e7681

View File

@ -17,9 +17,6 @@
package org.apache.cloudstack.api;
public interface IdentityService {
Long getIdentityId(IdentityMapper mapper, String identityString);
Long getIdentityId(String tableName, String identityString);
String getIdentityUuid(String tableName, String identityString);
}