<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to override a class into a custom class when the pre-defined class is not getting imported? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288939#M242069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;Hi&amp;nbsp;all,&lt;BR /&gt;&amp;nbsp;I had been working on auto-generation of invite mails with username and password on creation of new users.Had done with that task but yesterday we came to find out that functionality is already available for bulk upload of users(Upload User CSV).&amp;nbsp;Now I am looking for the class where this functionality was already present and I guess its UserCSVUploadPost.java. Not sure though.&amp;nbsp;How to override this class on my local as I am not able to import it. Have copied the bean of this class keeping my custom class as the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;beans&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;bean id="webscript.org.alfresco.repository.person.user-csv-upload.post"&lt;BR /&gt; class="com.eisenvault.demoWebscripts.CustomUserBulkUpload"&lt;BR /&gt; parent="webscript"&amp;gt;&lt;BR /&gt; &amp;lt;property name="authenticationService" ref="AuthenticationService" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="authorityService" ref="AuthorityService" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="personService" ref="PersonService" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="tenantService" ref="tenantService" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="dictionaryService" ref="DictionaryService"/&amp;gt;&lt;BR /&gt; &amp;lt;property name="transactionHelper" ref="web.retryingTransactionHelper" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I need to check how this auto-generation of mails is happening in bulk upload.&lt;BR /&gt;Please let me know how to proceed further...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2016 11:39:31 GMT</pubDate>
    <dc:creator>anky_p</dc:creator>
    <dc:date>2016-11-18T11:39:31Z</dc:date>
    <item>
      <title>How to override a class into a custom class when the pre-defined class is not getting imported?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288939#M242069</link>
      <description>&amp;nbsp;Hi&amp;nbsp;all,&amp;nbsp;I had been working on auto-generation of invite mails with username and password on creation of new users.Had done with that task but yesterday we came to find out that functionality is already available for bulk upload of users(Upload User CSV).&amp;nbsp;Now I am looking for the class where this fu</description>
      <pubDate>Fri, 18 Nov 2016 11:39:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288939#M242069</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-18T11:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to override a class into a custom class when the pre-defined class is not getting imported?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288940#M242070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an Alfresco SDK project you need to add a dependency to the alfresco-remote-api artifact in order to import any web script classes like the bulk user CSV upload one. The source code can also be found in &lt;A href="https://github.com/Alfresco/community-edition/blob/master/projects/remote-api/source/java/org/alfresco/repo/web/scripts/person/UserCSVUploadPost.java" rel="nofollow noopener noreferrer"&gt;GitHub&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2016 14:57:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288940#M242070</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-19T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to override a class into a custom class when the pre-defined class is not getting imported?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288941#M242071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had created this with my custom class..Not sure why I am not able to override the class&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans SYSTEM "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;&lt;SPAN&gt;" PUBLIC "-//SPRING//DTD BEAN//EN"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-&amp;lt;beans&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-&amp;lt;bean parent="webscript" class="com.eisenvault.demoWebscripts.CustomUserBulkUpload" id="webscript.org.alfresco.repository.person.user-csv-upload.post"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="AuthenticationService" name="authenticationService"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="AuthorityService" name="authorityService"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="PersonService" name="personService"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="tenantService" name="tenantService"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="DictionaryService" name="dictionaryService"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property ref="web.retryingTransactionHelper" name="transactionHelper"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/bean&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 09:13:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-override-a-class-into-a-custom-class-when-the-pre-defined/m-p/288941#M242071</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-21T09:13:56Z</dc:date>
    </item>
  </channel>
</rss>

