public class AgrosystWebNotificationSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
AgrosystWebSession |
agrosystSession |
| Constructor and Description |
|---|
AgrosystWebNotificationSupport(AgrosystWebSession agrosystSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
domainCreated(Domain domain) |
void |
domainExtendError(String message,
int extendMaxYear) |
void |
domainUpdated(Domain domain) |
void |
growingPlanCreated(GrowingPlan growingPlan) |
void |
growingPlanUpdated(GrowingPlan growingPlan) |
void |
importError(String message,
String error) |
void |
importSuccess(String message,
long duration,
int created,
int updated,
int deleted,
int ignored) |
void |
practicedSystemSaved(PracticedSystem practicedSystem) |
public AgrosystWebSession agrosystSession
public AgrosystWebNotificationSupport(AgrosystWebSession agrosystSession)
public void domainCreated(Domain domain)
public void domainUpdated(Domain domain)
public void domainExtendError(String message, int extendMaxYear)
public void importSuccess(String message, long duration, int created, int updated, int deleted, int ignored)
public void growingPlanCreated(GrowingPlan growingPlan)
public void growingPlanUpdated(GrowingPlan growingPlan)
public void practicedSystemSaved(PracticedSystem practicedSystem)
Copyright © 2013 Inra. All rights reserved.