Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
F
G
H
I
M
N
P
Q
R
S
T
U
A
addLink(Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
Authorization
- class org.okiproject.serviceimpl.mit.roles.
Authorization
.
Copyright (c) 2001 Massachusetts Institute of Technology
Authorizations
- class org.okiproject.serviceimpl.mit.roles.
Authorizations
.
Copyright (c) 2001 Massachusetts Institute of Technology
Authorizations()
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Authorizations
C
create(RolesFactory, Person, Function, Qualifier, GrantPrivilege, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorization
create(RolesFactory, Person, Function, Qualifier, GrantPrivilege, Boolean, Timestamp, Timestamp)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorization
create(RolesFactory, QualifierType, String, String, Qualifier)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
create(RolesFactory, String)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Person
create(RolesFactory, String, String, FunctionCategory, QualifierType)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Function
createAuthorization(Person, Function, Qualifier, GrantPrivilege, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
createAuthorization(Person, Function, Qualifier, GrantPrivilege, Boolean, Timestamp, Timestamp)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
createFunction(String, String, FunctionCategory, QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
createQualifier(QualifierType, String, String, Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
createRolesDate(Timestamp)
- Static method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
createSqlTimestamp(String)
- Static method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
D
delete()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
delete()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
delete()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
deleteAuthorization(Authorization)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
deleteFunction(Function)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
deleteLink()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
deleteQualifier(Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
F
Function
- class org.okiproject.serviceimpl.mit.roles.
Function
.
Copyright (c) 2001 Massachusetts Institute of Technology
Function(RolesFactory, Object, String, String, FunctionCategory, QualifierType)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Function
Function(RolesFactory, Properties)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Function
Function(RolesFactory, String, String, FunctionCategory, QualifierType)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Function
FunctionCategory
- class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
.
Copyright (c) 2001 Massachusetts Institute of Technology
FunctionCategory(RolesFactory, String, String)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
Functions
- class org.okiproject.serviceimpl.mit.roles.
Functions
.
Copyright (c) 2001 Massachusetts Institute of Technology
Functions()
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Functions
G
getAuthorizationsForPerson(RolesFactory, Person, FunctionCategory, Boolean, int, int)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
getAuthsForDoingFWithQ(FunctionCategory, Qualifier, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsForDoingFWithQ(Function, Qualifier, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsForDoingFWithQ(RolesFactory, FunctionCategory, Qualifier, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a FunctionCategory and a Qualifier returns an enumeration of all Authorizations that would allow people to do Functions in the FunctionCategory with Qualifier.
getAuthsForDoingFWithQ(RolesFactory, Function, Qualifier, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Function and a Qualifier returns an enumeration of all Authorizations that would allow people to do the Function with Qualifier.
getAuthsGeneralForm(FieldValue[])
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a list of selection criteria field/value pairs returns an enumeration of Authorizations.
getAuthsSimpleForm(Person, Boolean, Boolean, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsSimpleForm(Person, Function, Boolean, Boolean, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsSimpleForm(Person, FunctionCategory, Boolean, Boolean, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsSimpleForm(Person, FunctionCategory, Qualifier, Boolean, Boolean, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsSimpleForm(Person, Function, Qualifier, Boolean, Boolean, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getAuthsSimpleForm(RolesFactory, Function, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Function returns an enumeration of matching authorizations.
getAuthsSimpleForm(RolesFactory, FunctionCategory, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a FunctionCategory and a Qualifier returns an enumeration of matching authorizations.
getAuthsSimpleForm(RolesFactory, Function, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Function and a Qualifier returns an enumeration of matching authorizations.
getAuthsSimpleForm(RolesFactory, Object, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
getAuthsSimpleForm(RolesFactory, Person, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Person returns an enumeration of Authorizations.
getAuthsSimpleForm(RolesFactory, Person, Function, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Person and a Function returns an enumeration of Authorizations.
getAuthsSimpleForm(RolesFactory, Person, FunctionCategory, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Person and a FunctionCategory returns an enumeration of Authorizations.
getAuthsSimpleForm(RolesFactory, Person, FunctionCategory, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given at a Person, a FunctionCategory, and a Qualifier returns an enumeration of matching authorizations.
getAuthsSimpleForm(RolesFactory, Person, Function, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given at a Person, a Function, and a Qualifier returns an enumeration of matching authorizations.
getAuthsSimpleForm(RolesFactory, Person, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Person and a Qualifier returns an enumeration of Authorizations.
getAuthsSimpleForm(RolesFactory, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
Given a Qualifier returns an enumeration of matching authorizations.
getCanForUserGrant()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getCategory()
- Method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
getCode()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getConnection()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getCurrentAuthorizationFields()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getCurrentFunctionFields()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getCurrentPersonFields()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getCurrentQualifierFields()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getDescription()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getDescription()
- Method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
getDescription()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getDescription()
- Method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
getDoFunction()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getEffectiveDate()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getExpirationDate()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getForUser()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getFunction()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getFunction(RolesFactory, String, FunctionCategory)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Function
getFunctionCategory()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getFunctionsInCategory(FunctionCategory)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getFunctionsInCategory(RolesFactory, FunctionCategory)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Functions
getGrant()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getHasChild()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getId()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getId()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getId()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getModifiedBy()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getModifiedBy()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getModifiedDate()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getModifiedDate()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getName()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getPeopleInternal(RolesFactory, Function, Qualifier, Boolean, Boolean, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
getPerson()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getPrimaryAuthorizable()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getProperties()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getProperties()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getProperties()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getProperty(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
Person
getQualifier()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getQualifierChildren(Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getQualifierChildren(RolesFactory, Qualifier)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Qualifiers
getQualifierType()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getQualifierType()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getRolesFactory()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
getRolesFactory()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
getRolesFactory()
- Static method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
getRolesFactory()
- Method in class org.okiproject.serviceimpl.mit.roles.
Person
getRolesFactory()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getRolesFactory()
- Static method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
getRootQualifier(QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getRootQualifier(RolesFactory, QualifierType)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
getSqlFactory()
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getType()
- Method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
getWhoCanDo(Function, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getWhoCanDo(FunctionCategory, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getWhoCanDo(FunctionCategory, Qualifier, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getWhoCanDo(Function, Qualifier, Boolean)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
getWhoCanDo(RolesFactory, Function, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
getWhoCanDo(RolesFactory, FunctionCategory, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
getWhoCanDo(RolesFactory, FunctionCategory, Qualifier, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
getWhoCanDo(RolesFactory, Function, Qualifier, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
getWhoCanDo(RolesFactory, Qualifier, Boolean)
- Static method in class org.okiproject.serviceimpl.mit.roles.
People
GrantPrivilege
- class org.okiproject.serviceimpl.mit.roles.
GrantPrivilege
.
Copyright (c) 2001 Massachusetts Institute of Technology
GrantPrivilege(String)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
GrantPrivilege
H
hasMoreAgents()
- Method in class org.okiproject.serviceimpl.mit.roles.
People
hasMoreAuthorizations()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
hasMoreFunctions()
- Method in class org.okiproject.serviceimpl.mit.roles.
Functions
hasMoreQualifiers()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifiers
I
isActiveNow()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
isAuthorized(Person, Function, Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
isAuthorized(RolesFactory, Person, Function, Qualifier)
- Static method in class org.okiproject.serviceimpl.mit.roles.
Authorization
isFoundInRoles()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
isFoundInRoles()
- Method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
isFoundInRoles()
- Method in class org.okiproject.serviceimpl.mit.roles.
Person
isFoundInRoles()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
isFoundInRoles()
- Method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
isFunctionCategoryFoundInRoles(FunctionCategory)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
isFunctionFoundInRoles(Function)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
isGrantable()
- Method in class org.okiproject.serviceimpl.mit.roles.
GrantPrivilege
isGrantableForGranting()
- Method in class org.okiproject.serviceimpl.mit.roles.
GrantPrivilege
isPersonFoundInRoles(Person)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
isQualifierFoundInRoles(Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
isQualifierTypeFoundInRoles(QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
M
moveLink(Qualifier, Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
N
newFunction(FunctionCategory, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newFunction(Object)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newFunction(Object, FunctionCategory, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newFunction(String, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newFunctionCategory(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newGrantPrivilege(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newPerson(Object)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newQualifier(Object)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newQualifier(QualifierType, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newQualifier(String, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
newQualifierType(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
nextAgent()
- Method in class org.okiproject.serviceimpl.mit.roles.
People
nextAuthorization()
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorizations
nextFunction()
- Method in class org.okiproject.serviceimpl.mit.roles.
Functions
nextQualifier()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifiers
P
People
- class org.okiproject.serviceimpl.mit.roles.
People
.
Copyright (c) 2001 Massachusetts Institute of Technology
People()
- Constructor for class org.okiproject.serviceimpl.mit.roles.
People
Person
- class org.okiproject.serviceimpl.mit.roles.
Person
.
Copyright (c) 2001 Massachusetts Institute of Technology
Person(RolesFactory, Properties)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Person
Person(RolesFactory, String, String, String, String, String, String, String, String, String, String, String, String)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Person
Q
Qualifier
- class org.okiproject.serviceimpl.mit.roles.
Qualifier
.
Copyright (c) 2001 Massachusetts Institute of Technology
Qualifier(RolesFactory, Object, String, String, QualifierType)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Qualifier
Qualifier(RolesFactory, Properties)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Qualifier
Qualifier(RolesFactory, String, String, QualifierType)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Qualifier
Qualifiers
- class org.okiproject.serviceimpl.mit.roles.
Qualifiers
.
Copyright (c) 2001 Massachusetts Institute of Technology
Qualifiers()
- Constructor for class org.okiproject.serviceimpl.mit.roles.
Qualifiers
QualifierType
- class org.okiproject.serviceimpl.mit.roles.
QualifierType
.
Copyright (c) 2001 Massachusetts Institute of Technology
QualifierType(RolesFactory, String, String)
- Constructor for class org.okiproject.serviceimpl.mit.roles.
QualifierType
R
refresh()
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
refresh()
- Method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
refresh()
- Method in class org.okiproject.serviceimpl.mit.roles.
Person
refresh()
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
refresh()
- Method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
refreshFunction(Function)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
refreshFunctionCategory(FunctionCategory)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
refreshPerson(Person)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
refreshQualifier(Qualifier)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
refreshQualifierType(QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
RolesFactory
- class org.okiproject.serviceimpl.mit.roles.
RolesFactory
.
Copyright (c) 2001 Massachusetts Institute of Technology
RolesFactory()
- Constructor for class org.okiproject.serviceimpl.mit.roles.
RolesFactory
S
setCategory(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
FunctionCategory
setCode(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
setFunctionCategory(FunctionCategory)
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
setId(Object)
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
setId(Object)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
setName(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
setQualifierType(QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
setQualifierType(QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
setRolesFactory(RolesFactory)
- Method in class org.okiproject.serviceimpl.mit.roles.
Person
setType(String)
- Method in class org.okiproject.serviceimpl.mit.roles.
QualifierType
T
toString()
- Method in class org.okiproject.serviceimpl.mit.roles.
GrantPrivilege
U
update(Person, Function, Qualifier, GrantPrivilege, Boolean, Timestamp, Timestamp)
- Method in class org.okiproject.serviceimpl.mit.roles.
Authorization
update(String, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
Qualifier
update(String, String, FunctionCategory, QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
Function
updateAuthorization(Authorization, Person, Function, Qualifier, GrantPrivilege, Boolean, Timestamp, Timestamp)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
updateFunction(Function, String, String, FunctionCategory, QualifierType)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
updateQualifier(Qualifier, String, String)
- Method in class org.okiproject.serviceimpl.mit.roles.
RolesFactory
A
C
D
F
G
H
I
M
N
P
Q
R
S
T
U
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES