def post(self, request, *args, **kwargs): return tools.post('mission', MissionForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post('authority', PersonneForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post( 'metadata_author', MetadataAuthorForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post('item', ItemForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post('institution', InstitutionForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post('coupe', CoupeForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post('fond', FondForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post( 'location_gis', LocationForm, request, *args, **kwargs)
def post(self, request, *args, **kwargs): return tools.post( 'collection', CollectionForm, request, *args, **kwargs)