Uses of Class
org.eclipse.higgins.userprofile.entity.PolicyVersion

Packages that use PolicyVersion
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of PolicyVersion in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return PolicyVersion
 PolicyVersion IUserProfileService.getRPPolicyVersion(CallbackHandler handler, WebForm form)
           
 

Methods in org.eclipse.higgins.userprofile with parameters of type PolicyVersion
 void IUserProfileService.setRPPolicyVersion(CallbackHandler handler, PolicyVersion policyVersion)
           
 

Uses of PolicyVersion in org.eclipse.higgins.userprofile.inmem
 

Methods in org.eclipse.higgins.userprofile.inmem that return PolicyVersion
 PolicyVersion MemoryUserProfileService.getRPPolicyVersion(CallbackHandler handler, URI url)
           
 PolicyVersion MemoryUserProfileService.getRPPolicyVersion(CallbackHandler handler, WebForm form)
           
 

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type PolicyVersion
 void MemoryUserProfileService.setRPPolicyVersion(CallbackHandler handler, PolicyVersion policyVersion)