org.filteredpush.client.jsf
Class MapperBean
java.lang.Object
org.filteredpush.client.jsf.ViewBean
org.filteredpush.client.jsf.MapperBean
- All Implemented Interfaces:
- java.io.Serializable
public class MapperBean
- extends ViewBean
- implements java.io.Serializable
A class responsible for mapping the proposed change in the annotation to the local data source through mapper/adapter/driver.
Author: Lei Dou
$Id$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperBean
public MapperBean()
getUserAccessService
public UserAccessService getUserAccessService()
setUserAccessService
public void setUserAccessService(UserAccessService userAccessService)
getProposedChangeItemKeys
public java.util.List<java.lang.String> getProposedChangeItemKeys()
prepareMapping
public void prepareMapping(FPAnnotation annotation,
FPUser user)
getSelectedProposedChangeItems
public java.lang.String[] getSelectedProposedChangeItems()
setSelectedProposedChangeItems
public void setSelectedProposedChangeItems(java.lang.String[] selectedItems)
populate
public void populate()
fillInByExternalService
public void fillInByExternalService()
getIsLocalDatasetReady
public boolean getIsLocalDatasetReady()
getLocalData
public java.util.List<LocalDataRecord> getLocalData()
getDef
public java.util.List<org.filteredpush.data.definition.BasicFieldDefinition> getDef()
getOriginalDef
public java.util.List<org.filteredpush.data.definition.BasicFieldDefinition> getOriginalDef()
getActiveLocalDatasetTab
public java.lang.String getActiveLocalDatasetTab()
setActiveLocalDatasetTab
public void setActiveLocalDatasetTab(java.lang.String tab)
restore
public void restore()
saveToDB
public void saveToDB()
getSupplementRequest
public SupplementRequest getSupplementRequest()
getSupplementKeys
public java.util.List<org.filteredpush.data.definition.BasicFieldDefinition> getSupplementKeys()
submitSupplement
public void submitSupplement()
isSupplementField
public boolean isSupplementField(java.lang.String fieldName)
getCorrectParameterRequest
public CorrectParameterRequest getCorrectParameterRequest()
submitParameterCorrection
public void submitParameterCorrection()
getChooseRecordRequest
public ChooseRecordRequest getChooseRecordRequest()
submitRecordChoice
public void submitRecordChoice()