Uses of Class
org.eclipse.higgins.rpps.core.tobj.SelectorClientTO

Packages that use SelectorClientTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

Uses of SelectorClientTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return SelectorClientTO
 SelectorClientTO IRppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
          Register new selector client.
 SelectorClientTO IRppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO, String otp)
          Check OTP and register new selector client.
 SelectorClientTO[] IRppsService.getSelectorClients(org.eclipse.higgins.user.login.UserAccount userAccount)
          Return arrays of selector clients.
 SelectorClientTO IRppsService.updateSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
          Update state and name of selector client.
 

Methods in org.eclipse.higgins.rpps.core with parameters of type SelectorClientTO
 SelectorClientTO IRppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
          Register new selector client.
 SelectorClientTO IRppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO, String otp)
          Check OTP and register new selector client.
 void IRppsService.deleteSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
          Delete SelectorClient.
 SelectorClientTO IRppsService.updateSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
          Update state and name of selector client.
 

Uses of SelectorClientTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return SelectorClientTO
 SelectorClientTO RppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
           
 SelectorClientTO RppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO, String otp)
           
static SelectorClientTO ConvertHelper.convertSelectorClientToSelectorClientTO(org.eclipse.higgins.user.profile.entity.SelectorClient selectorClient, SelectorClientTO selectorClientTO)
          * Convert SelectorClient to SelectorClientTO transfer object
 SelectorClientTO[] RppsService.getSelectorClients(org.eclipse.higgins.user.login.UserAccount userAccount)
           
 SelectorClientTO RppsService.updateSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
           
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type SelectorClientTO
 SelectorClientTO RppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
           
 SelectorClientTO RppsService.addSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO, String otp)
           
static SelectorClientTO ConvertHelper.convertSelectorClientToSelectorClientTO(org.eclipse.higgins.user.profile.entity.SelectorClient selectorClient, SelectorClientTO selectorClientTO)
          * Convert SelectorClient to SelectorClientTO transfer object
 void RppsService.deleteSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)
           
 SelectorClientTO RppsService.updateSelectorClient(org.eclipse.higgins.user.login.UserAccount userAccount, SelectorClientTO selectorClientTO)