|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceDomainRepository
Defines a repository of the domains form sources.
Method Summary | |
---|---|
void |
createOrUpdate(com.trendmicro.grid.acl.l0.datatypes.SourceDomain domain)
Updates the given domain information inside the persitence store. |
SharedSourceDomainListPage |
getAllPaged(int pageNumber)
Returns the a list of all stored domains. |
SharedSourceDomain |
getByName(String domainName)
Returns the stored domain information on the given domain name. |
SharedSourceDomain |
getOrCreate(String domainName)
Gets or creates the source domain for the given URI. |
Method Detail |
---|
SharedSourceDomainListPage getAllPaged(int pageNumber)
pageNumber
- The number of the list page to return, starting from 0 for the first chunk.
SharedSourceDomain getByName(String domainName)
domainName
- the domain name to look for.
SharedSourceDomain getOrCreate(String domainName)
domainName
- the domain name to look for.
void createOrUpdate(com.trendmicro.grid.acl.l0.datatypes.SourceDomain domain)
domain
- the domain info to update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |