示例#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)