|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableInt | |
---|---|
org.moremotion.security | |
org.moremotion.security.broker |
Uses of MutableInt in org.moremotion.security |
---|
Methods in org.moremotion.security with parameters of type MutableInt | |
---|---|
User[] |
SecurityContext.getUsers(int from,
int amount,
MutableInt nou)
Returns a sublist of the users. |
User[] |
SecurityContext.searchUsers(java.lang.String searchCriteria,
int from,
int amount,
MutableInt nou)
Returns a sublist of users that match with search criteria |
Uses of MutableInt in org.moremotion.security.broker |
---|
Methods in org.moremotion.security.broker with parameters of type MutableInt | |
---|---|
User[] |
SecurityBroker.getUsers(BrokerCommunicationContext bcc,
int from,
int amount,
MutableInt noi)
Returns a sublist of the users. |
User[] |
SecurityBroker.searchUsers(BrokerCommunicationContext bcc,
java.lang.String searchCriteria,
int from,
int amount,
MutableInt noi)
Returns list of that users that match with search criteria |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |