|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetLocation | |
|---|---|
| org.kuali.kfs.module.cam.businessobject | |
| org.kuali.kfs.module.cam.document.service | |
| org.kuali.kfs.module.cam.document.service.impl | |
| Uses of AssetLocation in org.kuali.kfs.module.cam.businessobject |
|---|
| Methods in org.kuali.kfs.module.cam.businessobject that return AssetLocation | |
|---|---|
AssetLocation |
Asset.getBorrowerLocation()
Gets the borrowerLocation attribute. |
AssetLocation |
Asset.getBorrowerStorageLocation()
Gets the borrowerStorageLocation attribute. |
AssetLocation |
Asset.getOffCampusLocation()
|
| Methods in org.kuali.kfs.module.cam.businessobject that return types with arguments of type AssetLocation | |
|---|---|
List<AssetLocation> |
Asset.getAssetLocations()
|
| Methods in org.kuali.kfs.module.cam.businessobject with parameters of type AssetLocation | |
|---|---|
void |
Asset.setBorrowerLocation(AssetLocation borrowerLocation)
Sets the borrowerLocation attribute value. |
void |
Asset.setBorrowerStorageLocation(AssetLocation borrowerStorageLocation)
Sets the borrowerStorageLocation attribute value. |
void |
Asset.setOffCampusLocation(AssetLocation offCampusLocation)
|
| Method parameters in org.kuali.kfs.module.cam.businessobject with type arguments of type AssetLocation | |
|---|---|
void |
Asset.setAssetLocations(List<AssetLocation> assetLocations)
|
| Constructors in org.kuali.kfs.module.cam.businessobject with parameters of type AssetLocation | |
|---|---|
AssetLocation(AssetLocation copiedLocation)
|
|
| Uses of AssetLocation in org.kuali.kfs.module.cam.document.service |
|---|
| Methods in org.kuali.kfs.module.cam.document.service with parameters of type AssetLocation | |
|---|---|
boolean |
AssetLocationService.isOffCampusLocationEmpty(AssetLocation offCampusLocation)
check if offCampusLocation is empty |
boolean |
AssetLocationService.isOffCampusLocationExists(AssetLocation offCampusLocation)
check if offCampusLocation is holding any location information. |
| Uses of AssetLocation in org.kuali.kfs.module.cam.document.service.impl |
|---|
| Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type AssetLocation | |
|---|---|
boolean |
AssetLocationServiceImpl.isOffCampusLocationEmpty(AssetLocation offCampusLocation)
|
boolean |
AssetLocationServiceImpl.isOffCampusLocationExists(AssetLocation offCampusLocation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||