*/
@Override
public AllowedInvocation toEntry(AllowedInvocation allowedAllowedInvocation, Locale locale, Session session, MessageResources resources) {
AllowedInvocationEnterOrEditForm f = this;
if ((allowedAllowedInvocation == null)){
allowedAllowedInvocation = new AllowedInvocation();
}
allowedAllowedInvocation.setId(f.getId());
allowedAllowedInvocation.setMsisdn(isProvided("msisdn") ? Long.parseLong(f.getMsisdn().trim()) : null);
allowedAllowedInvocation.setEmail(isProvided("email") ? f.getEmail().trim() : null);
allowedAllowedInvocation.setKeywordBase(isProvided("keywordBase") ? f.getKeywordBase().trim() : null);