public class AssignmentLocalServiceImpl extends AssignmentLocalServiceBaseImpl
All custom service methods should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy their definitions into the AssignmentLocalService
interface.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
AssignmentLocalServiceBaseImpl
,
AssignmentLocalServiceUtil
Constructor and Description |
---|
AssignmentLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.qti.slayer.model.Assignment |
getAssignment(java.lang.String uolIdStr,
java.lang.String userIdStr)
Creates a new test result with the primary key.
|
addAssignment, afterPropertiesSet, createAssignment, deleteAssignment, deleteAssignment, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchAssignment, getAssignment, getAssignmentLocalService, getAssignmentPersistence, getAssignments, getAssignmentsCount, getAssignmentService, getBeanIdentifier, getCounterLocalService, getPersistedModel, getResourceLocalService, getResourcePersistence, getResourceService, getTestResultLocalService, getTestResultPersistence, getTestResultService, getUolLocalService, getUolPersistence, getUolService, getUserLocalService, getUserPersistence, getUserService, invokeMethod, setAssignmentLocalService, setAssignmentPersistence, setAssignmentService, setBeanIdentifier, setCounterLocalService, setResourceLocalService, setResourcePersistence, setResourceService, setTestResultLocalService, setTestResultPersistence, setTestResultService, setUolLocalService, setUolPersistence, setUolService, setUserLocalService, setUserPersistence, setUserService, updateAssignment, updateAssignment
public com.qti.slayer.model.Assignment getAssignment(java.lang.String uolIdStr, java.lang.String userIdStr)
the
- primary keys for the new test result