public class GroupImportContainer extends Object
Constructor and Description |
---|
GroupImportContainer() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityIdsNotFound()
comma separated list of entity ids not found
|
int |
getErrorRowNumber()
row number there is an error
|
String |
getErrorSubject()
error subject
|
String |
getErrorText()
error text
|
String |
getExportFileName()
return the filename of the file being exported
|
String |
getGroupId() |
Set<GuiGroup> |
getGroupImportExtraGuiGroups()
gui groups in addition to the one in the combobox
|
Set<GuiSubject> |
getGroupImportExtraGuiSubjects()
gui subjects in addition to the one in the combobox
|
GroupImportGroupSummary |
getGroupImportGroupSummary()
current summary for externalized text
|
Map<Group,GroupImportGroupSummary> |
getGroupImportGroupSummaryForGroupMap()
key is group name, value is the report for the group
|
Set<GuiGroup> |
getGuiGroups()
groups which we are importing to
|
String |
getImportDefaultSubject()
if there is a subject in url and we want to populate that field,
then this is the value
|
ProgressBean |
getProgressBean()
have a progress bean
|
String |
getReport()
generate a report (if needed) based on current progress
|
String |
getSourceId() |
String |
getSubjectId() |
String |
getUniqueImportId() |
boolean |
isExportAll()
if export all of just member subject ids
|
boolean |
isImportFromGroup()
if import from group
|
boolean |
isImportFromSubject()
if import from subject
|
boolean |
isImportReplaceMembers() |
boolean |
isRemoveMembers() |
void |
setEntityIdsNotFound(String entityIdsNotFound1)
comma separated list of entity ids not found
|
void |
setErrorRowNumber(int errorRowNumber1)
row number there is an error
|
void |
setErrorSubject(String errorSubject1)
error subject
|
void |
setErrorText(String errorText1)
error text
|
void |
setExportAll(boolean exportAll1)
if export all of just member subject ids
|
void |
setGroupId(String groupId) |
void |
setGroupImportExtraGuiGroups(Set<GuiGroup> groupImportExtraGuiGroups1)
gui groups in addition to the one in the combobox
|
void |
setGroupImportExtraGuiSubjects(Set<GuiSubject> groupImportExtraGuiSubjects1)
gui subjects in addition to the one in the combobox
|
void |
setGroupImportGroupSummary(GroupImportGroupSummary groupImportGroupSummary)
current summary for externalized text
|
void |
setGroupImportGroupSummaryForGroupMap(Map<Group,GroupImportGroupSummary> groupImportGroupSummaryForGroupMap1)
key is group name, value is the report for the group
|
void |
setGuiGroups(Set<GuiGroup> groups1)
groups which we are importing to
|
void |
setImportFromGroup(boolean importFromGroup1)
if import from group
|
void |
setImportFromSubject(boolean importFromSubject1)
if import from subject
|
void |
setImportReplaceMembers(boolean importReplaceMembers) |
void |
setRemoveMembers(boolean removeMembers) |
void |
setSourceId(String sourceId) |
void |
setSubjectId(String subjectId) |
void |
setUniqueImportId(String uniqueImportId) |
public String getGroupId()
public void setGroupId(String groupId)
public String getSubjectId()
public void setSubjectId(String subjectId)
public String getSourceId()
public void setSourceId(String sourceId)
public String getUniqueImportId()
public void setUniqueImportId(String uniqueImportId)
public boolean isImportReplaceMembers()
public void setImportReplaceMembers(boolean importReplaceMembers)
public boolean isRemoveMembers()
public void setRemoveMembers(boolean removeMembers)
public String getReport()
public ProgressBean getProgressBean()
public int getErrorRowNumber()
public void setErrorRowNumber(int errorRowNumber1)
errorRowNumber1
- the errorRowNumber to setpublic String getErrorText()
public void setErrorText(String errorText1)
errorText1
- the errorText to setpublic String getErrorSubject()
public void setErrorSubject(String errorSubject1)
errorSubject1
- the errorSubject to setpublic GroupImportGroupSummary getGroupImportGroupSummary()
public void setGroupImportGroupSummary(GroupImportGroupSummary groupImportGroupSummary)
groupImportGroupSummary
- public void setGuiGroups(Set<GuiGroup> groups1)
groups1
- public Map<Group,GroupImportGroupSummary> getGroupImportGroupSummaryForGroupMap()
public void setGroupImportGroupSummaryForGroupMap(Map<Group,GroupImportGroupSummary> groupImportGroupSummaryForGroupMap1)
groupImportGroupSummaryForGroupMap1
- public String getEntityIdsNotFound()
public void setEntityIdsNotFound(String entityIdsNotFound1)
entityIdsNotFound1
- public Set<GuiSubject> getGroupImportExtraGuiSubjects()
public void setGroupImportExtraGuiSubjects(Set<GuiSubject> groupImportExtraGuiSubjects1)
groupImportExtraGuiSubjects1
- public Set<GuiGroup> getGroupImportExtraGuiGroups()
public String getImportDefaultSubject()
public boolean isImportFromGroup()
public boolean isImportFromSubject()
public void setGroupImportExtraGuiGroups(Set<GuiGroup> groupImportExtraGuiGroups1)
groupImportExtraGuiGroups1
- public void setImportFromGroup(boolean importFromGroup1)
importFromGroup1
- public void setImportFromSubject(boolean importFromSubject1)
importFromSubject1
- public boolean isExportAll()
public void setExportAll(boolean exportAll1)
exportAll1
- public String getExportFileName()
Copyright © 2016 Internet2. All rights reserved.