|
||||||||||
| 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.security.entities.authorization.TopiaExpressionLinkAbstract
public abstract class TopiaExpressionLinkAbstract
| Field Summary | |
|---|---|
protected String |
by
|
protected String |
replace
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.security.entities.authorization.TopiaExpressionLink |
|---|
BY, REPLACE |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
TopiaExpressionLinkAbstract()
|
|
| Method Summary | |
|---|---|
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 : |
String |
getBy()
getBy : |
List<TopiaEntity> |
getComposite()
getComposite : |
String |
getReplace()
getReplace : |
void |
setBy(String value)
setBy : |
void |
setReplace(String value)
setReplace : |
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.security.entities.authorization.TopiaExpressionLink |
|---|
set |
| Field Detail |
|---|
protected String replace
protected String by
| Constructor Detail |
|---|
public TopiaExpressionLinkAbstract()
| 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 List<TopiaEntity> accept()
throws TopiaException
TopiaException
public List<TopiaEntity> getComposite()
throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionpublic void setReplace(String value)
setReplace in interface TopiaExpressionLinkvalue - public String getReplace()
getReplace in interface TopiaExpressionLinkpublic void setBy(String value)
setBy in interface TopiaExpressionLinkvalue - public String getBy()
getBy in interface TopiaExpressionLinkpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||