Exemplo n.º 1
0
	def obj_create(self, bundle, request=None, **kwargs):
		if(sanitizeInput):
			bundle = postHandlers.sanitizeInput(bundle)
		return postHandlers.addTrackData(bundle)
Exemplo n.º 2
0
	def obj_create(self, bundle, request=None, **kwargs):
		if(sanitizeInput):
			bundle = postHandlers.sanitizeInput(bundle)
		return postHandlers.favourite(bundle)
Exemplo n.º 3
0
	def obj_create(self, bundle, request=None, **kwargs):
		if(sanitizeInput):
			bundle = postHandlers.sanitizeInput(bundle)
		return postHandlers.resetPassword(bundle)
Exemplo n.º 4
0
	def obj_create(self, bundle, request=None, **kwargs):
		if(sanitizeInput):
			bundle = postHandlers.sanitizeInput(bundle)
		return bundle #do nothing, but need to override method so nothing happens..
Exemplo n.º 5
0
	def obj_create(self, bundle, request=None, **kwargs):
		if(sanitizeInput):
			bundle = postHandlers.sanitizeInput(bundle)
		return postHandlers.deleteAccount(bundle)
Exemplo n.º 6
0
 def obj_create(self, bundle, request=None, **kwargs):
     if sanitizeInput:
         bundle = postHandlers.sanitizeInput(bundle)
     return postHandlers.handleUpdateCamp(bundle)