lumis.portal.principal.importprincipal
Class ImportPrincipalManager

Package class diagram package ImportPrincipalManager
java.lang.Object
  extended by lumis.portal.principal.importprincipal.ImportPrincipalManager
All Implemented Interfaces:
IImportPrincipalManager

public class ImportPrincipalManager
extends Object
implements IImportPrincipalManager

Class responsible for principal import operations.

Since:
4.0.8

Constructor Summary
ImportPrincipalManager()
           
 
Method Summary
 void readPrincipals(SessionConfig sessionConfig, String principalReaderConfigId, ITransaction transaction)
          Read xml config file initializing the declared readers building a xml file with the users and groups extracted by the users.
 void writePrincipals(SessionConfig sessionConfig, String principalWriterConfigId, ITransaction transaction)
          Read a xml file with user's and group's configuration and import them to Lumis database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPrincipalManager

public ImportPrincipalManager()
Method Detail

writePrincipals

public void writePrincipals(SessionConfig sessionConfig,
                            String principalWriterConfigId,
                            ITransaction transaction)
                     throws PortalException
Description copied from interface: IImportPrincipalManager
Read a xml file with user's and group's configuration and import them to Lumis database.

Specified by:
writePrincipals in interface IImportPrincipalManager
Throws:
PortalException

readPrincipals

public void readPrincipals(SessionConfig sessionConfig,
                           String principalReaderConfigId,
                           ITransaction transaction)
                    throws PortalException
Description copied from interface: IImportPrincipalManager
Read xml config file initializing the declared readers building a xml file with the users and groups extracted by the users.

Specified by:
readPrincipals in interface IImportPrincipalManager
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.