isActive() Returns the active flag from the embedded ChartUser object.
public boolean
isModified(UniversalUser oldRecord, UniversalUser newRecord) Returns a flag identifying if the new user object is different from the old user object passed in.
public void
setActive(boolean active) This method throws an UnsupportedOperationException if called because setActive is not supported on this object type.
Returns a flag identifying if the new user object is different from the old user object passed in. This determination is made
using the following criteria:
Calling super.isModified()
Checking that the old record is null and the new record is active
Check that the old record is not null and the active indicator on the old record does not match the active indicator on
the new record.
This method throws an UnsupportedOperationException if called because setActive is not supported on this object type.
Parameters: active - The active indicator value to be set. exception: UnsupportedOperationException - Thrown if this method is ever called, because the defined functionality is notsupported by this object. See Also:org.kuali.core.bo.user.KualiModuleUserBase.setActive(boolean)
Methods inherited from org.kuali.core.bo.user.KualiModuleUserBase