|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dbmodel.security.Role.Factory
public static final class Role.Factory
Constructs new instances of Role
.
Constructor Summary | |
---|---|
Role.Factory()
|
Method Summary | |
---|---|
static Role |
newInstance()
Constructs a new instance of Role . |
static Role |
newInstance(java.lang.String roleId,
java.lang.String description)
Constructs a new instance of Role , taking all required and/or
read-only properties as arguments. |
static Role |
newInstance(java.lang.String roleId,
java.lang.String description,
java.util.Collection users,
java.util.Collection operations)
Constructs a new instance of Role , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role.Factory()
Method Detail |
---|
public static Role newInstance()
Role
.
public static Role newInstance(java.lang.String roleId, java.lang.String description)
Role
, taking all required and/or
read-only properties as arguments.
public static Role newInstance(java.lang.String roleId, java.lang.String description, java.util.Collection users, java.util.Collection operations)
Role
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |