|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jalios.jcms.LimitController
public class LimitController
Field Summary | |
---|---|
static String |
REVISION
|
Constructor Summary | |
---|---|
LimitController()
|
Method Summary | |
---|---|
ControllerStatus |
checkAllLimits()
Checks all the limits for all the controlled resources. |
ControllerStatus |
checkCollaborativeSpaceLimit(boolean add)
Checks collaborative spaces limit. |
ControllerStatus |
checkLanguageLimit(boolean add)
Checks language limit. |
ControllerStatus |
checkMemberLimit(boolean add)
Checks member limit. |
ControllerStatus |
checkWorkspaceLimit(boolean add)
Checks workspace limit. |
int |
getCollaborativeSpaceLimit()
|
int |
getLanguageLimit()
|
int |
getMemberLimit()
|
int |
getWorkspaceLimit()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
Constructor Detail |
---|
public LimitController()
Method Detail |
---|
public ControllerStatus checkAllLimits()
public ControllerStatus checkWorkspaceLimit(boolean add)
add
- if true check for a new workspace.
public ControllerStatus checkCollaborativeSpaceLimit(boolean add)
add
- if true check for a new collaborative space.
public ControllerStatus checkMemberLimit(boolean add)
add
- if true check for a new member.
public ControllerStatus checkLanguageLimit(boolean add)
add
- if true check for a new language.
public int getLanguageLimit()
public int getMemberLimit()
public int getWorkspaceLimit()
public int getCollaborativeSpaceLimit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |