Package org.killbill.billing.util.api
Interface RecordIdApi
-
- All Superinterfaces:
KillbillApi
public interface RecordIdApi extends KillbillApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetRecordId(UUID objectId, ObjectType objectType, TenantContext tenantContext)This can be used by external plugins to keep the mapping between UUID and recordId
-
-
-
Method Detail
-
getRecordId
Long getRecordId(UUID objectId, ObjectType objectType, TenantContext tenantContext)
This can be used by external plugins to keep the mapping between UUID and recordId- Parameters:
objectId- the uuid of the objectobjectType- the object typetenantContext- the context associated with the call- Returns:
- the record id associated with that object
-
-