Class AbstractValidatedEntity

  • All Implemented Interfaces:
    Dao, ValidatedDao, java.io.Serializable

    public abstract class AbstractValidatedEntity
    extends java.lang.Object
    implements Dao, ValidatedDao
    Cette classe represente l'entite generique.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String toString()  
      fr.lixbox.common.model.ConteneurEvenement validate()  
      fr.lixbox.common.model.ConteneurEvenement validate​(java.lang.String parent)  
      fr.lixbox.common.model.ConteneurEvenement validate​(java.lang.String parent, fr.lixbox.common.model.Contexte contexte)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface fr.lixbox.orm.entity.model.Dao

        getOid, setOid
    • Constructor Detail

      • AbstractValidatedEntity

        public AbstractValidatedEntity()
    • Method Detail

      • validate

        public fr.lixbox.common.model.ConteneurEvenement validate()
                                                           throws fr.lixbox.common.exceptions.BusinessException
        Specified by:
        validate in interface ValidatedDao
        Throws:
        fr.lixbox.common.exceptions.BusinessException
      • validate

        public fr.lixbox.common.model.ConteneurEvenement validate​(java.lang.String parent,
                                                                  fr.lixbox.common.model.Contexte contexte)
                                                           throws fr.lixbox.common.exceptions.BusinessException
        Specified by:
        validate in interface ValidatedDao
        Throws:
        fr.lixbox.common.exceptions.BusinessException
      • validate

        public fr.lixbox.common.model.ConteneurEvenement validate​(java.lang.String parent)
                                                           throws fr.lixbox.common.exceptions.BusinessException
        Specified by:
        validate in interface ValidatedDao
        Throws:
        fr.lixbox.common.exceptions.BusinessException
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ValidatedDao
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface ValidatedDao
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface ValidatedDao
        Overrides:
        equals in class java.lang.Object