コード例 #1
0
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
コード例 #2
0
ファイル: type.py プロジェクト: adityaathalye/Superdesk
 def __init__(self):
     '''
     Construct the source type service.
     '''
     EntityGetServiceAlchemy.__init__(self, SourceTypeMapped)
コード例 #3
0
ファイル: blog_media.py プロジェクト: jmwenda/Superdesk
 def __init__(self):
     '''
     Construct the blog media type service.
     '''
     EntityGetServiceAlchemy.__init__(self, BlogMediaTypeMapped)
コード例 #4
0
ファイル: status.py プロジェクト: Eduardoescamilla/Live-Blog
 def __init__(self):
     '''
     Construct the post verification status service.
     '''
     EntityGetServiceAlchemy.__init__(self, VerificationStatusMapped)
コード例 #5
0
ファイル: type.py プロジェクト: ahilles107/Superdesk
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
コード例 #6
0
ファイル: status.py プロジェクト: patriciagarcia/Live-Blog
 def __init__(self):
     '''
     Construct the post verification status service.
     '''
     EntityGetServiceAlchemy.__init__(self, VerificationStatusMapped)
コード例 #7
0
 def __init__(self):
     '''
     Construct the source type service.
     '''
     EntityGetServiceAlchemy.__init__(self, SourceTypeMapped)
コード例 #8
0
 def __init__(self):
     '''
     Construct the user type service.
     '''
     EntityGetServiceAlchemy.__init__(self, UserTypeMapped)
コード例 #9
0
ファイル: user_type.py プロジェクト: AtomLaw/Superdesk
 def __init__(self):
     '''
     Construct the user type service.
     '''
     EntityGetServiceAlchemy.__init__(self, UserTypeMapped)
コード例 #10
0
 def __init__(self):
     '''
     Construct the blog media type service.
     '''
     EntityGetServiceAlchemy.__init__(self, BlogMediaTypeMapped)