|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssetLocationService.LocationField | |
---|---|
org.kuali.kfs.module.cam.document.service | |
org.kuali.kfs.module.cam.document.service.impl | |
org.kuali.kfs.module.cam.document.validation.impl |
Uses of AssetLocationService.LocationField in org.kuali.kfs.module.cam.document.service |
---|
Methods in org.kuali.kfs.module.cam.document.service that return AssetLocationService.LocationField | |
---|---|
static AssetLocationService.LocationField |
AssetLocationService.LocationField.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AssetLocationService.LocationField[] |
AssetLocationService.LocationField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in org.kuali.kfs.module.cam.document.service with type arguments of type AssetLocationService.LocationField | |
---|---|
boolean |
AssetLocationService.validateLocation(Map<AssetLocationService.LocationField,String> fieldMap,
org.kuali.rice.kns.bo.BusinessObject businessObject,
boolean isCapital,
AssetType assetType)
|
Uses of AssetLocationService.LocationField in org.kuali.kfs.module.cam.document.service.impl |
---|
Methods in org.kuali.kfs.module.cam.document.service.impl with parameters of type AssetLocationService.LocationField | |
---|---|
protected boolean |
AssetLocationServiceImpl.isBlank(Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field,
String countryCode)
|
protected void |
AssetLocationServiceImpl.putError(Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field,
String errorKey,
String... errorParameters)
Convenience method to append the path prefix |
protected String |
AssetLocationServiceImpl.readPropertyValue(org.kuali.rice.kns.bo.BusinessObject currObject,
Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field)
|
Method parameters in org.kuali.kfs.module.cam.document.service.impl with type arguments of type AssetLocationService.LocationField | |
---|---|
protected boolean |
AssetLocationServiceImpl.isBlank(Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field,
String countryCode)
|
protected void |
AssetLocationServiceImpl.putError(Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field,
String errorKey,
String... errorParameters)
Convenience method to append the path prefix |
protected String |
AssetLocationServiceImpl.readPropertyValue(org.kuali.rice.kns.bo.BusinessObject currObject,
Map<AssetLocationService.LocationField,String> fieldMap,
AssetLocationService.LocationField field)
|
protected boolean |
AssetLocationServiceImpl.validateCapitalAssetLocation(AssetType assetType,
Map<AssetLocationService.LocationField,String> fieldMap,
String campusCode,
String buildingCode,
String roomNumber,
String subRoomNumber,
String contactName,
String streetAddress,
String cityName,
String stateCode,
String zipCode,
String countryCode,
boolean onCampus,
boolean offCampus,
org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase businessObjectEntry)
|
boolean |
AssetLocationServiceImpl.validateLocation(Map<AssetLocationService.LocationField,String> fieldMap,
org.kuali.rice.kns.bo.BusinessObject businessObject,
boolean isCapital,
AssetType assetType)
|
protected boolean |
AssetLocationServiceImpl.validateNonCapitalAssetLocation(Map<AssetLocationService.LocationField,String> fieldMap,
String contactName,
String streetAddress,
String cityName,
String stateCode,
String zipCode,
String countryCode,
boolean onCampus,
boolean offCampus)
|
protected boolean |
AssetLocationServiceImpl.validateOffCampusLocation(Map<AssetLocationService.LocationField,String> fieldMap,
String contactName,
String streetAddress,
String cityName,
String stateCode,
String zipCode,
String countryCode)
|
protected boolean |
AssetLocationServiceImpl.validateOnCampusLocation(Map<AssetLocationService.LocationField,String> fieldMap,
AssetType assetType,
String campusCode,
String buildingCode,
String buildingRoomNumber,
String subRoomNumber)
|
Uses of AssetLocationService.LocationField in org.kuali.kfs.module.cam.document.validation.impl |
---|
Fields in org.kuali.kfs.module.cam.document.validation.impl with type parameters of type AssetLocationService.LocationField | |
---|---|
protected static Map<AssetLocationService.LocationField,String> |
AssetTransferDocumentRule.LOCATION_FIELD_MAP
|
protected static Map<AssetLocationService.LocationField,String> |
AssetRule.LOCATION_FIELD_MAP
|
protected static Map<AssetLocationService.LocationField,String> |
AssetGlobalRule.LOCATION_FIELD_MAP
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |