Deprecated API

Deprecated Classes
ca.bc.gov.webade.DateSearchAttribute
          Use ca.bc.gov.webade.user.search.DateSearchAttribute instead. 
ca.bc.gov.webade.EGroup
            
ca.bc.gov.webade.EUser
            
ca.bc.gov.webade.GroupSearchObject
            
ca.bc.gov.webade.LongSearchAttribute
          Use ca.bc.gov.webade.user.search.LongSearchAttribute instead. 
ca.bc.gov.webade.UserSearchObject
          Use ca.bc.gov.webade.user.search.UserSearchQuery instead. 
 

Deprecated Interfaces
ca.bc.gov.webade.Group
            
ca.bc.gov.webade.User
          Use WebADEUserPermissions and WebADEUserInfo instead. 
ca.bc.gov.webade.UserInfoProvider
          Use ca.bc.gov.webade.user.provider.UserProvider instead. 
 

Deprecated Fields
ca.bc.gov.webade.user.GovernmentUserInfo.ACCOUNT_TYPE
          Acount Type is no longer supported by the BCeID web service. 
ca.bc.gov.webade.user.WebADEUserInfo.EXPIRY_DATE
          Expiry Date is no longer supported by the BCeID web service. 
ca.bc.gov.webade.AppPreferences.PROVIDER_USER_TYPE_DOMAINS_SUFFIX
          Only used by the version 1 CAP web services user provider (No longer used). 
 

Deprecated Methods
ca.bc.gov.webade.WebADEUtils.convertBackSlashesToForward(String)
          Use ca.bc.gov.webade.user.WebADEUserUtils method convertBackSlashesToForward() instead. 
ca.bc.gov.webade.WebADEUtils.convertForwardSlashesToBack(String)
          Use ca.bc.gov.webade.user.WebADEUserUtils method convertForwardSlashesToBack() instead. 
ca.bc.gov.webade.WebADEUtils.convertGUIDFormat(String)
          Use ca.bc.gov.webade.user.WebADEUserUtils method convertGUIDFormat() instead. 
ca.bc.gov.webade.WebADEUtils.extractAccountName(String)
          Use ca.bc.gov.webade.user.WebADEUserUtils method extractAccountName() instead. 
ca.bc.gov.webade.WebADEUtils.extractSourceDirectory(String)
          Use ca.bc.gov.webade.user.WebADEUserUtils method extractSourceDirectory() instead. 
ca.bc.gov.webade.Application.findGroups(GroupSearchObject)
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseApplication.findGroups(GroupSearchObject)
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseDatastore.findGroups(GroupSearchObject)
            
ca.bc.gov.webade.WebADEDatastore.findGroups(GroupSearchObject)
            
ca.bc.gov.webade.Application.findUsers(UserSearchObject)
          Use UserInfoService.findUsers(ca.bc.gov.webade.user.search.UserSearchQuery) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.findUsers(UserSearchObject)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.findUsers(UserSearchObject)
            
ca.bc.gov.webade.WebADEDatastore.findUsers(UserSearchObject)
            
ca.bc.gov.webade.Application.findWebADEUsers(UserSearchObject)
          Use UserInfoService.findUsers(ca.bc.gov.webade.user.search.UserSearchQuery) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.findWebADEUsers(UserSearchObject)
          Use UserInfoService.findUsers(ca.bc.gov.webade.user.search.UserSearchQuery) 
ca.bc.gov.webade.WebADEDatabaseDatastore.findWebADEUsers(UserSearchObject)
            
ca.bc.gov.webade.WebADEDatastore.findWebADEUsers(UserSearchObject)
          Use findUsers() instead, passing in the target user search query to search on. 
ca.bc.gov.webade.user.DefaultGovernmentUserInfo.getAccountType()
          Acount Type is no longer supported by the BCeID web service. 
ca.bc.gov.webade.user.GovernmentUserInfo.getAccountType()
          Expiry Date is no longer supported by the BCeID web service. 
ca.bc.gov.webade.Application.getAnonymousUser()
          No replacement API for this method. To obtain the set of permissions granted to all users (authenticated and unauthenticated), see Application.getPublicWebADEPermissions(). 
ca.bc.gov.webade.WebADEDatabaseApplication.getAnonymousUser()
            
ca.bc.gov.webade.config.ApplicationConfig.getAnonymousUser()
            
ca.bc.gov.webade.Application.getApplicationPreferences()
          Use Application.getWebADEApplicationPreferences() instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getApplicationPreferences()
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getApplicationPreferences()
            
ca.bc.gov.webade.WebADEDatastore.getApplicationPreferences()
          Use WebADEDatastore.getWebADEApplicationPreferences() instead. 
ca.bc.gov.webade.config.ApplicationConfig.getApplicationPreferences()
            
ca.bc.gov.webade.dbpool.WrapperCallableStatement.getBigDecimal(int, int)
            
ca.bc.gov.webade.dbpool.WrapperResultSet.getBigDecimal(int, int)
            
ca.bc.gov.webade.dbpool.WrapperResultSet.getBigDecimal(String, int)
            
ca.bc.gov.webade.Application.getConnection(User, Role)
          Use Application.getConnection(ca.bc.gov.webade.user.WebADEUserPermissions, ca.bc.gov.webade.Role) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getConnection(User, Role)
            
ca.bc.gov.webade.Application.getConnectionByAction(User, String)
          Use Application.getConnectionByAction(ca.bc.gov.webade.user.WebADEUserPermissions, ca.bc.gov.webade.Action) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getConnectionByAction(User, String)
            
ca.bc.gov.webade.Application.getConnectionByAction(WebADEUserPermissions, String)
          Use Application.getConnectionByAction(ca.bc.gov.webade.user.WebADEUserPermissions, ca.bc.gov.webade.Action) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getConnectionByAction(WebADEUserPermissions, String)
            
ca.bc.gov.webade.Application.getConnectionByPriviledgedAction(String)
          Use Application.getConnectionByPriviledgedAction(ca.bc.gov.webade.Action) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getConnectionByPriviledgedAction(String)
            
ca.bc.gov.webade.http.HttpRequestUtils.getCurrentUser(HttpServletRequest)
          Use HttpRequestUtils.getCurrentUserPermissions(javax.servlet.http.HttpServletRequest) and HttpRequestUtils.getCurrentUserInfo(javax.servlet.http.HttpServletRequest) instead. 
ca.bc.gov.webade.http.HttpRequestUtils.getCurrentUser(HttpSession)
          Use HttpRequestUtils.getCurrentUserPermissions(javax.servlet.http.HttpSession) and HttpRequestUtils.getCurrentUserInfo(javax.servlet.http.HttpSession) instead. 
ca.bc.gov.webade.user.AbstractWebADEUserInfo.getExpiryDate()
          Expiry Date is no longer supported by the BCeID web service. 
ca.bc.gov.webade.user.WebADEUserInfo.getExpiryDate()
          Expiry Date is no longer supported by the BCeID web service. 
ca.bc.gov.webade.Application.getGlobalPreferences()
          Use Application.getWebADEGlobalPreferences() instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getGlobalPreferences()
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getGlobalPreferences()
            
ca.bc.gov.webade.WebADEDatastore.getGlobalPreferences()
          Use WebADEDatastore.getWebADEGlobalPreferences() instead. 
ca.bc.gov.webade.Application.getGroupByGUID(String)
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseApplication.getGroupByGUID(String)
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseDatastore.getGroupByGUID(String)
            
ca.bc.gov.webade.WebADEDatastore.getGroupByGUID(String)
            
ca.bc.gov.webade.Application.getGroupSearchMetadata()
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseApplication.getGroupSearchMetadata()
          All group search functionality in no longer supported. 
ca.bc.gov.webade.WebADEDatabaseDatastore.getGroupSearchMetadata()
            
ca.bc.gov.webade.WebADEDatastore.getGroupSearchMetadata()
          This method is no longer supported. 
ca.bc.gov.webade.WebADEException.getNextException()
          Use Throwable.getCause() 
ca.bc.gov.webade.AppRoles.getRolesByAction(String)
          Use getRolesByAction(ca.bc.gov.webade.Action) instead. 
ca.bc.gov.webade.config.ApplicationConfig.getSystemUserCredentials()
          No longer needed, set in the CAP web services provider directly. 
ca.bc.gov.webade.dbpool.WrapperResultSet.getUnicodeStream(int)
            
ca.bc.gov.webade.dbpool.WrapperResultSet.getUnicodeStream(String)
            
ca.bc.gov.webade.WebADEDatabaseApplication.getUserByEUserId(long)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserByEUserId(long)
            
ca.bc.gov.webade.Application.getUserByGUID(String)
          Use Application.getWebADEUserPreferences(ca.bc.gov.webade.user.UserCredentials) and UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserByGUID(String)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserByGUID(String)
            
ca.bc.gov.webade.WebADEDatastore.getUserByGUID(String)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserById(String)
            
ca.bc.gov.webade.WebADEDatastore.getUserById(String)
            
ca.bc.gov.webade.Application.getUserByUserId(String)
          Use Application.getWebADEUserPreferences(ca.bc.gov.webade.user.UserCredentials) and UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserByUserId(String)
            
ca.bc.gov.webade.Application.getUserDefaultOrganization(User)
          Use Application.getUserDefaultOrganization(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserDefaultOrganization(User)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserDefaultOrganization(User)
            
ca.bc.gov.webade.WebADEDatastore.getUserDefaultOrganization(User)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserPreferences(long)
            
ca.bc.gov.webade.WebADEDatastore.getUserPreferences(long)
            
ca.bc.gov.webade.Application.getUserPreferences(User)
          Use Application.getWebADEUserPreferences(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserPreferences(User)
            
ca.bc.gov.webade.Application.getUserPreferences(UserCredentials)
          Use Application.getWebADEUserPreferences(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserPreferences(UserCredentials)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserPreferences(UserCredentials)
            
ca.bc.gov.webade.WebADEDatastore.getUserPreferences(UserCredentials)
          Use WebADEDatastore.getWebADEUserPreferences() instead. 
ca.bc.gov.webade.config.ApplicationConfig.getUserProviderPreferences()
          Replaced with 
ca.bc.gov.webade.WebADEDatabaseDatastore.getUsersByOrganization(long)
            
ca.bc.gov.webade.WebADEDatastore.getUsersByOrganization(long)
            
ca.bc.gov.webade.Application.getUsersByOrganization(Organization)
          Use Application.getAuthorizedUsers(ca.bc.gov.webade.Organization) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUsersByOrganization(Organization)
            
ca.bc.gov.webade.Application.getUsersByRole(Role)
          Use Application.getAuthorizedUsers(ca.bc.gov.webade.Role) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUsersByRole(Role)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUsersByRole(String)
            
ca.bc.gov.webade.WebADEDatastore.getUsersByRole(String)
            
ca.bc.gov.webade.Application.getUsersByRoleAndOrganization(Role, Organization)
          Use Application.getAuthorizedUsers(ca.bc.gov.webade.Role, ca.bc.gov.webade.Organization) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUsersByRoleAndOrganization(Role, Organization)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.getUsersByRoleAndOrganization(String, long)
            
ca.bc.gov.webade.WebADEDatastore.getUsersByRoleAndOrganization(String, long)
            
ca.bc.gov.webade.Application.getUserSearchMetadata()
          Use UserInfoService.createUserSearchQuery(ca.bc.gov.webade.user.UserTypeCode) instead, passing in the target user type code to search on. 
ca.bc.gov.webade.WebADEDatabaseApplication.getUserSearchMetadata()
          Use UserInfoService.createUserSearchQuery(ca.bc.gov.webade.user.UserTypeCode) 
ca.bc.gov.webade.WebADEDatabaseDatastore.getUserSearchMetadata()
            
ca.bc.gov.webade.WebADEDatastore.getUserSearchMetadata()
          Use createUserSearchQuery() instead, passing in the target user type code to search on. 
ca.bc.gov.webade.Application.getWebADEUserInfo(UserCredentials)
          Use UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getWebADEUserInfo(UserCredentials)
          Use UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials). 
ca.bc.gov.webade.Application.getWebADEUserInfo(UserCredentials, boolean)
          Use UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials, boolean) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.getWebADEUserInfo(UserCredentials, boolean)
          Use UserInfoService.getWebADEUserInfo(ca.bc.gov.webade.user.UserCredentials, boolean). 
ca.bc.gov.webade.Application.hasUserAcceptedAgreement(User, String)
          Use Application.hasUserAcceptedAgreement(ca.bc.gov.webade.user.UserCredentials, java.lang.String) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.hasUserAcceptedAgreement(User, String)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.hasUserAcceptedAgreement(User, String)
            
ca.bc.gov.webade.WebADEDatastore.hasUserAcceptedAgreement(User, String)
            
ca.bc.gov.webade.WebADEExtension.init(Preferences)
            
ca.bc.gov.webade.http.HttpRequestUtils.init(ServletConfig, ServletContext, String)
          Use WebAppInitializationUtils.initializeWebApp(javax.servlet.ServletContext, java.lang.String) instead. 
ca.bc.gov.webade.http.HttpRequestUtils.init(ServletContext, String)
          Use WebAppInitializationUtils.initializeWebApp(javax.servlet.ServletContext, java.lang.String) instead. 
ca.bc.gov.webade.Application.isAnonymousUser(User)
          See WebADECurrentUserPermissions.isUserAuthenticated() 
ca.bc.gov.webade.WebADEDatabaseApplication.isAnonymousUser(User)
            
ca.bc.gov.webade.WebADEApplicationUtils.isUserEligibleProfileManager(Application, User)
          No replacement method, always returns true. 
ca.bc.gov.webade.WebADEApplicationUtils.isUserInGroup(User, Group)
            
ca.bc.gov.webade.Application.isUserInGroup(User, String)
          Use Application.isUserInGroup(ca.bc.gov.webade.user.UserCredentials, ca.bc.gov.webade.user.GUID) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.isUserInGroup(User, String)
            
ca.bc.gov.webade.Application.isUserInGroups(User, String[])
          Use Application.isUserInGroups(ca.bc.gov.webade.user.UserCredentials, ca.bc.gov.webade.user.GUID[]) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.isUserInGroups(User, String[])
            
ca.bc.gov.webade.WebADEDatabaseDatastore.isUserInGroups(User, String[])
            
ca.bc.gov.webade.WebADEDatastore.isUserInGroups(User, String[])
            
ca.bc.gov.webade.http.HttpRequestUtils.postprocessRequest(ServletContext, HttpServletRequest, HttpServletResponse)
          Use WebAppRequestProcessingUtils.postprocessRequest(ServletContext, HttpServletRequest, HttpServletResponse) 
ca.bc.gov.webade.http.HttpRequestUtils.preprocessRequest(ServletContext, HttpServletRequest, HttpServletResponse)
          Use WebAppRequestProcessingUtils.preprocessRequest(ServletContext, HttpServletRequest, HttpServletResponse) 
ca.bc.gov.webade.http.HttpRequestUtils.reloadCurrentUser(HttpServletRequest)
          Use HttpRequestUtils.reloadCurrentUserPermissions(javax.servlet.http.HttpServletRequest) and HttpRequestUtils.reloadCurrentUserInfo(javax.servlet.http.HttpServletRequest) instead. 
ca.bc.gov.webade.user.DefaultGovernmentUserInfo.setAccountType(String)
          Acount Type is no longer supported by the BCeID web service. 
ca.bc.gov.webade.user.AbstractWebADEUserInfo.setExpiryDate(Date)
          Expiry Date is no longer supported by the BCeID web service. 
ca.bc.gov.webade.dbpool.WrapperCallableStatement.setUnicodeStream(int, InputStream, int)
            
ca.bc.gov.webade.dbpool.WrapperPreparedStatement.setUnicodeStream(int, InputStream, int)
            
ca.bc.gov.webade.Application.setUserAcceptedAgreement(User, String, boolean)
          Use Application.setUserAcceptedAgreement(ca.bc.gov.webade.user.UserCredentials, java.lang.String, boolean) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.setUserAcceptedAgreement(User, String, boolean)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.setUserAcceptedAgreement(User, String, boolean)
            
ca.bc.gov.webade.WebADEDatastore.setUserAcceptedAgreement(User, String, boolean)
            
ca.bc.gov.webade.Application.setUserDefaultOrganization(User, Organization)
          Use Application.setUserDefaultOrganization(ca.bc.gov.webade.user.UserCredentials, ca.bc.gov.webade.Organization) instead. 
ca.bc.gov.webade.WebADEDatabaseApplication.setUserDefaultOrganization(User, Organization)
            
ca.bc.gov.webade.WebADEDatabaseDatastore.setUserDefaultOrganization(User, Organization)
            
ca.bc.gov.webade.WebADEDatastore.setUserDefaultOrganization(User, Organization)
            
ca.bc.gov.webade.http.DefaultHtmlPageWriter.writeUserAgreementPage(User, String, String, String, String)
            
ca.bc.gov.webade.tags.beans.WebADETagUtils.writeUserOrganizationForm(User, String, String, String)
            
ca.bc.gov.webade.http.DefaultHtmlPageWriter.writeUserOrganizationPage(User, String, String, String)
            
 

Deprecated Constructors
ca.bc.gov.webade.dbpool.WebADEPooledConnection(ConnectionPoolParams)