Example #1
0
 def getStartupDirectoryForMallCategories(self):
     """
     """
     mall = IMallManagement(self).getMall()
     return "/".join(mall.getPhysicalPath()) + "/categories"
Example #2
0
 def getStartupDirectoryForMallCategories(self):
     """
     """
     mall = IMallManagement(self).getMall()
     return "/".join(mall.getPhysicalPath()) + "/categories"
Example #3
0
 def getStartupDirectoryForProducts(self):
     """
     """
     mall = IMallManagement(self).getMall()
     return "/".join(mall.getPhysicalPath())