org.equanda.test.dm.client
Interface EquandaRoleBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- EquandaRoleEJB, EquandaRoleEJBLocal
- All Known Implementing Classes:
- EquandaRoleBean
public interface EquandaRoleBase
- extends EquandaEJB<Uoid>
Interface for EquandaRole.
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
EquandaRole getEquanda()
updateEquanda
void updateEquanda(EquandaRole proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getRoleName
String getRoleName()
setRoleName
void setRoleName(String roleName)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getDescription
String getDescription()
setDescription
void setDescription(String description)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGuiAdministrator
boolean getGuiAdministrator()
isGuiAdministrator
boolean isGuiAdministrator()
setGuiAdministrator
void setGuiAdministrator(boolean guiAdministrator)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getGuiAccessProhibited
boolean getGuiAccessProhibited()
isGuiAccessProhibited
boolean isGuiAccessProhibited()
setGuiAccessProhibited
void setGuiAccessProhibited(boolean guiAccessProhibited)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getAppserverRole
String getAppserverRole()
setAppserverRole
void setAppserverRole(String appserverRole)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getAuthAndConfig
String getAuthAndConfig()
setAuthAndConfig
void setAuthAndConfig(String authAndConfig)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
mergeRestrictions
void mergeRestrictions(String param0,
String param1)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
mergeRights
void mergeRights(String param0,
String param1)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.