org.kuali.rice.kim.document
Class GenericPermissionMaintainable
java.lang.Object
   org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
       org.kuali.rice.krad.maintenance.MaintainableImpl
org.kuali.rice.krad.maintenance.MaintainableImpl
           org.kuali.rice.kns.maintenance.KualiMaintainableImpl
org.kuali.rice.kns.maintenance.KualiMaintainableImpl
               org.kuali.rice.kim.document.GenericPermissionMaintainable
org.kuali.rice.kim.document.GenericPermissionMaintainable
- All Implemented Interfaces: 
- Serializable, SelectiveReferenceRefresher, Maintainable, ViewHelperService
- public class GenericPermissionMaintainable 
- extends KualiMaintainableImpl
This is a description of what this class does - jonathan don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class org.kuali.rice.kns.maintenance.KualiMaintainableImpl | 
| addMultipleValueLookupResults, addNewLineToCollection, clearBusinessObjectOfRestrictedValues, clearCollectionRestrictedValues, clearFieldRestrictedValues, decryptEncryptedData, deleteBusinessObject, generateAllAffectedReferences, getAffectedReferencesFromLookup, getAllRefreshableReferences, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getCoreSections, getDocumentHelperService, getDocumentTitle, getDuplicateIdentifierFieldsFromDataDictionary, getInactiveRecordDisplay, getMaintainableTitle, getMaintenanceDocumentDictionaryService, getMultiValueIdentifierList, getNewCollectionLine, getPersonService, getSections, getShowInactiveRecords, hasBusinessObjectExisted, initNewCollectionLine, isBoNotesEnabled, isNotesEnabled, isOldBusinessObjectInDocument, isRelationshipRefreshable, performCollectionForceUpperCase, performFieldForceUpperCase, performFieldForceUpperCase, performForceUpperCase, populateBusinessObject, populateNewCollectionLines, populateNewSubCollectionLines, prepareBusinessObjectForAdditionFromMultipleValueLookup, processAfterAddLine, processAfterEdit, processAfterNew, processAfterPost, processBeforeAddLine, refresh, refreshReferences, saveBusinessObject, setBoClass, setBusinessObject, setBusinessObjectAuthorizationService, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataObject, setDocumentHelperService, setGenerateBlankRequiredValues, setGenerateDefaultValues, setMaintenanceDocumentDictionaryService, setNewCollectionLineDefaultValues, setPersonService, setShowInactiveRecords, setupNewFromExisting, shouldFieldBeEncrypted | 
 
| Methods inherited from class org.kuali.rice.krad.maintenance.MaintainableImpl | 
| deleteDataObject, doRouteStatusChange, generateMaintenanceLocks, getCustomLockDescriptor, getDataObject, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDocumentDictionaryService, getDocumentNumber, getDocumentTitle, getDocumentTypeName, getEncryptionService, getLockingDocumentId, getLookupService, getMaintenanceAction, getMaintenanceDocumentService, getPersistableBusinessObject, getWorkflowEngineDocumentIdsToLock, isLockable, isOldDataObjectInDocument, prepareExternalBusinessObject, prepareForSave, processAfterAddLine, processAfterCopy, processAfterDeleteLine, processAfterEdit, processAfterNew, processAfterPost, processAfterRetrieve, retrieveObjectForEditOrCopy, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDocumentDictionaryService, setDocumentNumber, setEncryptionService, setLookupService, setMaintenanceAction, setMaintenanceDocumentService, setupNewFromExisting, useCustomLockDescriptors | 
 
| Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl | 
| addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, getDataDictionaryService, getExportTableFormatOptions, getExpressionEvaluator, getPersistenceService, getPersistenceStructureService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, retrieveEditModesAndActionFlags, runComponentModifiers, setBusinessObjectService, setConfigurationService, setDataDictionaryService, setExpressionEvaluator, setPersistenceService, setPersistenceStructureService, setViewContext, setViewDictionaryService, spawnSubLifecyle, 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.maintenance.Maintainable | 
| deleteDataObject, doRouteStatusChange, generateMaintenanceLocks, getCustomLockDescriptor, getDataObject, getDataObjectClass, getDocumentTitle, getLockingDocumentId, getMaintenanceAction, getPersistableBusinessObject, getWorkflowEngineDocumentIdsToLock, isLockable, isOldDataObjectInDocument, prepareExternalBusinessObject, prepareForSave, processAfterCopy, processAfterEdit, processAfterNew, processAfterPost, processAfterRetrieve, retrieveObjectForEditOrCopy, setDataObjectClass, setDocumentNumber, setMaintenanceAction, setupNewFromExisting, useCustomLockDescriptors | 
 
| Methods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService | 
| applyDefaultValuesForCollectionLine, buildExportTableData, buildInquiryLink, cleanViewAfterRender, getCommonContext, getExpressionEvaluator, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, spawnSubLifecyle | 
 
sequenceAccessorService
protected transient SequenceAccessorService sequenceAccessorService
GenericPermissionMaintainable
public GenericPermissionMaintainable()
saveDataObject
public void saveDataObject()
- Saves the responsibility via the responsibility update service
 
- 
- Specified by:
- saveDataObjectin interface- Maintainable
- Overrides:
- saveDataObjectin class- KualiMaintainableImpl
 
- 
- See Also:
- KualiMaintainableImpl.saveBusinessObject()
 
processAfterCopy
public void processAfterCopy(MaintenanceDocument document,
                             Map<String,String[]> parameters)
- Pre-populates the ID field of the new PermissionBo to be created.
 
- 
- Overrides:
- processAfterCopyin class- KualiMaintainableImpl
 
- 
- See Also:
- KualiMaintainableImpl.saveBusinessObject()
 
getBoClass
public Class<? extends PersistableBusinessObject> getBoClass()
- This overridden method ...
 
- 
- Overrides:
- getBoClassin class- KualiMaintainableImpl
 
- 
- Returns:
- Returns the boClass.
- See Also:
- KualiMaintainableImpl.getBoClass()
 
isExternalBusinessObject
public boolean isExternalBusinessObject()
- This overridden method ...
 
- 
- Specified by:
- isExternalBusinessObjectin interface- Maintainable
- Overrides:
- isExternalBusinessObjectin class- KualiMaintainableImpl
 
- 
- Returns:
- boolean true if the data object is an external business object, false if not
- See Also:
- KualiMaintainableImpl.isExternalBusinessObject()
 
prepareBusinessObject
public void prepareBusinessObject(BusinessObject businessObject)
- This overridden method ...
 
- 
- Overrides:
- prepareBusinessObjectin class- KualiMaintainableImpl
 
- 
- See Also:
- KualiMaintainableImpl.prepareBusinessObject(org.kuali.rice.krad.bo.BusinessObject)
 
getSequenceAccessorService
protected SequenceAccessorService getSequenceAccessorService()
- 
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.