public class DomainSanitizer extends java.lang.Object implements ISanitizer<Domain>
Constructor and Description |
---|
DomainSanitizer(BmContext context) |
Modifier and Type | Method and Description |
---|---|
void |
create(Domain domain) |
void |
update(Domain previous,
Domain domain) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, update
public DomainSanitizer(BmContext context)
context
- public void create(Domain domain)
create
in interface ISanitizer<Domain>
public void update(Domain previous, Domain domain)
update
in interface ISanitizer<Domain>
Copyright © 2021. All Rights Reserved.