* @throws SystemException if a system exception occurred
*/
@Override
public LFGlobalObjectiveState fetchByPrimaryKey(Serializable primaryKey)
throws SystemException {
LFGlobalObjectiveState lfGlobalObjectiveState = (LFGlobalObjectiveState) EntityCacheUtil.getResult(LFGlobalObjectiveStateModelImpl.ENTITY_CACHE_ENABLED,
LFGlobalObjectiveStateImpl.class, primaryKey);
if (lfGlobalObjectiveState == _nullLFGlobalObjectiveState) {
return null;
}