|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.history.entities.HistoryAbstract
public abstract class HistoryAbstract
| Field Summary | |
|---|---|
int |
action
|
java.util.Date |
actionDate
|
java.lang.String |
target
|
java.lang.String |
type
|
java.lang.String |
userId
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.history.entities.History |
|---|
ACTION, ACTION_DATE, TARGET, TYPE, USER_ID |
| Constructor Summary | |
|---|---|
HistoryAbstract()
|
|
| Method Summary | |
|---|---|
java.util.List<TopiaEntity> |
accept()
accept : |
void |
accept(EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
delete()
delete : |
int |
getAction()
getAction : |
java.util.Date |
getActionDate()
getActionDate : |
java.util.List<TopiaEntity> |
getComposite()
getComposite : |
java.lang.String |
getTarget()
getTarget : |
java.lang.String |
getType()
getType : |
java.lang.String |
getUserId()
getUserId : |
void |
setAction(int value)
setAction : |
void |
setActionDate(java.util.Date value)
setActionDate : |
void |
setTarget(java.lang.String value)
setTarget : |
void |
setType(java.lang.String value)
setType : |
void |
setUserId(java.lang.String value)
setUserId : |
java.lang.String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.history.entities.History |
|---|
setAction, setTypeAndTarget |
| Field Detail |
|---|
public java.util.Date actionDate
public java.lang.String userId
public int action
public java.lang.String type
public java.lang.String target
| Constructor Detail |
|---|
public HistoryAbstract()
| Method Detail |
|---|
public void update()
throws TopiaException
update in interface TopiaEntityupdate in class TopiaEntityAbstractTopiaException
public void delete()
throws TopiaException
delete in interface TopiaEntitydelete in class TopiaEntityAbstractTopiaException
public void accept(EntityVisitor visitor)
throws TopiaException
accept in interface TopiaEntityvisitor - le visiteur de l'entite.
TopiaException
public java.util.List<TopiaEntity> accept()
throws TopiaException
TopiaException
public java.util.List<TopiaEntity> getComposite()
throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionpublic void setActionDate(java.util.Date value)
setActionDate in interface Historyvalue - public java.util.Date getActionDate()
getActionDate in interface Historypublic void setUserId(java.lang.String value)
setUserId in interface Historyvalue - public java.lang.String getUserId()
getUserId in interface Historypublic void setAction(int value)
setAction in interface Historyvalue - public int getAction()
getAction in interface Historypublic void setType(java.lang.String value)
setType in interface Historyvalue - public java.lang.String getType()
getType in interface Historypublic void setTarget(java.lang.String value)
setTarget in interface Historyvalue - public java.lang.String getTarget()
getTarget in interface Historypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||