org.equanda.test.dm.client
Class HideIf

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

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

Proxy object for table HideIf No constraints are being checked when modifying this object, this only happens when setting the value! A table for the Selenium testcases for hide if Should be visible, but some items of it should be hidden

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.equanda.persistence.EquandaProxy
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update
 
Constructor Summary
  HideIf()
          Creator which is used to build value objects based on the real object.
protected HideIf(EquandaHideIfState proxy)
           
protected HideIf(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String uselessField1, String uselessField2, String uselessField3, String fieldShow, String fieldHideIf, String fieldHide)
           
 
Method Summary
 void ActionHide()
           
 void ActionHideIf()
           
 void ActionShow()
           
 HideIf equandaClone(boolean cloneUoid)
           
static HideIf equandaCreate()
           
static HideIf equandaCreate(String type)
           
 void equandaReset()
          Reset the proxy state.
 void equandaUpdate(boolean updateTypeFieldsOnly)
           
 Timestamp getEquandaCreationDate()
           
 String getEquandaStatus()
           
 String getFieldHide()
           
 String getFieldHideIf()
           
 String getFieldShow()
           
 String getUselessField1()
          Added a field to make sure the group is not hidden because it's empty
 String getUselessField2()
          Added a field to make sure the group is not hidden because it's empty
 String getUselessField3()
          Added a field to make sure the group is not hidden because it's empty
 boolean isFieldHideIfModified()
           
 boolean isFieldHideModified()
           
 boolean isFieldShowModified()
           
 boolean isModified(boolean typeFieldsOnly)
           
 boolean isUselessField1Modified()
          Added a field to make sure the group is not hidden because it's empty
 boolean isUselessField2Modified()
          Added a field to make sure the group is not hidden because it's empty
 boolean isUselessField3Modified()
          Added a field to make sure the group is not hidden because it's empty
 void removeEntityBean()
           
static List<HideIf> selectEquandaAll()
           
static HideIf selectId(Uoid uoid)
           
static List<HideIf> selectSelectHide()
           
static List<HideIf> selectSelectHideIf()
           
static List<HideIf> selectSelectShow()
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
          Set the type of object which should be used.
 void setFieldHide(String value)
           
 void setFieldHideIf(String value)
           
 void setFieldShow(String value)
           
protected  void setId(Uoid uoid)
           
 void setUselessField1(String value)
          Added a field to make sure the group is not hidden because it's empty
 void setUselessField2(String value)
          Added a field to make sure the group is not hidden because it's empty
 void setUselessField3(String value)
          Added a field to make sure the group is not hidden because it's empty
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

HideIf

protected HideIf(EquandaHideIfState proxy)

HideIf

public HideIf()
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()


HideIf

protected HideIf(Uoid uoid,
                 ObjectType equandaType,
                 Timestamp equandaCreationDate,
                 Timestamp equandaModificationDate,
                 String equandaStatus,
                 long equandaVersion,
                 String uselessField1,
                 String uselessField2,
                 String uselessField3,
                 String fieldShow,
                 String fieldHideIf,
                 String fieldHide)
Method Detail

equandaClone

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

setId

protected void setId(Uoid uoid)

updateInternalState

protected void updateInternalState()

equandaCreate

public static HideIf equandaCreate()
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaCreate

public static HideIf 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,HideIf>
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,HideIf>

getEquandaStatus

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

setEquandaStatus

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

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

getUselessField1

public String getUselessField1()
                        throws EquandaPersistenceException
Added a field to make sure the group is not hidden because it's empty

Throws:
EquandaPersistenceException

setUselessField1

public void setUselessField1(String value)
Added a field to make sure the group is not hidden because it's empty


isUselessField1Modified

public boolean isUselessField1Modified()
Added a field to make sure the group is not hidden because it's empty


getUselessField2

public String getUselessField2()
                        throws EquandaPersistenceException
Added a field to make sure the group is not hidden because it's empty

Throws:
EquandaPersistenceException

setUselessField2

public void setUselessField2(String value)
Added a field to make sure the group is not hidden because it's empty


isUselessField2Modified

public boolean isUselessField2Modified()
Added a field to make sure the group is not hidden because it's empty


getUselessField3

public String getUselessField3()
                        throws EquandaPersistenceException
Added a field to make sure the group is not hidden because it's empty

Throws:
EquandaPersistenceException

setUselessField3

public void setUselessField3(String value)
Added a field to make sure the group is not hidden because it's empty


isUselessField3Modified

public boolean isUselessField3Modified()
Added a field to make sure the group is not hidden because it's empty


getFieldShow

public String getFieldShow()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFieldShow

public void setFieldShow(String value)

isFieldShowModified

public boolean isFieldShowModified()

getFieldHideIf

public String getFieldHideIf()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFieldHideIf

public void setFieldHideIf(String value)

isFieldHideIfModified

public boolean isFieldHideIfModified()

getFieldHide

public String getFieldHide()
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setFieldHide

public void setFieldHide(String value)

isFieldHideModified

public boolean isFieldHideModified()

ActionShow

public void ActionShow()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHideIf

public void ActionHideIf()
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHide

public void ActionHide()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

equandaUpdate

public void equandaUpdate(boolean updateTypeFieldsOnly)
                   throws EquandaPersistenceException
Specified by:
equandaUpdate in class EquandaProxy<Uoid,HideIf>
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,HideIf>
Throws:
EquandaPersistenceException - oops

removeEntityBean

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

selectId

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

selectSelectShow

public static List<HideIf> selectSelectShow()
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHideIf

public static List<HideIf> selectSelectHideIf()
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHide

public static List<HideIf> selectSelectHide()
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

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


Copyright © 2007-2008. All Rights Reserved.