public interface MaxUserRemote extends StatefulMboRemote
Attributes are described in MaxUser
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVE
User status Active.
|
static java.lang.String |
BLOCKED
User status Blocked.
|
static java.lang.String |
DELETED
User status Deleted.
|
static java.lang.String |
INACTIVE
User status Inactive.
|
Modifier and Type | Method and Description |
---|---|
void |
addGroupUser() |
void |
addLoginTracking(boolean attemptResult)
Deprecated.
See Harrier Esig spec
|
void |
addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue)
Deprecated.
See Harrier Esig spec
|
void |
addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue,
java.lang.String ownerTable,
java.lang.String ownerId)
Deprecated.
See Harrier Esig spec
|
MboRemote |
addLoginTracking(java.lang.String attemptResult) |
MboRemote |
addLoginTracking(java.lang.String attemptResult,
boolean updateStatus) |
MboRemote |
addMaxSession() |
void |
addServerSession() |
void |
authorizeGroups(MboSetRemote userSet,
java.lang.String relationship) |
void |
cancelMainRecordDialog(java.lang.String id) |
boolean |
canChangePassword() |
void |
clearGenPswdInfo() |
void |
clearUserProfileHierarchySet() |
MboRemote |
createPersonMbo(java.lang.String personID,
MboSetRemote personSet)
Deprecated.
|
MboRemote |
createPersonMbo(java.lang.String personID,
MboSetRemote personSet,
boolean doAutokey) |
boolean |
deleteThisUser() |
void |
generatePassword() |
boolean |
isActive() |
boolean |
isBlocked() |
boolean |
isDeleted() |
boolean |
isInactive() |
void |
maxUserCanDelete() |
void |
openMainRecordDialog(java.lang.String id) |
void |
setLoginIdDefault() |
boolean |
showProfileWarning() |
void |
undeleteThisUser() |
boolean |
userWasDuplicated() |
canChangeMaxStatus, canChangeStatus, canChangeStatus, canDeleteAttachedDocs, changeMaxStatus, changeMaxStatus, changeStatus, changeStatus, changeStatus, checkForOpenStatus, getInternalStatus, getOnListTab, getOverridePVStatusException, getStatusChangeButtonSigoption, getStatusList, getStatusListName, getTargetStatusOption, getValidStatusList, setOnListTab, setOverridePVStatusException, setStatusChangeButtonSigoption, setTargetStatusOption
add, addMboSetForRequiredCheck, addToDeleteForInsertList, blindCopy, checkMethodAccess, clear, copy, copy, copy, copyFake, copyValue, copyValue, createComm, delete, delete, duplicate, evaluateCondition, evaluateCtrlConditions, evaluateCtrlConditions, excludeObjectForPropagate, generateAutoKey, getBoolean, getByte, getBytes, getCommLogOwnerNameAndUniqueId, getDatabaseValue, getDate, getDeleteForInsertList, getDocLinksCount, getDomainIDs, getDouble, getExistingMboSet, getFlags, getFloat, getIgnoreLockCheck, getInitialValue, getInsertCompanySetId, getInsertItemSetId, getInsertOrganization, getInsertSite, getInt, getKeyValue, getLinesRelationship, getList, getLockedByDisplayName, getLong, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMaxMessage, getMboData, getMboDataSet, getMboInitialValue, getMboList, getMboSet, getMboSet, getMboSet, getMboValueData, getMboValueData, getMboValueData, getMboValueDataForDownload, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMXTransaction, getName, getOrgForGL, getOrgSiteForMaxvar, getOwner, getPropagateKeyFlag, getRecordIdentifer, getSiteOrg, getString, getString, getStringInBaseLanguage, getStringInSpecificLocale, getStringTransparent, getThisMboSet, getUniqueIDName, getUniqueIDValue, getUserInfo, getUserName, hasHierarchyLink, hasLockSaveRights, isAutoKeyed, isBasedOn, isFlagSet, isForDM, isLocked, isLocked, isMasterTenant, isMboLockedByMe, isModified, isModified, isNew, isNull, isOptionGranted, isSelected, isZombie, lock, propagateKeyValue, rollbackToCheckpoint, select, setApplicationError, setApplicationRequired, setAutokeyFields, setCopyDefaults, setDeleted, setESigFieldModified, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlags, setFlag, setFlag, setFlags, setForDM, setIgnoreRecordLockCheck, setMLValue, setModified, setNewMbo, setPropagateKeyFlag, setPropagateKeyFlag, setReferencedMbo, setReferencedMbo, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull, sigopGranted, sigopGranted, sigopGranted, sigOptionAccessAuthorized, smartFill, smartFind, smartFind, smartFindByObjectName, smartFindByObjectName, smartFindByObjectNameDirect, startCheckpoint, thisToBeUpdated, toBeAdded, toBeDeleted, toBeSaved, toBeUpdated, toBeValidated, undelete, unlock, unselect, validate, validateAttributes
static final java.lang.String ACTIVE
static final java.lang.String INACTIVE
static final java.lang.String BLOCKED
static final java.lang.String DELETED
void maxUserCanDelete() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.maxUserCanDelete()
boolean canChangePassword() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.canChangePassword()
boolean deleteThisUser() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.deleteThisUser
void undeleteThisUser() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.undeleteThisUser()
boolean isBlocked() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.isBlocked()
boolean isActive() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.isActive()
boolean isInactive() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.isInactive()
boolean isDeleted() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.isDeleted()
MboRemote addLoginTracking(java.lang.String attemptResult) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addLoginTracking(String)
MboRemote addLoginTracking(java.lang.String attemptResult, boolean updateStatus) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addLoginTracking(String, boolean)
void addLoginTracking(boolean attemptResult) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addLoginTracking(boolean)
void addLoginTracking(boolean attemptResult, java.lang.String app, java.lang.String reason, java.lang.String transid, java.lang.String[] keyvalue) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addLoginTracking(boolean, String, String, String, String[])
void addLoginTracking(boolean attemptResult, java.lang.String app, java.lang.String reason, java.lang.String transid, java.lang.String[] keyvalue, java.lang.String ownerTable, java.lang.String ownerId) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addLoginTracking(boolean, String, String, String, String[],String, String)
MboRemote addMaxSession() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addMaxSession()
void addServerSession() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addServerSession()
MboRemote createPersonMbo(java.lang.String personID, MboSetRemote personSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.createPersonMbo(String, MboSetRemote)
MboRemote createPersonMbo(java.lang.String personID, MboSetRemote personSet, boolean doAutokey) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.createPersonMbo(String, MboSetRemote, boolean)
boolean userWasDuplicated() throws java.rmi.RemoteException
java.rmi.RemoteException
MaxUser.userWasDuplicated()
void addGroupUser() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.addGroupUser()
void openMainRecordDialog(java.lang.String id) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.openMainRecordDialog(java.lang.String)
void cancelMainRecordDialog(java.lang.String id) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.cancelMainRecordDialog(java.lang.String)
void clearUserProfileHierarchySet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.clearUserProfileHierarchySet()
boolean showProfileWarning() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.showProfileWarning()
void authorizeGroups(MboSetRemote userSet, java.lang.String relationship) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.authorizeGroups(psdi.mbo.MboSetRemote, java.lang.String)
void clearGenPswdInfo() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.clearGenPswdInfo()
void generatePassword() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.generatePassword()
void setLoginIdDefault() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MaxUser.setLoginIdDefault()