|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateDao
Certificate data access methods.
| Method Summary | |
|---|---|
void |
delete(List<Long> idList)
Delete a collection of Certificates. |
void |
delete(String owner)
Delete a collection of Certificates. |
List<Certificate> |
list(List<Long> idList)
Get a collection of Certificates. |
List<Certificate> |
list(String owner)
Get a collection of Certificates. |
Certificate |
load(String owner,
String thumbprint)
Load a Certificate. |
void |
save(Certificate cert)
Save a Certificate. |
void |
save(List<Certificate> certList)
Save a collection of Certificates. |
void |
setStatus(List<Long> certificateIDs,
EntityStatus status)
Set the status of a collection of Certificates. |
void |
setStatus(String owner,
EntityStatus status)
Set the status of a collection of Certificates. |
| Method Detail |
|---|
Certificate load(String owner,
String thumbprint)
owner - The Certificate owner.thumbprint - The Certificate thumbprint.
List<Certificate> list(List<Long> idList)
idList - The collection of Certificate IDs.
List<Certificate> list(String owner)
owner - The Certificate owner.
void save(Certificate cert)
cert - The Certificate.void save(List<Certificate> certList)
certList - The Collection of Certificates.
void setStatus(List<Long> certificateIDs,
EntityStatus status)
certificateIDs - The collection of Certificate IDs.status - The Certificate status.
void setStatus(String owner,
EntityStatus status)
owner - The Certificate owner.status - The Certificate status.void delete(List<Long> idList)
idList - The collection of Certificate IDs.void delete(String owner)
owner - The Certificate owner.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||