Class JobMapper
- java.lang.Object
-
- org.gcube.portal.social.networking.ws.mappers.JobMapper
-
public class JobMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description JobMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.portal.databook.shared.RunningJobgetJob(org.gcube.social_networking.socialnetworking.model.beans.JobNotificationBean item)static org.gcube.portal.databook.shared.JobStatusTypegetType(org.gcube.social_networking.socialnetworking.model.beans.JobStatusModelType type)
-
-
-
Method Detail
-
getJob
public static org.gcube.portal.databook.shared.RunningJob getJob(org.gcube.social_networking.socialnetworking.model.beans.JobNotificationBean item)
-
getType
public static org.gcube.portal.databook.shared.JobStatusType getType(org.gcube.social_networking.socialnetworking.model.beans.JobStatusModelType type)
-
-