org.equanda.test.dm.client
Class Secur

java.lang.Object
  extended by org.equanda.persistence.EquandaProxy<Uoid,Secur>
      extended by org.equanda.test.dm.client.Secur
All Implemented Interfaces:
Serializable, HasId<Uoid>

public class Secur
extends EquandaProxy<Uoid,Secur>
implements Serializable

Proxy object for table Secur No constraints are being checked when modifying this object, this only happens when setting the value!

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.equanda.persistence.EquandaProxy
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update
 
Constructor Summary
  Secur()
          Creator which is used to build value objects based on the real object.
protected Secur(EquandaSecurState proxy)
           
protected Secur(int testIntImmutableLocalUser)
           
protected Secur(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, int testIntLocalUser, int testIntImmutableLocalUser, int testIntAdmin, int testIntNobody, String testStringUnchecked)
           
 
Method Summary
 Secur equandaClone(boolean cloneUoid)
           
static Secur equandaCreate()
           
static Secur equandaCreate(String type)
           
 void equandaReset()
          Reset the proxy state.
 void equandaUpdate(boolean updateTypeFieldsOnly)
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 int getTestIntAdmin()
           
 int getTestIntImmutableLocalUser()
           
 int getTestIntLocalUser()
           
 int getTestIntNobody()
           
 String getTestStringUnchecked()
           
 boolean isModified(boolean typeFieldsOnly)
           
 boolean isTestIntAdminModified()
           
 boolean isTestIntImmutableLocalUserModified()
           
 boolean isTestIntLocalUserModified()
           
 boolean isTestIntNobodyModified()
           
 boolean isTestStringUncheckedModified()
           
 void removeEntityBean()
           
static List<Secur> selectEquandaAll()
           
static Secur selectId(Uoid uoid)
           
static List<Secur> selectTestIntAdmin(int testIntAdmin)
           
static List<Secur> selectTestIntLocalUser(int testIntLocalUser)
           
static Secur selectTestStringUnchecked(String testStringUnchecked)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
          Set the type of object which should be used.
protected  void setId(Uoid uoid)
           
 void setTestIntAdmin(int value)
           
 void setTestIntImmutableLocalUser(int value)
           
 void setTestIntLocalUser(int value)
           
 void setTestIntNobody(int value)
           
 void setTestStringUnchecked(String value)
           
 int testProc1(String param0)
           
 int testProc2(String param0)
           
protected  void updateInternalState()
           
 
Methods inherited from class org.equanda.persistence.EquandaProxy
equals, equandaClone, equandaUpdate, getEquandaModificationDate, getEquandaName, getEquandaType, getEquandaVersion, getId, hashCode, isEquandaModificationDateModified, isEquandaType, isModified, objectEquals, setEquandaUpdate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Secur

protected Secur(EquandaSecurState proxy)

Secur

public Secur()
Creator which is used to build value objects based on the real object. Should only be used server side, client side proxies should be obtained using equandaCreate()


Secur

protected Secur(int testIntImmutableLocalUser)

Secur

protected Secur(Uoid uoid,
                ObjectType equandaType,
                Timestamp equandaCreationDate,
                Timestamp equandaModificationDate,
                String equandaStatus,
                long equandaVersion,
                int testIntLocalUser,
                int testIntImmutableLocalUser,
                int testIntAdmin,
                int testIntNobody,
                String testStringUnchecked)
Method Detail

equandaClone

public Secur equandaClone(boolean cloneUoid)
Specified by:
equandaClone in class EquandaProxy<Uoid,Secur>

setId

protected void setId(Uoid uoid)

updateInternalState

protected void updateInternalState()

equandaCreate

public static Secur equandaCreate()
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaCreate

public static Secur equandaCreate(String type)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaType

public void setEquandaType(String type)
Set the type of object which should be used. This is a helper routine to allow using isEquandaType() for checking of object type. This method is only allowed for object building (not for objects which already exists on the server. When an invalid type identifier is specified, then later calls to read the type will throw IllegalStateException.

Specified by:
setEquandaType in class EquandaProxy<Uoid,Secur>
Parameters:
type - base type which will be used to build the actual object
Throws:
IllegalStateException

isModified

public boolean isModified(boolean typeFieldsOnly)
Specified by:
isModified in class EquandaProxy<Uoid,Secur>

getEquandaStatus

public String getEquandaStatus()
Specified by:
getEquandaStatus in class EquandaProxy<Uoid,Secur>

setEquandaStatus

public void setEquandaStatus(String status)
Specified by:
setEquandaStatus in class EquandaProxy<Uoid,Secur>

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

getTestIntLocalUser

public int getTestIntLocalUser()
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTestIntLocalUser

public void setTestIntLocalUser(int value)

isTestIntLocalUserModified

public boolean isTestIntLocalUserModified()

getTestIntImmutableLocalUser

public int getTestIntImmutableLocalUser()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTestIntImmutableLocalUser

public void setTestIntImmutableLocalUser(int value)

isTestIntImmutableLocalUserModified

public boolean isTestIntImmutableLocalUserModified()

getTestIntAdmin

public int getTestIntAdmin()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTestIntAdmin

public void setTestIntAdmin(int value)

isTestIntAdminModified

public boolean isTestIntAdminModified()

getTestIntNobody

public int getTestIntNobody()
                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTestIntNobody

public void setTestIntNobody(int value)

isTestIntNobodyModified

public boolean isTestIntNobodyModified()

getTestStringUnchecked

public String getTestStringUnchecked()
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setTestStringUnchecked

public void setTestStringUnchecked(String value)

isTestStringUncheckedModified

public boolean isTestStringUncheckedModified()

testProc1

public int testProc1(String param0)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

testProc2

public int testProc2(String param0)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaUpdate

public void equandaUpdate(boolean updateTypeFieldsOnly)
                   throws EquandaPersistenceException
Specified by:
equandaUpdate in class EquandaProxy<Uoid,Secur>
Throws:
EquandaPersistenceException

equandaReset

public void equandaReset()
                  throws EquandaPersistenceException
Reset the proxy state. If the proxy was not modified, nothing happens, otherwise the state is retrieved from the server again.

Specified by:
equandaReset in class EquandaProxy<Uoid,Secur>
Throws:
EquandaPersistenceException - oops

removeEntityBean

public void removeEntityBean()
                      throws EquandaPersistenceException
Overrides:
removeEntityBean in class EquandaProxy<Uoid,Secur>
Throws:
EquandaPersistenceException

selectId

public static Secur selectId(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestIntLocalUser

public static List<Secur> selectTestIntLocalUser(int testIntLocalUser)
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestIntAdmin

public static List<Secur> selectTestIntAdmin(int testIntAdmin)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestStringUnchecked

public static Secur selectTestStringUnchecked(String testStringUnchecked)
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

public static List<Secur> selectEquandaAll()
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.