com.stratelia.webactiv.beans.admin
Class SpaceProfileInst

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.SpaceProfileInst
All Implemented Interfaces:
Serializable

public class SpaceProfileInst
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String SPACE_MANAGER
           
 
Constructor Summary
SpaceProfileInst()
          Creates new SpaceProfileInst
 
Method Summary
 void addGroup(String sGroupId)
           
 void addGroups(List<String> groups)
           
 void addUser(String sUserId)
           
 void addUsers(List<String> users)
           
protected  SpaceProfileInst clone()
           
 ArrayList<String> getAllGroups()
           
 ArrayList<String> getAllUsers()
           
 String getDescription()
           
 String getGroup(int nIndex)
           
 String getId()
           
 String getLabel()
           
 String getName()
           
 int getNumGroup()
           
 int getNumUser()
           
 String getSpaceFatherId()
           
 String getUser(int nIndex)
           
 boolean isInherited()
           
 boolean isManager()
           
 void removeAllGroups()
           
 void removeAllUsers()
           
 void removeGroup(String sGroupId)
           
 void removeUser(String sUserId)
           
 void setDescription(String sDescription)
           
 void setGroups(List<String> groups)
           
 void setId(String sId)
           
 void setInherited(boolean isInherited)
           
 void setLabel(String sLabel)
           
 void setName(String sName)
           
 void setSpaceFatherId(String sSpaceFatherId)
           
 void setUsers(List<String> users)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE_MANAGER

public static final String SPACE_MANAGER
See Also:
Constant Field Values
Constructor Detail

SpaceProfileInst

public SpaceProfileInst()
Creates new SpaceProfileInst

Method Detail

setId

public void setId(String sId)

getId

public String getId()

setName

public void setName(String sName)

getName

public String getName()

setLabel

public void setLabel(String sLabel)

getLabel

public String getLabel()

setDescription

public void setDescription(String sDescription)

getDescription

public String getDescription()

setSpaceFatherId

public void setSpaceFatherId(String sSpaceFatherId)

getSpaceFatherId

public String getSpaceFatherId()

getNumGroup

public int getNumGroup()

getGroup

public String getGroup(int nIndex)

addGroup

public void addGroup(String sGroupId)

removeGroup

public void removeGroup(String sGroupId)

getAllGroups

public ArrayList<String> getAllGroups()

removeAllGroups

public void removeAllGroups()

getNumUser

public int getNumUser()

getUser

public String getUser(int nIndex)

addUser

public void addUser(String sUserId)

removeUser

public void removeUser(String sUserId)

addUsers

public void addUsers(List<String> users)

setUsers

public void setUsers(List<String> users)

addGroups

public void addGroups(List<String> groups)

setGroups

public void setGroups(List<String> groups)

getAllUsers

public ArrayList<String> getAllUsers()

removeAllUsers

public void removeAllUsers()

isInherited

public boolean isInherited()

setInherited

public void setInherited(boolean isInherited)

isManager

public boolean isManager()

clone

protected SpaceProfileInst clone()
Overrides:
clone in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.