public abstract class OdiPrincipal extends oracle.odi.domain.support.AbstractOdiEntity implements IMasterOdiEntity, oracle.odi.domain.impexp.IExportable
Modifier and Type | Method and Description |
---|---|
void |
addOdiProfile(OdiProfile profile) |
void |
addOdiProfileList(java.util.List profileList) |
java.io.Serializable |
getInternalId()
Return the id of the user.
|
java.lang.String |
getName()
Return the user name.
|
java.lang.String |
getNotes()
Return the user detail.
|
java.util.List |
getOdiProfileList() |
java.lang.Number |
getPrincipalId()
Return the id of the user.
|
IRepositoryEntity |
getSecurityContainer()
Return the parent object.
|
boolean |
isRole() |
boolean |
isSupervisor()
Return true if this user is supervisor, otherwise false.
|
void |
removeOdiProfile(OdiProfile profile) |
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, preCommit, toString
getGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodFor
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded
getGlobalId
public java.lang.String getName()
getName
in interface IOdiEntity
getName
in class oracle.odi.domain.support.AbstractOdiEntity
public boolean isSupervisor()
public java.lang.String getNotes()
public java.lang.Number getPrincipalId()
public java.io.Serializable getInternalId()
getInternalId
in interface IRepositoryEntity
public IRepositoryEntity getSecurityContainer()
getSecurityContainer
in interface IRepositoryEntity
public boolean isRole()
public java.util.List getOdiProfileList()
public void removeOdiProfile(OdiProfile profile)
public void addOdiProfile(OdiProfile profile)
public void addOdiProfileList(java.util.List profileList)