|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImpl
public class PessimisticLockLookupableHelperServiceImpl
This class is the lookup helper for PessimisticLock
objects
Field Summary |
---|
Constructor Summary | |
---|---|
PessimisticLockLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
List<HtmlData> |
getCustomActionUrls(BusinessObject businessObject,
List pkNames)
Hides the applicable links when the PessimisticLock is not owned by the current user |
List<Row> |
getRows()
This overridden method checks whether the user is an admin user according to PessimisticLockService.isPessimisticLockAdminUser(Person) and if the user is not an admin user the user field is set to Read Only and the lookup field |
List<? extends BusinessObject> |
getSearchResults(Map<String,String> fieldValues)
This method implementation is used to search for objects |
void |
validateSearchParameters(Map<String,String> fieldValues)
Checks that any required search fields have value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PessimisticLockLookupableHelperServiceImpl()
Method Detail |
---|
public List<HtmlData> getCustomActionUrls(BusinessObject businessObject, List pkNames)
getCustomActionUrls
in interface LookupableHelperService
getCustomActionUrls
in class AbstractLookupableHelperServiceImpl
org.kuali.rice.krad.lookup.LookupableHelperService#getCustomActionUrls(org.kuali.rice.krad.bo.BusinessObject, java.util.List, java.util.List pkNames)
public List<Row> getRows()
PessimisticLockService.isPessimisticLockAdminUser(Person)
and if the user is not an admin user the user field is set to Read Only and the lookup field
getRows
in interface LookupableHelperService
getRows
in class AbstractLookupableHelperServiceImpl
org.kuali.rice.krad.lookup.AbstractLookupableHelperServiceImpl#getRows()
public List<? extends BusinessObject> getSearchResults(Map<String,String> fieldValues)
getSearchResults
in interface LookupableHelperService
getSearchResults
in class AbstractLookupableHelperServiceImpl
fieldValues
- - Map of property/value pairs
org.kuali.rice.krad.lookup.AbstractLookupableHelperServiceImpl#getSearchResults(java.util.Map)
public void validateSearchParameters(Map<String,String> fieldValues)
AbstractLookupableHelperServiceImpl
validateSearchParameters
in interface LookupableHelperService
validateSearchParameters
in class AbstractLookupableHelperServiceImpl
fieldValues
- - Map of property/value pairsorg.kuali.core.lookup.LookupableHelperService#validateSearchParameters(java.util.Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |