org.equanda.test.dm.client
Interface EquandaUserBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- EquandaUserEJB, EquandaUserEJBLocal
- All Known Implementing Classes:
- EquandaUserBean
public interface EquandaUserBase
- extends EquandaEJB<Uoid>
Interface for EquandaUser.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
EquandaUser getEquanda()
updateEquanda
void updateEquanda(EquandaUser proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getUserName
String getUserName()
setUserName
void setUserName(String userName)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getFirstName
String getFirstName()
setFirstName
void setFirstName(String firstName)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getName
String getName()
setName
void setName(String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getPassword
String getPassword()
setPassword
void setPassword(String password)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getRoles
Collection<EquandaRoleEJB> getRoles()
addRole
void addRole(EquandaRoleEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeRole
void removeRole(EquandaRoleEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasRole
boolean hasRole(EquandaRoleEJB el)
getEquandaLinkRoles
Collection<Uoid> getEquandaLinkRoles()
addEquandaLinkRole
void addEquandaLinkRole(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasEquandaLinkRole
boolean hasEquandaLinkRole(Uoid el)
removeEquandaLinkRole
void removeEquandaLinkRole(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getLanguage
String getLanguage()
setLanguage
void setLanguage(String language)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getAuthAndConfig
String getAuthAndConfig()
setAuthAndConfig
void setAuthAndConfig(String authAndConfig)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getStartPage
String getStartPage()
setStartPage
void setStartPage(String startPage)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
login
void login()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
logout
void logout()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.