|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.maintenance.MaintainableImpl
org.kuali.rice.krms.impl.ui.AgendaEditorMaintainable
public class AgendaEditorMaintainable
Maintainable for the AgendaEditor
| Constructor Summary | |
|---|---|
AgendaEditorMaintainable()
|
|
| Method Summary | |
|---|---|
BusinessObjectService |
getBoService()
|
Class |
getDataObjectClass()
Returns the class for the data object being maintained |
boolean |
isOldDataObjectInDocument()
Checks whether the data object is not null and has its primary key values populated |
void |
prepareForSave()
Hook for performing any custom processing before the maintenance object is saved |
void |
processAfterCopy(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Hook for performing any custom processing after the maintenance object has been setup for a copy action |
void |
processAfterEdit(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Hook for performing any custom processing after the maintenance object has been setup for a edit action |
void |
processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Hook for performing any custom processing after the maintenance object has been setup for a new action |
protected void |
processBeforeAddLine(View view,
CollectionGroup collectionGroup,
Object model,
Object addLine)
Hook for service overrides to process the new collection line before it is added to the collection |
List<RemotableAttributeField> |
retrieveCustomAttributes(View view,
Object model,
Container container)
|
Object |
retrieveObjectForEditOrCopy(MaintenanceDocument document,
Map<String,String> dataObjectKeys)
Called during setupMaintenanceObject to retrieve the original dataObject that is being edited or copied. |
List<RemotableAttributeField> |
retrieveRuleActionCustomAttributes(View view,
Object model,
Container container)
This only supports a single action within a rule. |
List<RemotableAttributeField> |
retrieveRuleCustomAttributes(View view,
Object model,
Container container)
|
void |
saveDataObject()
Invoked to persist changes to the data object being maintained |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService |
|---|
applyDefaultValuesForCollectionLine, buildInquiryLink, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults |
| Constructor Detail |
|---|
public AgendaEditorMaintainable()
| Method Detail |
|---|
public BusinessObjectService getBoService()
public List<RemotableAttributeField> retrieveCustomAttributes(View view,
Object model,
Container container)
public List<RemotableAttributeField> retrieveRuleActionCustomAttributes(View view,
Object model,
Container container)
public List<RemotableAttributeField> retrieveRuleCustomAttributes(View view,
Object model,
Container container)
public Object retrieveObjectForEditOrCopy(MaintenanceDocument document,
Map<String,String> dataObjectKeys)
Maintainable
retrieveObjectForEditOrCopy in interface MaintainableretrieveObjectForEditOrCopy in class MaintainableImpldocument - document instance for the maintenance objectdataObjectKeys - Map of keys for the requested object
Maintainable.retrieveObjectForEditOrCopy(MaintenanceDocument, java.util.Map)
public void processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
processAfterNew in interface MaintainableprocessAfterNew in class MaintainableImpldocument - - maintenance document instance this maintainable belong torequestParameters - - map of request parameters sent for the copy requestMaintainable.processAfterNew(org.kuali.rice.krad.document.MaintenanceDocument, java.util.Map)
public void processAfterCopy(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Maintainable
processAfterCopy in interface MaintainableprocessAfterCopy in class MaintainableImpldocument - - maintenance document instance this maintainable belong torequestParameters - - map of request parameters sent for the copy requestMaintainable.processAfterCopy(org.kuali.rice.krad.document.MaintenanceDocument, java.util.Map)
public void processAfterEdit(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Maintainable
processAfterEdit in interface MaintainableprocessAfterEdit in class MaintainableImpldocument - - maintenance document instance this maintainable belong torequestParameters - - map of request parameters sent for the copy requestMaintainable.processAfterEdit(org.kuali.rice.krad.document.MaintenanceDocument, java.util.Map) public void prepareForSave()
Maintainable
prepareForSave in interface MaintainableprepareForSave in class MaintainableImplMaintainable.prepareForSave()public void saveDataObject()
MaintainableCalled after the maintenance document has become final indicating the changes should be applied
saveDataObject in interface MaintainablesaveDataObject in class MaintainableImplMaintainable.saveDataObject()public boolean isOldDataObjectInDocument()
MaintainableImpl
isOldDataObjectInDocument in interface MaintainableisOldDataObjectInDocument in class MaintainableImplMaintainableImpl.isOldDataObjectInDocument()public Class getDataObjectClass()
Maintainable
getDataObjectClass in interface MaintainablegetDataObjectClass in class MaintainableImplMaintainable.getDataObjectClass()
protected void processBeforeAddLine(View view,
CollectionGroup collectionGroup,
Object model,
Object addLine)
ViewHelperServiceImpl
processBeforeAddLine in class ViewHelperServiceImplview - - view instance that is being presented (the action was taken
on)collectionGroup - - collection group component for the collection the line will
be added tomodel - - object instance that contain's the views dataaddLine - - the new line instance to be processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||