Subversion Repositories SmartDukaan

Rev

Rev 11596 | Rev 11704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11596 Rev 11679
Line 843... Line 843...
843
        return validate_cart_plus(cartId, sourceId)
843
        return validate_cart_plus(cartId, sourceId)
844
    
844
    
845
    def closeSession(self, ):
845
    def closeSession(self, ):
846
        CartDataAccessors.close_session()
846
        CartDataAccessors.close_session()
847
        UserDataAccessors.close_session()
847
        UserDataAccessors.close_session()
-
 
848
    
-
 
849
    def isPrivateDealUser(self,userId):
-
 
850
        return is_private_deal_user(userId)
-
 
851
        
848
 
852
 
849
    def isAlive(self, ):
853
    def isAlive(self, ):
850
        """
854
        """
851
        For checking weather service is active alive or not. It also checks connectivity with database
855
        For checking weather service is active alive or not. It also checks connectivity with database
852
        """
856
        """