Uses of Class
org.killbill.billing.ObjectType
-
-
Uses of ObjectType in org.killbill.billing
Methods in org.killbill.billing that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectType in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return ObjectType Modifier and Type Method Description ObjectTypeSubscriptionEventType. getObjectType() -
Uses of ObjectType in org.killbill.billing.util.api
Methods in org.killbill.billing.util.api with parameters of type ObjectType Modifier and Type Method Description voidTagUserApi. addTag(UUID objectId, ObjectType objectType, UUID tagDefinitionId, CallContext context)voidTagUserApi. addTags(UUID objectId, ObjectType objectType, Collection<UUID> tagDefinitionIds, CallContext context)AccountAuditLogsForObjectTypeAuditUserApi. getAccountAuditLogs(UUID accountId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)Retrieve all audit logs (for all objects of a given type) for a given accountList<AuditLog>AuditUserApi. getAuditLogs(UUID objectId, ObjectType objectType, AuditLevel auditLevel, TenantContext context)Get all the audit entries for a given object.List<CustomField>CustomFieldUserApi. getCustomFieldsForAccountType(UUID accountId, ObjectType objectType, TenantContext context)List<CustomField>CustomFieldUserApi. getCustomFieldsForObject(UUID objectId, ObjectType objectType, TenantContext context)LongRecordIdApi. getRecordId(UUID objectId, ObjectType objectType, TenantContext tenantContext)This can be used by external plugins to keep the mapping between UUID and recordIdList<Tag>TagUserApi. getTagsForAccountType(UUID accountId, ObjectType objectType, boolean includedDeleted, TenantContext context)List<Tag>TagUserApi. getTagsForObject(UUID objectId, ObjectType objectType, boolean includedDeleted, TenantContext context)voidTagUserApi. removeTag(UUID objectId, ObjectType objectType, UUID tagDefinitionId, CallContext context)voidTagUserApi. removeTags(UUID objectId, ObjectType objectType, Collection<UUID> tagDefinitions, CallContext context)Pagination<CustomField>CustomFieldUserApi. searchCustomFields(String fieldName, String fieldValue, ObjectType objectType, Long offset, Long limit, TenantContext context)Pagination<CustomField>CustomFieldUserApi. searchCustomFields(String fieldName, ObjectType objectType, Long offset, Long limit, TenantContext context)Method parameters in org.killbill.billing.util.api with type arguments of type ObjectType Modifier and Type Method Description TagDefinitionTagUserApi. createTagDefinition(String definitionName, String description, Set<ObjectType> applicableObjectTypes, CallContext context) -
Uses of ObjectType in org.killbill.billing.util.audit
Methods in org.killbill.billing.util.audit that return ObjectType Modifier and Type Method Description ObjectTypeAuditLog. getAuditedObjectType()Get the original Entity object type for this log entryMethods in org.killbill.billing.util.audit with parameters of type ObjectType Modifier and Type Method Description AccountAuditLogsForObjectTypeAccountAuditLogs. getAuditLogs(ObjectType objectType) -
Uses of ObjectType in org.killbill.billing.util.customfield
Methods in org.killbill.billing.util.customfield that return ObjectType Modifier and Type Method Description ObjectTypeCustomField. getObjectType() -
Uses of ObjectType in org.killbill.billing.util.tag
Methods in org.killbill.billing.util.tag that return ObjectType Modifier and Type Method Description ObjectTypeTag. getObjectType()Methods in org.killbill.billing.util.tag that return types with arguments of type ObjectType Modifier and Type Method Description List<ObjectType>ControlTagType. getApplicableObjectTypes()List<ObjectType>TagDefinition. getApplicableObjectTypes()
-