public interface IPartnershipMap
Partnership mapping.| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsSet<String> |
getAllPartnershipNames() |
com.helger.commons.collection.impl.ICommonsList<Partnership> |
getAllPartnerships() |
Partnership |
getPartnershipByID(com.helger.commons.collection.attr.IStringMap aSenderIDs,
com.helger.commons.collection.attr.IStringMap aReceiverIDs) |
Partnership |
getPartnershipByName(String sName) |
@Nullable Partnership getPartnershipByName(@Nullable String sName)
@Nullable Partnership getPartnershipByID(@Nonnull com.helger.commons.collection.attr.IStringMap aSenderIDs, @Nonnull com.helger.commons.collection.attr.IStringMap aReceiverIDs)
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsSet<String> getAllPartnershipNames()
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<Partnership> getAllPartnerships()
Copyright © 2013–2022 Philip Helger. All rights reserved.