* @throws SystemException if a system exception occurred
*/
@Override
public LFPackageScopeRule findByPrimaryKey(Serializable primaryKey)
throws NoSuchLFPackageScopeRuleException, SystemException {
LFPackageScopeRule lfPackageScopeRule = fetchByPrimaryKey(primaryKey);
if (lfPackageScopeRule == null) {
if (_log.isWarnEnabled()) {
_log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey);
}