Uses of Interface
org.starhope.appius.mb.PostParentRegistrationHook

Packages that use PostParentRegistrationHook
com.tootsville   
org.starhope.appius.mb   
 

Uses of PostParentRegistrationHook in com.tootsville
 

Classes in com.tootsville that implement PostParentRegistrationHook
 class WebUtil
           WebUtil contains business logic methods called by the Membership And Billing front-end JSP pages.
 

Uses of PostParentRegistrationHook in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb with type parameters of type PostParentRegistrationHook
private static Set<PostParentRegistrationHook> MBSession.postParentRegistrationHooks
          Hooks to run after successful parent registrations
 

Methods in org.starhope.appius.mb with parameters of type PostParentRegistrationHook
static void MBSession.addPostParentRegistrationHook(PostParentRegistrationHook hook)