ca.bc.gov.webade.user.provider.legacy
Class LegacyGovernmentUserSearchQuery

java.lang.Object
  extended byca.bc.gov.webade.user.provider.legacy.LegacyUserSearchQueryProxy
      extended byca.bc.gov.webade.user.provider.legacy.LegacyGovernmentUserSearchQuery
All Implemented Interfaces:
GovernmentUserSearchQuery, UserSearchQuery

public final class LegacyGovernmentUserSearchQuery
extends LegacyUserSearchQueryProxy
implements GovernmentUserSearchQuery

Author:
jross

Constructor Summary
LegacyGovernmentUserSearchQuery(UserSearchObject object)
          Proxy constructor, with legacy search object to wrap around.
 
Method Summary
 TextSearchAttribute getCity()
           
 TextSearchAttribute getEmailAddress()
           
 TextSearchAttribute getMiddleInitial()
           
 TextSearchAttribute getPhoneNumber()
           
 
Methods inherited from class ca.bc.gov.webade.user.provider.legacy.LegacyUserSearchQueryProxy
getDirectoryUserType, getFirstName, getLastName, getUserId, getUserSearchObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.bc.gov.webade.user.search.UserSearchQuery
getDirectoryUserType, getFirstName, getLastName, getUserId
 

Constructor Detail

LegacyGovernmentUserSearchQuery

public LegacyGovernmentUserSearchQuery(UserSearchObject object)
Proxy constructor, with legacy search object to wrap around.

Parameters:
object - The legacy search object to provide a proxy for.
Method Detail

getEmailAddress

public TextSearchAttribute getEmailAddress()
Specified by:
getEmailAddress in interface GovernmentUserSearchQuery
Returns:
Returns the emailAddress.
See Also:
GovernmentUserSearchQuery.getEmailAddress()

getPhoneNumber

public TextSearchAttribute getPhoneNumber()
Specified by:
getPhoneNumber in interface GovernmentUserSearchQuery
Returns:
Returns the lastName.
See Also:
GovernmentUserSearchQuery.getPhoneNumber()

getMiddleInitial

public TextSearchAttribute getMiddleInitial()
Specified by:
getMiddleInitial in interface GovernmentUserSearchQuery
Returns:
Returns the middleInitial.
See Also:
GovernmentUserSearchQuery.getMiddleInitial()

getCity

public TextSearchAttribute getCity()
Specified by:
getCity in interface GovernmentUserSearchQuery
Returns:
Returns the city.
See Also:
GovernmentUserSearchQuery.getCity()