Beispiel #1
0
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
Beispiel #2
0
 def __init__(self):
     '''
     Construct the source type service.
     '''
     EntityGetServiceAlchemy.__init__(self, SourceTypeMapped)
Beispiel #3
0
 def __init__(self):
     '''
     Construct the blog media type service.
     '''
     EntityGetServiceAlchemy.__init__(self, BlogMediaTypeMapped)
Beispiel #4
0
 def __init__(self):
     '''
     Construct the post verification status service.
     '''
     EntityGetServiceAlchemy.__init__(self, VerificationStatusMapped)
Beispiel #5
0
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
Beispiel #6
0
 def __init__(self):
     '''
     Construct the post verification status service.
     '''
     EntityGetServiceAlchemy.__init__(self, VerificationStatusMapped)
Beispiel #7
0
 def __init__(self):
     '''
     Construct the source type service.
     '''
     EntityGetServiceAlchemy.__init__(self, SourceTypeMapped)
Beispiel #8
0
 def __init__(self):
     '''
     Construct the user type service.
     '''
     EntityGetServiceAlchemy.__init__(self, UserTypeMapped)
Beispiel #9
0
 def __init__(self):
     '''
     Construct the user type service.
     '''
     EntityGetServiceAlchemy.__init__(self, UserTypeMapped)
Beispiel #10
0
 def __init__(self):
     '''
     Construct the blog media type service.
     '''
     EntityGetServiceAlchemy.__init__(self, BlogMediaTypeMapped)