|
||||||||||
| 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.taas.entities.TaasAuthorizationAbstract
public abstract class TaasAuthorizationAbstract
| Field Summary | |
|---|---|
protected int |
actions
|
protected java.lang.String |
expression
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.taas.entities.TaasAuthorization |
|---|
ACTIONS, EXPRESSION |
| Constructor Summary | |
|---|---|
TaasAuthorizationAbstract()
|
|
| 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 |
getActions()
getActions : |
java.util.List<TopiaEntity> |
getComposite()
getComposite : |
java.lang.String |
getExpression()
getExpression : |
void |
setActions(int value)
setActions : |
void |
setExpression(java.lang.String value)
setExpression : |
java.lang.String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String expression
protected int actions
| Constructor Detail |
|---|
public TaasAuthorizationAbstract()
| 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 setExpression(java.lang.String value)
setExpression in interface TaasAuthorizationvalue - public java.lang.String getExpression()
getExpression in interface TaasAuthorizationpublic void setActions(int value)
setActions in interface TaasAuthorizationvalue - public int getActions()
getActions in interface TaasAuthorizationpublic 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 | |||||||||