Class LexOfficeManagerServiceImpl
- java.lang.Object
-
- co.mastermindcms.modules.services.LexOfficeManagerServiceImpl
-
- All Implemented Interfaces:
LexOfficeManagerService
@Service public class LexOfficeManagerServiceImpl extends java.lang.Object implements LexOfficeManagerService
-
-
Field Summary
Fields Modifier and Type Field Description private AccessManagementService
accessManagementService
private LexOfficeService
lexOfficeService
private ProfileRepository
profileRepository
private SellerRepository
sellerRepository
-
Constructor Summary
Constructors Constructor Description LexOfficeManagerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.rocketbase.lexoffice.model.Contact
updateContact()
This method does update a contact
-
-
-
Field Detail
-
accessManagementService
@Autowired private AccessManagementService accessManagementService
-
sellerRepository
@Autowired private SellerRepository sellerRepository
-
profileRepository
@Autowired private ProfileRepository profileRepository
-
lexOfficeService
@Autowired private LexOfficeService lexOfficeService
-
-
Method Detail
-
updateContact
public io.rocketbase.lexoffice.model.Contact updateContact()
Description copied from interface:LexOfficeManagerService
This method does update a contact- Specified by:
updateContact
in interfaceLexOfficeManagerService
- Returns:
- updated contact
-
-