|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.support.AbstractOdiEntity
oracle.odi.domain.security.OdiUser
public class OdiUser
The OdiUser class contains informations about a user including password and supervisor.
Mapping information: mapped to the repository table SNP_USER
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Method Summary | |
|---|---|
void |
addOdiProfile(OdiProfile profile) |
void |
addOdiProfileList(java.util.List<OdiProfile> profileList) |
java.util.Date |
getAccountExpiracyDate()Return the account expiration date. |
java.lang.String |
getInitials()Return the initials. |
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<OdiProfile> |
getOdiProfileList() |
java.util.Date |
getPasswordExpiracyDate()Returns the password expiration date. |
IRepositoryEntity |
getSecurityContainer()Return the parent object. |
java.lang.Number |
getUserId()Return the id of the user. |
boolean |
isSupervisor()Return true if this user is supervisor, otherwise false. |
void |
removeOdiProfile(OdiProfile profile) |
void |
setAccountExpiracyDate(java.util.Date accountExpiracyDate) |
| Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, toString |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.odi.domain.IOdiEntity |
|---|
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded |
| Method Detail |
|---|
public java.util.Date getPasswordExpiracyDate()
public java.util.Date getAccountExpiracyDate()
public java.lang.String getName()
getName in interface IOdiEntitygetName in class oracle.odi.domain.support.AbstractOdiEntitypublic boolean isSupervisor()
public java.lang.String getInitials()
public java.lang.String getNotes()
public java.lang.Number getUserId()
public java.io.Serializable getInternalId()
getInternalId in interface IRepositoryEntitypublic IRepositoryEntity getSecurityContainer()
getSecurityContainer in interface IRepositoryEntitypublic void setAccountExpiracyDate(java.util.Date accountExpiracyDate)
accountExpiracyDate - the accountExpiracyDate to setpublic java.util.List<OdiProfile> getOdiProfileList()
public void removeOdiProfile(OdiProfile profile)
public void addOdiProfile(OdiProfile profile)
public void addOdiProfileList(java.util.List<OdiProfile> profileList)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||