|
||||||||||
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.ole.service.OlePatronHelperServiceImpl
public class OlePatronHelperServiceImpl
OlePatronHelperServiceImpl converts PatronProperties to EntityProperties and generate new search criteria.
Field Summary | |
---|---|
protected Map<String,String> |
criteriaConversion
|
protected static String |
ENTITY_EMAIL_PROPERTY_PREFIX
|
protected static String |
ENTITY_NAME_PROPERTY_PREFIX
|
Constructor Summary | |
---|---|
OlePatronHelperServiceImpl()
|
Method Summary | |
---|---|
boolean |
checkAddressMultipleDefault(List<OleEntityAddressBo> addrBoList)
This method is for checking the entity address has multiple defaults |
boolean |
checkAddressSource(List<OleAddressBo> oleAddresses)
This method is for checking the added address source or not |
boolean |
CheckBarcodeAndLostBarcode(OlePatronDocument olePatronDocument)
|
boolean |
checkEmailMultipleDefault(List<org.kuali.rice.kim.impl.identity.email.EntityEmailBo> emailBoList)
This method is for checking the entity email address has multiple defaults |
boolean |
checkPhoneMultipleDefault(List<org.kuali.rice.kim.impl.identity.phone.EntityPhoneBo> phoneBoList)
This method is for checking the entity phone has multiple defaults |
Map<String,String> |
convertPatronPropertiesToEntityProperties(Map<String,String> criteria)
Populate search criteria from the patron document |
boolean |
deletePatron(OlePatronDocument olePatronDocument)
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the instance of BusinessObjectService |
boolean |
isBorrowerTypeActive(OlePatronDocument olePatronDocument)
|
protected boolean |
isEmailEntityCriteria(String propertyName)
Check whether email entity is present in search criteria |
protected boolean |
isNameEntityCriteria(String propertyName)
Check whether name entity is present in search criteria |
Methods inherited from class org.kuali.rice.krad.lookup.LookupableImpl |
---|
adjustCriteriaForNestedEBOs, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, getActionUrlHref, getConfigurationService, getCriteriaFieldsForValidation, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDefaultSortAttributeNames, getDocumentDictionaryService, getEncryptionService, getFieldConversions, getLookupService, getMaintenanceActionLink, getMaintenanceDocumentTypeName, getParameters, getReadOnlyFieldsList, getReturnKeys, getReturnUrl, getReturnUrlForResults, getReturnUrlParameters, getSearchResults, getSearchResultsForEBO, initializeLookupViewHelperService, isResultReturnable, isSortAscending, performClear, performInitialization, performSearch, populateViewFromRequestParameters, processSearchCriteria, setConfigurationService, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDefaultSortAttributeNames, setDocumentDictionaryService, setEncryptionService, setFieldConversions, setLookupService, setMultiValueLookupSelect, setParameters, setReadOnlyFieldsList, setSortAscending, validateSearchParameters, validateSearchParameterWildcardAndOperators |
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl |
---|
addClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, populateDefaultValueForField, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent |
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, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults |
Field Detail |
---|
protected static final String ENTITY_EMAIL_PROPERTY_PREFIX
protected static final String ENTITY_NAME_PROPERTY_PREFIX
protected Map<String,String> criteriaConversion
Constructor Detail |
---|
public OlePatronHelperServiceImpl()
Method Detail |
---|
public Map<String,String> convertPatronPropertiesToEntityProperties(Map<String,String> criteria)
convertPatronPropertiesToEntityProperties
in interface OlePatronHelperService
criteria
-
protected boolean isNameEntityCriteria(String propertyName)
propertyName
-
protected boolean isEmailEntityCriteria(String propertyName)
propertyName
-
public boolean deletePatron(OlePatronDocument olePatronDocument)
deletePatron
in interface OlePatronHelperService
public boolean checkAddressSource(List<OleAddressBo> oleAddresses)
checkAddressSource
in interface OlePatronHelperService
oleAddresses
-
public boolean checkPhoneMultipleDefault(List<org.kuali.rice.kim.impl.identity.phone.EntityPhoneBo> phoneBoList)
checkPhoneMultipleDefault
in interface OlePatronHelperService
phoneBoList
-
public boolean checkAddressMultipleDefault(List<OleEntityAddressBo> addrBoList)
checkAddressMultipleDefault
in interface OlePatronHelperService
addrBoList
-
public boolean checkEmailMultipleDefault(List<org.kuali.rice.kim.impl.identity.email.EntityEmailBo> emailBoList)
checkEmailMultipleDefault
in interface OlePatronHelperService
emailBoList
-
public boolean CheckBarcodeAndLostBarcode(OlePatronDocument olePatronDocument)
CheckBarcodeAndLostBarcode
in interface OlePatronHelperService
public boolean isBorrowerTypeActive(OlePatronDocument olePatronDocument)
isBorrowerTypeActive
in interface OlePatronHelperService
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |