com.retek.component.security
Interface User
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Taskable
- All Known Implementing Classes:
- UserImpl
- public interface User
- extends DistributedObject, Taskable
Represents a "user" in the system.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
BOOTSTRAP_USERNAME
public static final java.lang.String BOOTSTRAP_USERNAME
- See Also:
- Constant Field Values
SYSTEM_USERNAME
public static final java.lang.String SYSTEM_USERNAME
- See Also:
- Constant Field Values
PRIMARY_LOCATION
public static final java.lang.String PRIMARY_LOCATION
- See Also:
- Constant Field Values
CALL_CENTER
public static final java.lang.String CALL_CENTER
- See Also:
- Constant Field Values
getTask
public Task getTask()
throws SystemException
- Throws:
SystemException
getCallCenter
public CallCenter getCallCenter()
throws SystemException
- Throws:
SystemException
getUserName
public java.lang.String getUserName()
throws SystemException
- Throws:
SystemException
getFirstName
public java.lang.String getFirstName()
throws SystemException
- Throws:
SystemException
getLastName
public java.lang.String getLastName()
throws SystemException
- Throws:
SystemException
getCreateDate
public RDate getCreateDate()
throws SystemException
- Throws:
SystemException
getEmployeeNumber
public java.lang.String getEmployeeNumber()
throws SystemException
- Throws:
SystemException
getSupervisor
public java.lang.String getSupervisor()
throws SystemException
- Throws:
SystemException
getTelephoneNumber
public java.lang.String getTelephoneNumber()
throws SystemException
- Throws:
SystemException
getExternalLoginName
public java.lang.String getExternalLoginName()
throws SystemException
- Throws:
SystemException
getUserType
public UserType getUserType()
throws SystemException
- Throws:
SystemException
setCallCenter
public void setCallCenter(CallCenter callCenter)
throws SystemException
- Throws:
SystemException
setUserName
public void setUserName(java.lang.String userName)
throws SystemException
- Throws:
SystemException
setFirstName
public void setFirstName(java.lang.String firstName)
throws SystemException
- Throws:
SystemException
setLastName
public void setLastName(java.lang.String lastName)
throws SystemException
- Throws:
SystemException
setEmployeeNumber
public void setEmployeeNumber(java.lang.String employeeNumber)
throws SystemException
- Throws:
SystemException
setSupervisor
public void setSupervisor(java.lang.String supervisor)
throws SystemException
- Throws:
SystemException
setTelephoneNumber
public void setTelephoneNumber(java.lang.String telephoneNumber)
throws SystemException
- Throws:
SystemException
setExternalLoginName
public void setExternalLoginName(java.lang.String loginName)
throws SystemException
- Throws:
SystemException
setUserType
public void setUserType(UserType userType)
throws SystemException
- Throws:
SystemException
addRole
public void addRole(Role role)
throws SystemException
- Throws:
SystemException
getRoles
public java.util.Set getRoles()
throws SystemException
- Throws:
SystemException
removeRole
public void removeRole(Role role)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws BusinessException,
SystemException
- Throws:
BusinessException
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28