edu.uoc.tfc.dbmodel.security
Class Operation.Factory

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.security.Operation.Factory
Enclosing class:
Operation

public static final class Operation.Factory
extends java.lang.Object

Constructs new instances of Operation.


Constructor Summary
Operation.Factory()
           
 
Method Summary
static Operation newInstance()
          Constructs a new instance of Operation.
static Operation newInstance(java.lang.String name, java.lang.String description, java.lang.String url, java.lang.Integer parent, java.lang.Integer ordre)
          Constructs a new instance of Operation, taking all required and/or read-only properties as arguments.
static Operation newInstance(java.lang.String name, java.lang.String description, java.lang.String url, java.lang.Integer parent, java.lang.Integer ordre, java.util.Collection roles)
          Constructs a new instance of Operation, 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

Operation.Factory

public Operation.Factory()
Method Detail

newInstance

public static Operation newInstance()
Constructs a new instance of Operation.


newInstance

public static Operation newInstance(java.lang.String name,
                                    java.lang.String description,
                                    java.lang.String url,
                                    java.lang.Integer parent,
                                    java.lang.Integer ordre)
Constructs a new instance of Operation, taking all required and/or read-only properties as arguments.


newInstance

public static Operation newInstance(java.lang.String name,
                                    java.lang.String description,
                                    java.lang.String url,
                                    java.lang.Integer parent,
                                    java.lang.Integer ordre,
                                    java.util.Collection roles)
Constructs a new instance of Operation, taking all possible properties (except the identifier(s))as arguments.