Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • NetworkCmProxyDataService
    • Create new method for query cmHandles
    • Keep queryCmHandles method and rename it to queryCmHandleIds
    • Both method should call be called a same method in CpsAdminService
    • Validation logic should move be moved to an separated method and call it from both method
  • CpsAdminService
    • Update queryCmHandles method return type to Set<CmHandles>
  • CpsAdminPersistenceService
    • Update queryCmHandles method return type to Set<CmHandles>

...