Exemplo n.º 1
0
    def __handleInsertWall(self):
        aPx_Wall = proxy.px_WallPoster()

        wall_para = self.__getWallDictionaryData()
        aWallVO = aPx_Wall.createWallValueObject(wall_para)

        if not aPx_Wall.insert_model_object(aWallVO):
            raise exception.AppDbValidationError('db insert error1')
Exemplo n.º 2
0
 def __handleInsertWall(self):             
     aPx_Wall = proxy.px_WallPoster()
     
     wall_para = self.__getWallDictionaryData()
     aWallVO = aPx_Wall.createWallValueObject(wall_para)
     
     if not aPx_Wall.insert_model_object(aWallVO):
         raise exception.AppDbValidationError('db insert error1')
Exemplo n.º 3
0
 def __handleSelectWall(self):
     aPx_Wall = proxy.px_WallPoster()
     wall_ref = aPx_Wall.getWallPoster()
     self.addResultData('wall_ref', wall_ref)
Exemplo n.º 4
0
 def __handleSelectWall(self):
     aPx_Wall = proxy.px_WallPoster()        
     wall_ref = aPx_Wall.getWallPoster()
     self.addResultData('wall_ref',wall_ref)