rt 4.2.16
[freeside.git] / rt / lib / RT / Classes.pm
index 0175b2f..4cbb386 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -79,21 +79,7 @@ sub AddRecord {
     return $self->SUPER::AddRecord( $record );
 }
 
-sub ColumnMapClassName {
-    return 'RT__Class';
-}
-
-=head2 NewItem
-
-Returns an empty new RT::Class item
-
-=cut
-
-sub NewItem {
-    my $self = shift;
-    return(RT::Class->new($self->CurrentUser));
-}
-
+sub _SingularClass { "RT::Class" }
 
 RT::Base->_ImportOverlays();