Package | Description |
---|---|
org.kuali.ole.deliver.bo | |
org.kuali.ole.service |
Modifier and Type | Method and Description |
---|---|
static OleAddressBo |
OleAddressBo.from(OleAddressDefinition imOleAddressDefinition)
This method converts the immutable object OleAddressDefinition into PersistableBusinessObjectBase OleAddressBo
|
OleAddressBo |
OleEntityAddressBo.getOleAddressBo()
Gets the value of oleAddressBo property
|
Modifier and Type | Method and Description |
---|---|
List<OleAddressBo> |
OlePatronDocument.getOleAddresses() |
Modifier and Type | Method and Description |
---|---|
void |
OleEntityAddressBo.setOleAddressBo(OleAddressBo oleAddressBo)
Sets the value for oleAddressBo property
|
static OleAddressDefinition |
OleAddressBo.to(OleAddressBo bo)
This method converts the PersistableBusinessObjectBase OleAddressBo into immutable object OleAddressDefinition
|
Modifier and Type | Method and Description |
---|---|
void |
OlePatronDocument.setOleAddresses(List<OleAddressBo> oleAddresses) |
Modifier and Type | Method and Description |
---|---|
List<OleAddressBo> |
OlePatronHelperServiceImpl.retrieveOleAddressBo(org.kuali.rice.kim.impl.identity.entity.EntityBo entityBo,
OlePatronDocument patronDocument) |
List<OleAddressBo> |
OlePatronHelperService.retrieveOleAddressBo(org.kuali.rice.kim.impl.identity.entity.EntityBo entityBo,
OlePatronDocument olePatronDocument) |
Modifier and Type | Method and Description |
---|---|
boolean |
OlePatronHelperServiceImpl.checkAddressSource(List<OleAddressBo> oleAddresses)
This method is for checking the added address source or not
|
boolean |
OlePatronHelperService.checkAddressSource(List<OleAddressBo> oleAddresses) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.