|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupableHelperService | |
---|---|
org.kuali.rice.coreservice.web.component | |
org.kuali.rice.coreservice.web.parameter | |
org.kuali.rice.edl.impl.lookupable | |
org.kuali.rice.kew.doctype | |
org.kuali.rice.kew.impl.document.search | |
org.kuali.rice.kew.rule.bo | |
org.kuali.rice.kim.impl.responsibility | |
org.kuali.rice.kim.impl.type | |
org.kuali.rice.kim.lookup | |
org.kuali.rice.kns.lookup | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
Uses of LookupableHelperService in org.kuali.rice.coreservice.web.component |
---|
Classes in org.kuali.rice.coreservice.web.component that implement LookupableHelperService | |
---|---|
class |
ComponentLookupableHelperServiceImpl
|
Uses of LookupableHelperService in org.kuali.rice.coreservice.web.parameter |
---|
Classes in org.kuali.rice.coreservice.web.parameter that implement LookupableHelperService | |
---|---|
class |
ParameterLookupableHelperServiceImpl
This is a description of what this class does - kellerj don't forget to fill this in. |
Uses of LookupableHelperService in org.kuali.rice.edl.impl.lookupable |
---|
Classes in org.kuali.rice.edl.impl.lookupable that implement LookupableHelperService | |
---|---|
class |
EDocLiteLookupableHelperServiceImpl
This is a description of what this class does - sp20369 don't forget to fill this in. |
Uses of LookupableHelperService in org.kuali.rice.kew.doctype |
---|
Classes in org.kuali.rice.kew.doctype that implement LookupableHelperService | |
---|---|
class |
DocumentTypeLookupableHelperServiceImpl
This is a description of what this class does - chb don't forget to fill this in. |
Uses of LookupableHelperService in org.kuali.rice.kew.impl.document.search |
---|
Classes in org.kuali.rice.kew.impl.document.search that implement LookupableHelperService | |
---|---|
class |
DocumentSearchCriteriaBoLookupableHelperService
Implementation of lookupable helper service which handles the complex lookup behavior required by the KEW document search screen. |
Uses of LookupableHelperService in org.kuali.rice.kew.rule.bo |
---|
Classes in org.kuali.rice.kew.rule.bo that implement LookupableHelperService | |
---|---|
class |
RuleBaseValuesLookupableHelperServiceImpl
This is a description of what this class does - jjhanso don't forget to fill this in. |
class |
RuleDelegationLookupableHelperServiceImpl
This is a description of what this class does - jjhanso don't forget to fill this in. |
Uses of LookupableHelperService in org.kuali.rice.kim.impl.responsibility |
---|
Classes in org.kuali.rice.kim.impl.responsibility that implement LookupableHelperService | |
---|---|
class |
ResponsibilityLookupableHelperServiceImpl
|
Uses of LookupableHelperService in org.kuali.rice.kim.impl.type |
---|
Classes in org.kuali.rice.kim.impl.type that implement LookupableHelperService | |
---|---|
class |
KimTypeLookupableHelperServiceImpl
|
Uses of LookupableHelperService in org.kuali.rice.kim.lookup |
---|
Classes in org.kuali.rice.kim.lookup that implement LookupableHelperService | |
---|---|
class |
GroupLookupableHelperServiceImpl
|
class |
KimDocumentRoleMemberLookupableHelperServiceImpl
|
class |
KimLookupableHelperServiceImpl
This is a description of what this class does - shyu don't forget to fill this in. |
class |
PermissionLookupableHelperServiceImpl
|
class |
PersonLookupableHelperServiceImpl
This is a description of what this class does - shyu don't forget to fill this in. |
class |
RoleLookupableHelperServiceImpl
This is a description of what this class does - shyu don't forget to fill this in. |
class |
RoleMemberImplLookupableHelperServiceImpl
This is a description of what this class does - shyu don't forget to fill this in. |
class |
RoleMemberLookupableHelperServiceImpl
|
Uses of LookupableHelperService in org.kuali.rice.kns.lookup |
---|
Classes in org.kuali.rice.kns.lookup that implement LookupableHelperService | |
---|---|
class |
AbstractLookupableHelperServiceImpl
This class declares many of the common spring injected properties, the get/set-ers for them, and some common util methods that require the injected services |
class |
KualiLookupableHelperServiceImpl
|
class |
PessimisticLockLookupableHelperServiceImpl
This class is the lookup helper for PessimisticLock objects |
Fields in org.kuali.rice.kns.lookup declared as LookupableHelperService | |
---|---|
protected LookupableHelperService |
KualiLookupableImpl.lookupableHelperService
|
Methods in org.kuali.rice.kns.lookup that return LookupableHelperService | |
---|---|
LookupableHelperService |
KualiLookupableImpl.getLookupableHelperService()
|
LookupableHelperService |
Lookupable.getLookupableHelperService()
Deprecated. Returns the LookupableHelperService designated to help this lookup |
Methods in org.kuali.rice.kns.lookup with parameters of type LookupableHelperService | |
---|---|
void |
KualiLookupableImpl.setLookupableHelperService(LookupableHelperService lookupableHelperService)
Sets the lookupableHelperService attribute value. |
void |
Lookupable.setLookupableHelperService(LookupableHelperService helper)
Deprecated. Sets the helper service for instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |