mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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:
parent
9d3ab8ded7
commit
042a8e7681
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user