Interface MembershipTypeService

All Known Implementing Classes:
MembershipTypeServiceImpl

public interface MembershipTypeService
This DWR service provides further information about membership types.
  • Method Details

    • getMembershipTypeByPrimaryKey

      MembershipType getMembershipTypeByPrimaryKey(String membershipTypePrimaryKey)
      Get a membership type by primary key.
      Parameters:
      membershipTypePrimaryKey - The primary key of the membership type.
      Returns:
      the membership type.
    • getMembershipTypeByUniqueId

      MembershipType getMembershipTypeByUniqueId(String membershipTypeUniqueId, String businessUnitId)
      Get a membership type by unique id.
      Parameters:
      membershipTypeUniqueId - The unique id of the membership type.
      businessUnitId - The unique id of the business unit to load the type from
      Returns:
      the membership type.