public interface RecordIdApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getRecordId(java.util.UUID objectId,
ObjectType objectType,
TenantContext tenantContext)
This can be used by external plugins to keep the mapping between UUID and recordId
|
java.lang.Long getRecordId(java.util.UUID objectId,
ObjectType objectType,
TenantContext tenantContext)
objectId - the uuid of the objectobjectType - the object typetenantContext - the context associated with the callCopyright © 2010-2018. All Rights Reserved.