|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pet | |
---|---|
org.springframework.samples.petportal.portlet | |
org.springframework.samples.petportal.service | |
org.springframework.samples.petportal.validation |
Uses of Pet in org.springframework.samples.petportal.portlet |
---|
Methods in org.springframework.samples.petportal.portlet with parameters of type Pet | |
---|---|
void |
PetsController.submitPage(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Pet pet,
org.springframework.validation.BindingResult result,
int currentPage,
org.springframework.ui.Model model)
|
Uses of Pet in org.springframework.samples.petportal.service |
---|
Methods in org.springframework.samples.petportal.service that return Pet | |
---|---|
Pet |
PetServiceImpl.getPet(int key)
|
Pet |
PetService.getPet(int key)
|
Pet |
PetServiceImpl.getPet(java.lang.Integer key)
|
Pet |
PetService.getPet(java.lang.Integer key)
|
Methods in org.springframework.samples.petportal.service with parameters of type Pet | |
---|---|
int |
PetServiceImpl.addPet(Pet pet)
|
int |
PetService.addPet(Pet pet)
|
void |
PetServiceImpl.deletePet(Pet pet)
|
void |
PetService.deletePet(Pet pet)
|
void |
PetServiceImpl.savePet(Pet pet)
|
void |
PetService.savePet(Pet pet)
|
Uses of Pet in org.springframework.samples.petportal.validation |
---|
Methods in org.springframework.samples.petportal.validation with parameters of type Pet | |
---|---|
void |
PetValidator.validate(Pet pet,
org.springframework.validation.Errors errors)
|
void |
PetValidator.validateBirthdate(Pet pet,
org.springframework.validation.Errors errors)
|
void |
PetValidator.validateBreed(Pet pet,
org.springframework.validation.Errors errors)
|
void |
PetValidator.validateName(Pet pet,
org.springframework.validation.Errors errors)
|
void |
PetValidator.validateSpecies(Pet pet,
org.springframework.validation.Errors errors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |