Class UserCSVUploadPost

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class UserCSVUploadPost
    extends org.springframework.extensions.webscripts.DeclarativeWebScript
    Webscript implementation for the POST method for uploading a CSV of users to have them created.
    Since:
    3.5
    Author:
    Nick Burch
    • Field Detail

      • COLUMNS

        protected static final QName[] COLUMNS
    • Constructor Detail

      • UserCSVUploadPost

        public UserCSVUploadPost()
    • Method Detail

      • setAuthenticationService

        public void setAuthenticationService​(MutableAuthenticationService authenticationService)
        Parameters:
        authenticationService - the AuthenticationService to set
      • setAuthorityService

        public void setAuthorityService​(AuthorityService authorityService)
        Parameters:
        authorityService - the AuthorityService to set
      • setPersonService

        public void setPersonService​(PersonService personService)
        Parameters:
        personService - the PersonService to set
      • setTenantService

        public void setTenantService​(TenantService tenantService)
        Parameters:
        tenantService - the TenantService to set
      • setDictionaryService

        public void setDictionaryService​(DictionaryService dictionaryService)
        Parameters:
        dictionaryService - the DictionaryService to set
      • setTransactionHelper

        public void setTransactionHelper​(RetryingTransactionHelper retryingTransactionHelper)
        Parameters:
        retryingTransactionHelper - the helper for running transactions to set
      • executeImpl

        protected Map<String,​Object> executeImpl​(org.springframework.extensions.webscripts.WebScriptRequest req,
                                                       org.springframework.extensions.webscripts.Status status)
        Overrides:
        executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript
        See Also:
        DeclarativeWebScript.executeImpl(org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.Status)