MaintenanceUtils
.@Deprecated public final class MaintenanceUtils extends Object
Modifier and Type | Method and Description |
---|---|
protected static void |
addRowsToErrorKeySet(List<Row> listOfRows,
Set<String> errorKeys)
Deprecated.
This method recurses through all the fields of the list of rows and adds each field's property name to the set if it starts
with Constants.MAINTENANCE_NEW_MAINTAINABLE
|
static void |
checkForLockingDocument(Maintainable maintainable,
boolean throwExceptionIfLocked)
Deprecated.
This method will throw a
ValidationException if there is a valid locking document in existence and throwExceptionIfLocked is true. |
static MaintainableCollectionDefinition |
findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections,
String collectionName)
Deprecated.
Finds the MaintainableCollectionDefinition corresponding to the given collection name.
|
static String |
generateErrorKeyForSection(Section section)
Deprecated.
Given a section, returns a comma delimited string of all fields, representing the error keys that exist for a section
|
static Map<String,String> |
generateMultipleValueLookupBOTemplate(List<MaintainableSectionDefinition> sections,
String collectionName)
Deprecated.
Returns the field templates defined in the maint dictionary xml files.
|
static Map<String,AttributeSecurity> |
retrievePropertyPathToAttributeSecurityMappings(String docTypeName)
Deprecated.
|
static void |
setFieldDirectInquiry(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition)
Deprecated.
|
static void |
setFieldDirectInquiry(BusinessObject businessObject,
String attributeName,
MaintainableFieldDefinition maintainableFieldDefinition,
Field field,
List<String> displayedFieldNames)
Deprecated.
|
static Field |
setFieldQuickfinder(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition)
Deprecated.
|
static Field |
setFieldQuickfinder(BusinessObject businessObject,
String attributeName,
MaintainableFieldDefinition maintainableFieldDefinition,
Field field,
List<String> displayedFieldNames,
SelectiveReferenceRefresher srr)
Deprecated.
Checks to see if there has been an override lookup declared for the maintenance field.
|
public static Map<String,String> generateMultipleValueLookupBOTemplate(List<MaintainableSectionDefinition> sections, String collectionName)
sections
- the sections of a documentcollectionName
- the name of a collection. May be a nested collection with indices (e.g. collA[1].collB)public static MaintainableCollectionDefinition findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections, String collectionName)
sections
- the sections of a maint doccollectionName
- the name of a collection, relative to the root of the BO being maintained. This value may have index
values (e.g. [1]), but these are ignored.public static final Field setFieldQuickfinder(BusinessObject businessObject, String attributeName, MaintainableFieldDefinition maintainableFieldDefinition, Field field, List<String> displayedFieldNames, SelectiveReferenceRefresher srr)
public static final Field setFieldQuickfinder(BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition)
public static final void setFieldDirectInquiry(BusinessObject businessObject, String attributeName, MaintainableFieldDefinition maintainableFieldDefinition, Field field, List<String> displayedFieldNames)
public static final void setFieldDirectInquiry(BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition)
public static String generateErrorKeyForSection(Section section)
section
- a sectionprotected static void addRowsToErrorKeySet(List<Row> listOfRows, Set<String> errorKeys)
listOfRows
- errorKeys
- KRADConstants.MAINTENANCE_NEW_MAINTAINABLE
public static void checkForLockingDocument(Maintainable maintainable, boolean throwExceptionIfLocked)
ValidationException
if there is a valid locking document in existence and throwExceptionIfLocked is true.public static Map<String,AttributeSecurity> retrievePropertyPathToAttributeSecurityMappings(String docTypeName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.