Class MeetingDataValidator
java.lang.Object
org.apache.fineract.portfolio.meeting.data.MeetingDataValidator
-
Constructor Summary
ConstructorsConstructorDescriptionMeetingDataValidator(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateForCreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) voidvalidateForUpdate(org.apache.fineract.infrastructure.core.api.JsonCommand command) voidvalidateForUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
MeetingDataValidator
@Autowired public MeetingDataValidator(org.apache.fineract.infrastructure.core.serialization.FromJsonHelper fromApiJsonHelper)
-
-
Method Details
-
validateForCreate
public void validateForCreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateForUpdate
public void validateForUpdate(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
validateForUpdateAttendance
public void validateForUpdateAttendance(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-