C E F G L O P R U
C
- create(Owner) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Creates a new owner.
- create(Pet) - Method in class es.uvigo.esei.xcs.service.PetService
-
Creates a new pet owned by the current user.
E
- es.uvigo.esei.xcs.service - package es.uvigo.esei.xcs.service
-
F
- findByPetName(String) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Returns the list of owners that have a pet with the specified name.
G
- get(String) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Returns the owner identified by login.
- get(int) - Method in class es.uvigo.esei.xcs.service.PetService
-
Returns a pet identified by the provided id.
- getPets(String) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Returns the list of pets of an owner.
L
- list() - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Returns the complete list of owners.
- list() - Method in class es.uvigo.esei.xcs.service.PetService
-
Returns the complete list of pets of the current owner.
O
- OwnerService - Class in es.uvigo.esei.xcs.service
-
EJB for the Owners.
- OwnerService() - Constructor for class es.uvigo.esei.xcs.service.OwnerService
-
P
- PetService - Class in es.uvigo.esei.xcs.service
-
EJB for the Pets.
- PetService() - Constructor for class es.uvigo.esei.xcs.service.PetService
-
R
- remove(String) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Deletes an owner.
- remove(int) - Method in class es.uvigo.esei.xcs.service.PetService
-
Deletes a pet.
U
- update(Owner) - Method in class es.uvigo.esei.xcs.service.OwnerService
-
Updates a new owner.
- update(Pet) - Method in class es.uvigo.esei.xcs.service.PetService
-
Updates the information of a pet.
C E F G L O P R U
Copyright © 2015. All rights reserved.