Uses of Class
com.jalios.jcms.MemberImport
-
Packages that use MemberImport Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of MemberImport in com.jalios.jcms
Fields in com.jalios.jcms with type parameters of type MemberImport Modifier and Type Field 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.Methods in com.jalios.jcms that return types with arguments of type MemberImport Modifier and Type Method Description java.util.List<MemberImport>
MemberImportManager. getMemberInfoList()
Get the list of allMemberImport
used during import.Methods in com.jalios.jcms with parameters of type MemberImport Modifier and Type Method 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.Constructors in com.jalios.jcms with parameters of type MemberImport Constructor Description SendActivationMailAlarmListener(MemberImport[] mbrArray)
-
Uses of MemberImport in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler with type parameters of type MemberImport Modifier and Type Field Description protected java.util.List<MemberImport>
MembersCsvImportHandler. memberInfoList
The list containing each line.Methods in com.jalios.jcms.handler that return types with arguments of type MemberImport Modifier and Type Method Description java.util.List<MemberImport>
MembersCsvImportHandler. getMemberInfoList()
-