Interface MembershipTypeService
- All Known Implementing Classes:
MembershipTypeServiceImpl
public interface MembershipTypeService
This DWR service provides further information about membership types.
-
Method Summary
Modifier and TypeMethodDescriptiongetMembershipTypeByPrimaryKey
(String membershipTypePrimaryKey) Get a membership type by primary key.getMembershipTypeByUniqueId
(String membershipTypeUniqueId, String businessUnitId) Get a membership type by unique id.
-
Method Details
-
getMembershipTypeByPrimaryKey
Get a membership type by primary key.- Parameters:
membershipTypePrimaryKey
- The primary key of the membership type.- Returns:
- the membership type.
-
getMembershipTypeByUniqueId
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.
-