Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.protocols.email.beans |
Modifier and Type | Class and Description |
---|---|
class |
TieExtendedUserProfile
TieExtendedUserProfile allows the Oracle-defined behavior of the
EXTENDEDUSERPROFILE classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static ExtendedUserProfile |
ExtendedUserProfile.constructExtendedUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object from the definition object.
|
static ExtendedUserProfile[] |
ExtendedUserProfile.findAll(LibrarySession session)
Returns the set of defined ExtendedUserProfiles.
|
static ExtendedUserProfile[] |
ExtendedUserProfile.findAllByUser(DirectoryUser user)
Returns the set of ExtendedUserProfile for the specified user.
|
static ExtendedUserProfile |
ExtendedUserProfile.findByName(LibrarySession session,
String name)
Returns the a ExtendedUserProfile matching the
specified name.
|
protected static ExtendedUserProfile |
ExtendedUserProfile.vectorExtendedUserProfileElement(Vector vector,
int index)
Returns a ExtendedUserProfile element from the Vector of ExtendedUserProfile
objects at the specified index.
|
protected static ExtendedUserProfile[] |
ExtendedUserProfile.vectorToExtendedUserProfileArray(Vector vector)
Constructs an array of ExtendedUserProfile objects from a Vector.
|
Modifier and Type | Method and Description |
---|---|
void |
MiscOperations.ExtendedUserProfileTest.showExtendedProfile(ExtendedUserProfile eup) |
Modifier and Type | Class and Description |
---|---|
class |
EmailUserProfile
The EmailUserProfile class is ....
|
class |
TieEmailUserProfile
The TieEmailUserProfile class is a placeholder
for performing overrides for all EmailUserProfile subclasses.
|
Copyright © 2023. All rights reserved.