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