public class OdiProfile extends oracle.odi.domain.support.AbstractOdiEntity implements IMasterOdiEntity, oracle.odi.domain.impexp.IExportable
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
irrespective of the actual type of identity used.
|
java.lang.String |
getName()
Returns the name of this entity instance.
|
java.util.List |
getPrincipalMembers() |
java.lang.Number |
getProfileId() |
java.lang.String |
getProfileName() |
java.util.List |
getRoleMembers() |
IRepositoryEntity |
getSecurityContainer()
Define a generic way to retrieve container for entities.
|
java.util.List |
getUserMembers() |
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringgetGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodForgetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalIdpublic java.lang.String getProfileName()
public java.lang.Number getProfileId()
public java.io.Serializable getInternalId()
IRepositoryEntity
Typically a subclass will delegate to a public
SomePrimitiveWrapper getId() method. The necessity for the
getInternalId() abstract method is solely because the
persistence layer needs a way of obtaining the identity irrespective of
the actual identity implementation choice.
Returning null from this method will indicate the object has
never been saved. This will likely be relied on by some DAO
implementations.
getInternalId in interface IRepositoryEntitypublic IRepositoryEntity getSecurityContainer()
IRepositoryEntitygetSecurityContainer in interface IRepositoryEntitypublic java.util.List getUserMembers()
public java.util.List getRoleMembers()
public java.util.List getPrincipalMembers()
public java.lang.String getName()
IOdiEntitygetName in interface IOdiEntitygetName in class oracle.odi.domain.support.AbstractOdiEntity