getTncVersionsByTncId(@MobiliserParam(name="tncId", required=true, length=18, description="The primary key of the TermAndCondition") long) method

This method returns the TncVersions for the given TermAndCondition id.

Syntax

List< TncVersion > getTncVersionsByTncId ( @MobiliserParam(name="tncId", required=true, length=18, description="The primary key of the TermAndCondition") long tncId )

Parameters