LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in CreateJobVisibilityFP:",this.getObjectID(),", was trying to get HiringTeam:",getSelectedTeamID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_SelectedTeam.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_SelectedTeam_Decorators,(CreateJobVisibilityFP)this,SINGLEREFERENCE_SelectedTeam,getWriteability_SelectedTeam())!=FieldWriteability.FALSE,"Assoc SelectedTeam is not writeable");
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in CreateJobVisibilityFP:",this.getObjectID(),", was trying to get CompanyUser:",getCompanyUserID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_CompanyUser.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_CompanyUser_Decorators,(CreateJobVisibilityFP)this,SINGLEREFERENCE_CompanyUser,getWriteability_CompanyUser())!=FieldWriteability.FALSE,"Assoc CompanyUser is not writeable");
preCompanyUserChange(newCompanyUser);
_CompanyUser.set(newCompanyUser);
postCompanyUserChange();
}
}
/**
* A list of multi assoc names e.g. list of strings.
*/
publicList<String>getMultiAssocs()
{
Listresult=super.getMultiAssocs();
returnresult;
}
/**
* Get the reference instance for the multi assoc name.