getAllServicePackages(@MobiliserParam(name="activeOnly", required=true, description="When set to false, no filter is applied") boolean, @MobiliserParam(name="selfregistrationOnly", required=true, description="When set to false, no filter is applied") boolean, @MobiliserParam(name="autoAssignOnly", required=true, description="When set to false, no filter is applied") boolean) method

The implementation of this method should return All Service Packages (Active) which are available for Self registration and can be auto assigned.

Syntax

List< MobiliserServicePackage > getAllServicePackages ( @MobiliserParam(name="activeOnly", required=true, description="When set to false, no filter is applied") boolean activeOnly , @MobiliserParam(name="selfregistrationOnly", required=true, description="When set to false, no filter is applied") boolean selfregistrationOnly , @MobiliserParam(name="autoAssignOnly", required=true, description="When set to false, no filter is applied") boolean autoAssignOnly )