org.nuiton.topia.security.entities.authorization
Class TopiaExpressionLinkDAOAbstract<E extends TopiaExpressionLink>
java.lang.Object
org.nuiton.topia.persistence.TopiaDAOImpl<E>
org.nuiton.topia.security.entities.authorization.TopiaExpressionLinkDAOAbstract<E>
- All Implemented Interfaces:
- TopiaDAO<E>
- Direct Known Subclasses:
- TopiaExpressionLinkDAOImpl
public abstract class TopiaExpressionLinkDAOAbstract<E extends TopiaExpressionLink>
- extends TopiaDAOImpl<E>
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, delete, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopiaExpressionLinkDAOAbstract
public TopiaExpressionLinkDAOAbstract()
getEntityClass
public Class<E> getEntityClass()
- Specified by:
getEntityClass in interface TopiaDAO<E extends TopiaExpressionLink>- Overrides:
getEntityClass in class TopiaDAOImpl<E extends TopiaExpressionLink>
getTopiaEntityEnum
public TopiaSecurityDAOHelper.TopiaSecurityEntityEnum getTopiaEntityEnum()
- Specified by:
getTopiaEntityEnum in interface TopiaDAO<E extends TopiaExpressionLink>- Overrides:
getTopiaEntityEnum in class TopiaDAOImpl<E extends TopiaExpressionLink>
findByReplace
public E findByReplace(String v)
throws TopiaException
- Throws:
TopiaException
findAllByReplace
public List<E> findAllByReplace(String v)
throws TopiaException
- Throws:
TopiaException
findByBy
public E findByBy(String v)
throws TopiaException
- Throws:
TopiaException
findAllByBy
public List<E> findAllByBy(String v)
throws TopiaException
- Throws:
TopiaException
findUsages
public <U extends TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws TopiaException
- Specified by:
findUsages in interface TopiaDAO<E extends TopiaExpressionLink>- Overrides:
findUsages in class TopiaDAOImpl<E extends TopiaExpressionLink>
- Throws:
TopiaException
findAllUsages
public Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
- Specified by:
findAllUsages in interface TopiaDAO<E extends TopiaExpressionLink>- Overrides:
findAllUsages in class TopiaDAOImpl<E extends TopiaExpressionLink>
- Throws:
TopiaException
Copyright © 2004-2012 CodeLutin. All Rights Reserved.