Classificação da Informação: Uso Interno
Hi folks!

I'm a java newbie and have a pretty simple question, I guess.

How can I declare a java List class variable? Currently I'm calling 
srcBean.getDatasetValuesById and then clearing it like this:

var members = srcBean.getDatasetValuesById("mailforwardingaddress");
members.clear();
var j=0;
for (var i=0; i<umembers.length; i++)
  {
   if (umembers[i]!==null)
     {
     members.add(umembers[i]);
     }
  }
members

It's not beautiful, but works. Is there a better way to do this?

Thank you guys!



Márcio Schneider
Datacenter
MCITP, MCSE
Confederação SICREDI - Porto Alegre
(51)3358.8452
www.sicredi.com.br<http://www.sicredi.com.br/>


E-mail classificado como Uso Interno em quinta-feira, 26 de dezembro de 2013 
19:06:05.


Esta mensagem é somente para uso do destinatário informado e pode conter 
informações privilegiadas, proprietárias, ou privadas. Se você recebeu esta 
mensagem por engano, por favor notifique o remetente imediatamente e apague a 
original. Qualquer uso deste email é proibido. 
This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the email by you is prohibited.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to