예제 #1
0
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
예제 #2
0
 def __init__(self):
     '''
     Construct the source type service.
     '''
     EntityGetServiceAlchemy.__init__(self, SourceTypeMapped)
예제 #3
0
 def __init__(self):
     '''
     Construct the blog media type service.
     '''
     EntityGetServiceAlchemy.__init__(self, BlogMediaTypeMapped)
예제 #4
0
 def __init__(self):
     '''
     Construct the post verification status service.
     '''
     EntityGetServiceAlchemy.__init__(self, VerificationStatusMapped)
예제 #5
0
 def __init__(self):
     '''
     Construct the post type service.
     '''
     EntityGetServiceAlchemy.__init__(self, PostTypeMapped)
예제 #6
0
 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
 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)