-
- All Implemented Interfaces:
public final class VendorRepositoryKt
-
-
Method Summary
Modifier and Type Method Description final static List<Purpose>requiredPurposesWithoutPersonalData(VendorRepository $self)final static List<Purpose>requiredPersonalData(VendorRepository $self)final static List<Vendor>vendorsForPurpose(VendorRepository $self, String purposeId)final static List<Vendor>vendorsForConsentPurpose(VendorRepository $self, String purposeId)final static List<Vendor>vendorsForLegIntPurpose(VendorRepository $self, String purposeId)final static List<Vendor>vendorsForCategory(VendorRepository $self, PurposeCategory category)-
-
Method Detail
-
requiredPurposesWithoutPersonalData
final static List<Purpose> requiredPurposesWithoutPersonalData(VendorRepository $self)
-
requiredPersonalData
final static List<Purpose> requiredPersonalData(VendorRepository $self)
-
vendorsForPurpose
final static List<Vendor> vendorsForPurpose(VendorRepository $self, String purposeId)
-
vendorsForConsentPurpose
final static List<Vendor> vendorsForConsentPurpose(VendorRepository $self, String purposeId)
-
vendorsForLegIntPurpose
final static List<Vendor> vendorsForLegIntPurpose(VendorRepository $self, String purposeId)
-
vendorsForCategory
final static List<Vendor> vendorsForCategory(VendorRepository $self, PurposeCategory category)
-
-
-
-