Method Summary |
|
public List<MaintenanceLock> | generateMaintenanceLocks() This implementation locks all organization reversions that would be accessed by this global organization reversion. |
protected boolean | isRelationshipRefreshable(Class boClass, String relationshipName) Prevents Organization Reversion Change Details from being refreshed by a look up (because doing that refresh before a save
would wipe out the list of organization reversion change details). |
protected void | processGlobalsAfterRetrieve() The org reversion detail collection does not behave like a true collection (no add lines). |
public void | setBusinessObject(PersistableBusinessObject businessObject) Just like OrganizationReversionMaintainableImpl's setBusinessObject method populates the list of details so there is one
detail per active Organization Reversion Category, this method populates a list of Organization Reversion Change details. |