Esempio n. 1
0
 def get_by_short_id(cls, context, short_id, **kwargs):
     obj = db_api.action_get_by_short_id(context, short_id, **kwargs)
     return cls._from_db_object(context, cls(), obj)
Esempio n. 2
0
 def get_by_short_id(cls, context, short_id, **kwargs):
     obj = db_api.action_get_by_short_id(context, short_id, **kwargs)
     return cls._from_db_object(context, cls(), obj)