| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityModel | |
|---|---|
| org.kuali.kfs.sec.businessobject | |
| org.kuali.kfs.sec.document | |
| org.kuali.kfs.sec.document.validation.impl | |
| Uses of SecurityModel in org.kuali.kfs.sec.businessobject | 
|---|
| Methods in org.kuali.kfs.sec.businessobject that return SecurityModel | |
|---|---|
 SecurityModel | 
SecurityModelMember.getSecurityModel()
Gets the securityModel attribute.  | 
| Methods in org.kuali.kfs.sec.businessobject with parameters of type SecurityModel | |
|---|---|
 void | 
SecurityModelMember.setSecurityModel(SecurityModel securityModel)
Sets the securityModel attribute value.  | 
| Uses of SecurityModel in org.kuali.kfs.sec.document | 
|---|
| Methods in org.kuali.kfs.sec.document with parameters of type SecurityModel | |
|---|---|
protected  void | 
SecurityModelMaintainableImpl.assignOrUpdateModelMembers(SecurityModel securityModel)
Iterates through the model member list and assign members to the model role or updates the membership  | 
protected  void | 
SecurityModelMaintainableImpl.assignOrUpdateModelMembershipToDefinitionRoles(SecurityModel oldSecurityModel,
                                                                                             SecurityModel newSecurityModel,
                                                                                             boolean newMaintenanceAction)
Iterates through the model definition list and assigns the model role to the definition role if necessary or updates the current member assignment  | 
protected  void | 
SecurityModelMaintainableImpl.createOrUpdateModelRole(SecurityModel oldSecurityModel,
                                               SecurityModel newSecurityModel)
Creates a new role for the model (if the model is new), otherwise updates the role  | 
protected  void | 
SecurityModelMaintainableImpl.inactivateModelRole(SecurityModel newSecurityModel)
Saves the given security model setting the active indicator to false  | 
protected  boolean | 
SecurityModelMaintainableImpl.isDefinitionInModel(String definitionName,
                                       SecurityModel securityModel)
Determines whether the given definition is part of the SecurityModel associated definitions  | 
| Uses of SecurityModel in org.kuali.kfs.sec.document.validation.impl | 
|---|
| Methods in org.kuali.kfs.sec.document.validation.impl with parameters of type SecurityModel | |
|---|---|
protected  boolean | 
SecurityModelRule.verifyModelNameIsUnique(SecurityModel securityModel,
                                               String errorKeyPrefix)
For new or copy action verifies the name given for the model is not being used by another model or definition  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||