|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.Profile
public class Profile
This class represents the a domino profile .
Field Summary |
---|
Fields inherited from class com.compoze.domino.AbstractItem |
---|
m_props, m_session |
Constructor Summary | |
---|---|
protected |
Profile(java.lang.String sProfileName,
java.lang.String sProfileUser,
PropertyValue[] propValues)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getProfileName()
Gets the profile name. |
java.lang.String |
getProfileUser()
Gets the profile user name. |
void |
serverDelete()
Deletes the profile on the server. |
void |
serverUpdate()
Sends profile updates to the server. |
Methods inherited from class com.compoze.domino.AbstractItem |
---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Profile(java.lang.String sProfileName, java.lang.String sProfileUser, PropertyValue[] propValues)
sProfileName
- the profile name keysProfileUser
- the user name keypropValues
- the property values arrayMethod Detail |
---|
public java.lang.String getProfileName()
public java.lang.String getProfileUser()
public void serverUpdate() throws DominoException
serverUpdate
in class AbstractItem
DominoException
public void serverDelete() throws DominoException
sProfile
- the profile namesUser
- the user name, may be null
DominoException
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |