Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,MemberImport> |
MemberImportManager.emailInfoMap
This map contains the Member objects parsed from CSV.
The key is the member email. It allows to avoid 2 lines on same email. This map will be iterated again, to perform operation (C or U). |
protected java.util.Map<java.lang.Integer,MemberImport> |
MemberImportManager.lineInfoMap
This map contains the Member objects parsed from CSV.
The key is the csv line. It is used in the UI to print informations about the file format. |
protected java.util.Map<java.lang.String,MemberImport> |
MemberImportManager.loginInfoMap
This map contains the new computed logins.
It is used to keep trace to new logins on DBMembers especially, which are not persisted before end of import. |
protected java.util.Map<java.lang.String,MemberImport> |
MemberImportManager.loginTempInfoMap
This map contains the logins encountered or computed during preparation.
|
protected java.util.List<MemberImport> |
MemberImportManager.memberImportList
The list containing each line.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MemberImport> |
MemberImportManager.getMemberInfoList()
Get the list of all
MemberImport used during import. |
Modifier and Type | Method and Description |
---|---|
protected void |
MemberImportManager.computeLogin(MemberImport memberImport)
Computes login from email : remove right part after '@'.
|
protected void |
MemberImportManager.performImport(MemberImport mbrImport)
Perform save of the Member object if possible.
Checks limit controller if needed (when accounts are activated). Updates counters. |
Constructor and Description |
---|
SendActivationMailAlarmListener(MemberImport[] mbrArray) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MemberImport> |
MembersCsvImportHandler.memberInfoList
The list containing each line.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MemberImport> |
MembersCsvImportHandler.getMemberInfoList() |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.