Interface IFormVersionHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 FormVersionHandler
public interface IFormVersionHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormVersioncreate(UserContext uc, FormVersion fv, Boolean setActive)Creates the.List<FormVersion>getByProjekt(UserContext uc, Projekt projekt)- 
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
- 
create
FormVersion create(UserContext uc, FormVersion fv, Boolean setActive)
Creates the.- Parameters:
 uc- the ucfv- the fvsetActive- the set active- Returns:
 - the form version
 
 
- 
getByProjekt
List<FormVersion> getByProjekt(UserContext uc, Projekt projekt)
 
 - 
 
 -