|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl org.kuali.rice.krad.lookup.LookupableImpl org.kuali.rice.krms.impl.repository.AgendaLookupableHelperServiceImpl
public class AgendaLookupableHelperServiceImpl
Constructor Summary | |
---|---|
AgendaLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
boolean |
allowsMaintenanceDeleteAction(Object dataObject)
Determines if given data object has associated maintenance document that allows delete maintenance actions. |
boolean |
allowsMaintenanceEditAction(Object dataObject)
Determines if given data object has associated maintenance document that allows edit maintenance actions |
boolean |
allowsMaintenanceNewOrCopyAction()
Determines if given data object has associated maintenance document that allows new or copy maintenance actions |
protected String |
getActionUrlHref(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
Generates a URL to perform a maintenance action on the given result data object |
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, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults |
Constructor Detail |
---|
public AgendaLookupableHelperServiceImpl()
Method Detail |
---|
public boolean allowsMaintenanceNewOrCopyAction()
LookupableImpl
allowsMaintenanceNewOrCopyAction
in class LookupableImpl
public boolean allowsMaintenanceEditAction(Object dataObject)
LookupableImpl
allowsMaintenanceEditAction
in class LookupableImpl
public boolean allowsMaintenanceDeleteAction(Object dataObject)
LookupableImpl
allowsMaintenanceDeleteAction
in class LookupableImpl
protected String getActionUrlHref(LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames)
LookupableImpl
Will build a URL containing keys of the data object to invoke the given maintenance action method within the maintenance controller
getActionUrlHref
in class LookupableImpl
dataObject
- - data object instance for the line to build the maintenance action link formethodToCall
- - method name on the maintenance controller that should be invokedpkNames
- - list of primary key field names for the data object whose key/value pairs will be added to
the maintenance link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |