can anyone provide me documentation for these functions

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

iamjagseergill
Posts: 4
Joined: Thu Jul 16, 2015 1:08 pm

can anyone provide me documentation for these functions

Post by iamjagseergill »

these are under hostname/cms_services/RemoteContentModuleManager?wsdl

[0] => ContentModule getContentModule(int $id)
[1] => ArrayOf_xsd_anyType getContentModules(int $companyId)
[2] => void deleteContentModule(int $id)
[3] => int createContentModule(ContentModule $contentModule)
[4] => boolean updateContentModule(int $id, string $newName, string $newDescription, int $newCategoryId)
[5] => ArrayOf_xsd_anyType getContentModuleContents(int $contentModuleId)
[6] => void saveContentModuleContent(int $contentModuleId, CmsTag $tag)
[7] => void removeContentsForContentModule(int $contentModuleId)
[8] => ArrayOf_xsd_anyType getMailingBinding(ArrayOf_xsd_anyType $mailingIds, int $contentModuleId)
[9] => ArrayOf_xsd_anyType getMailingsByContentModule(int $contentModuleId)
[10] => void addMailingBindings(int $contentModuleId, ArrayOf_xsd_anyType $mailingIds)
[11] => void removeMailingBindings(int $contentModuleId, ArrayOf_xsd_anyType $mailingIds)
[12] => void addMailingBindingToContentModules(ArrayOf_xsd_anyType $contentModuleIds, int $mailingId)
[13] => void removeMailingBindingFromContentModules(ArrayOf_xsd_anyType $contentModuleIds, int $mailingId)
[14] => ArrayOf_xsd_anyType getAssignedCMsForMailing(int $mailingId)
[15] => ArrayOf_xsd_anyType getCMLocationsForMailingId(int $mailingId)
[16] => ArrayOf_xsd_anyType getContentModulesForMailing(int $mailingId)
[17] => void removeCMLocationsForMailing(int $mailingId)
[18] => void addCMLocations(ArrayOf_xsd_anyType $locations)
[19] => void saveContentModuleContentList(int $contentModuleId, ArrayOf_xsd_anyType $tagList)
[20] => void updateCMLocation(ContentModuleLocation $location)
[21] => void removeCMLocationForMailingsByContentModule(int $contentModuleId, ArrayOf_xsd_anyType $mailingsToDeassign)
[22] => int createContentModuleCategory(ContentModuleCategory $category)
[23] => void updateContentModuleCategory(ContentModuleCategory $category)
[24] => ContentModuleCategory getContentModuleCategory(int $id)
[25] => void deleteContentModuleCategory(int $categoryId)
[26] => ArrayOf_xsd_anyType getAllCMCategories(int $companyId)
[27] => ArrayOf_xsd_anyType getContentModulesForCategory(int $companyId, int $categoryId)
iamjagseergill
Posts: 4
Joined: Thu Jul 16, 2015 1:08 pm

Need documentation for these functions cms_services/RemoteCo

Post by iamjagseergill »

0] => ContentModule getContentModule(int $id)
[1] => ArrayOf_xsd_anyType getContentModules(int $companyId)
[2] => void deleteContentModule(int $id)
[3] => int createContentModule(ContentModule $contentModule)
[4] => boolean updateContentModule(int $id, string $newName, string $newDescription, int $newCategoryId)
[5] => ArrayOf_xsd_anyType getContentModuleContents(int $contentModuleId)
[6] => void saveContentModuleContent(int $contentModuleId, CmsTag $tag)
[7] => void removeContentsForContentModule(int $contentModuleId)
[8] => ArrayOf_xsd_anyType getMailingBinding(ArrayOf_xsd_anyType $mailingIds, int $contentModuleId)
[9] => ArrayOf_xsd_anyType getMailingsByContentModule(int $contentModuleId)
[10] => void addMailingBindings(int $contentModuleId, ArrayOf_xsd_anyType $mailingIds)
[11] => void removeMailingBindings(int $contentModuleId, ArrayOf_xsd_anyType $mailingIds)
[12] => void addMailingBindingToContentModules(ArrayOf_xsd_anyType $contentModuleIds, int $mailingId)
[13] => void removeMailingBindingFromContentModules(ArrayOf_xsd_anyType $contentModuleIds, int $mailingId)
[14] => ArrayOf_xsd_anyType getAssignedCMsForMailing(int $mailingId)
[15] => ArrayOf_xsd_anyType getCMLocationsForMailingId(int $mailingId)
[16] => ArrayOf_xsd_anyType getContentModulesForMailing(int $mailingId)
[17] => void removeCMLocationsForMailing(int $mailingId)
[18] => void addCMLocations(ArrayOf_xsd_anyType $locations)
[19] => void saveContentModuleContentList(int $contentModuleId, ArrayOf_xsd_anyType $tagList)
[20] => void updateCMLocation(ContentModuleLocation $location)
[21] => void removeCMLocationForMailingsByContentModule(int $contentModuleId, ArrayOf_xsd_anyType $mailingsToDeassign)
[22] => int createContentModuleCategory(ContentModuleCategory $category)
[23] => void updateContentModuleCategory(ContentModuleCategory $category)
[24] => ContentModuleCategory getContentModuleCategory(int $id)
[25] => void deleteContentModuleCategory(int $categoryId)
[26] => ArrayOf_xsd_anyType getAllCMCategories(int $companyId)
[27] => ArrayOf_xsd_anyType getContentModulesForCategory(int $companyId, int $categoryId)
Post Reply