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 WebDavAccess
getByUUID(UserContext uc, Mandant client, String uuid)
WebDavAccess
getByUUID(UserContext uc, Mandant client, UUID uuid)
WebDavAccess
getWebDavAccessByMandant(UserContext uc, Mandant client, String name)
-
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, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
-
-
-
Method Detail
-
getWebDavAccessByMandant
WebDavAccess getWebDavAccessByMandant(UserContext uc, Mandant client, String name)
-
getByUUID
WebDavAccess getByUUID(UserContext uc, Mandant client, String uuid)
-
getByUUID
WebDavAccess getByUUID(UserContext uc, Mandant client, UUID uuid)
-
-