Interface IWebDavAccessHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 WebDavAccessHandler
public interface IWebDavAccessHandler extends IGenericHandler
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.xima.cmn.db.model.SerializableResultSetexecuteDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters)de.xima.cmn.db.model.SerializableResultSetexecutePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters)WebDavAccessgetByUUID(UserContext uc, Mandant client, String uuid)WebDavAccessgetByUUID(UserContext uc, Mandant client, UUID uuid)WebDavAccessgetWebDavAccessByMandant(UserContext uc, Mandant mandant, String name)de.xima.cmn.db.model.SerializableResultSetquery(UserContext uc, Integer webdavAccessId, String sql, boolean suppressStatementLimits, Serializable... args)intupdate(UserContext uc, Integer webdavAccessId, String sql, Serializable... args)- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
- 
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getWebDavAccessByMandant
WebDavAccess getWebDavAccessByMandant(UserContext uc, Mandant mandant, String name)
 
- 
getByUUID
WebDavAccess getByUUID(UserContext uc, Mandant client, String uuid)
 
- 
getByUUID
WebDavAccess getByUUID(UserContext uc, Mandant client, UUID uuid)
 
- 
query
de.xima.cmn.db.model.SerializableResultSet query(UserContext uc, Integer webdavAccessId, String sql, boolean suppressStatementLimits, Serializable... args) throws PropertyVetoException
- Throws:
 PropertyVetoException
 
- 
executeDBquery
de.xima.cmn.db.model.SerializableResultSet executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, IReplacerParams placeholderParams, boolean suppressStatementLimits, Serializable... parameters) throws PropertyVetoException
- Throws:
 PropertyVetoException
 
- 
update
int update(UserContext uc, Integer webdavAccessId, String sql, Serializable... args) throws PropertyVetoException
- Throws:
 PropertyVetoException
 
- 
executePublicDBquery
de.xima.cmn.db.model.SerializableResultSet executePublicDBquery(UserContext uc, Mandant client, String queryName, boolean suppressStatementLimits, Serializable[] parameters) throws PropertyVetoException
- Throws:
 PropertyVetoException
 
 - 
 
 -