Class BranchServiceFacade

    • Constructor Detail

      • BranchServiceFacade

        public BranchServiceFacade​(java.lang.Long cloudId,
                                   BranchService service)
    • Method Detail

      • getBranch

        public Branch getBranch​(java.lang.Long id)
      • getBranches

        public java.util.Collection<Branch> getBranches​(int limit,
                                                        int offset,
                                                        java.lang.String sort)
      • getBranches

        public java.util.Collection<Branch> getBranches​(int limit,
                                                        int offset)
      • getBranches

        public java.util.Collection<Branch> getBranches​(java.lang.String sort)
      • getBranches

        public java.util.Collection<Branch> getBranches()