Uses of Class
de.hybris.platform.b2b.punchout.model.PunchOutCredentialModel
Packages that use PunchOutCredentialModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.punchout.jalo package.
-
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.daos
Methods in de.hybris.platform.b2b.punchout.daos that return PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) Get aPunchOutCredentialModelfor a given domain-identity pair.Methods in de.hybris.platform.b2b.punchout.daos that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialDao.getExpiredPunchOutCredentials(int expiredDays) Get the expired credentials that shared secret has not changed for given days. -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.daos.impl
Methods in de.hybris.platform.b2b.punchout.daos.impl that return PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) Methods in de.hybris.platform.b2b.punchout.daos.impl that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialDao.getExpiredPunchOutCredentials(int expiredDays) -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor with parameters of type PunchOutCredentialModelModifier and TypeMethodDescriptionprotected voidPunchOutCredentialValidateInterceptor.existentCredential(PunchOutCredentialModel credential) Check if there is already a credential for the same domain and identity in the system. -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.job
Methods in de.hybris.platform.b2b.punchout.job that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionprotected List<PunchOutCredentialModel>PunchOutCredentialExpiredNotificationJob.getExpiredPunchOutCredentials() -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.model
Methods in de.hybris.platform.b2b.punchout.model that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionB2BCustomerPunchOutCredentialMappingModel.getCredentials()Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute defined at extensionb2bpunchout.Method parameters in de.hybris.platform.b2b.punchout.model with type arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionvoidB2BCustomerPunchOutCredentialMappingModel.setCredentials(Set<PunchOutCredentialModel> value) Generated method - Setter ofB2BCustomerPunchOutCredentialMapping.credentialsattribute defined at extensionb2bpunchout.Constructor parameters in de.hybris.platform.b2b.punchout.model with type arguments of type PunchOutCredentialModelModifierConstructorDescriptionB2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, Set<PunchOutCredentialModel> _credentials) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, Set<PunchOutCredentialModel> _credentials, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.process.email.context
Methods in de.hybris.platform.b2b.punchout.process.email.context that return PunchOutCredentialModelModifier and TypeMethodDescriptionprotected PunchOutCredentialModelPunchOutEmailContext.getModel()Methods in de.hybris.platform.b2b.punchout.process.email.context with parameters of type PunchOutCredentialModelModifier and TypeMethodDescriptionvoidPunchOutEmailContext.setModel(PunchOutCredentialModel model) -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialService.getPunchOutCredential(String domain, String identity) Get anPunchOutCredentialModelbased on the domain and identity.Methods in de.hybris.platform.b2b.punchout.services that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialService.getExpiredPunchOutCredentials()Get the expired credentials that shared secret has not changed for configured days.Methods in de.hybris.platform.b2b.punchout.services with parameters of type PunchOutCredentialModelModifier and TypeMethodDescriptionprotected PunchOutEmailContextPunchOutEmailService.createContext(PunchOutCredentialModel model) PunchOutEmailService.sendEmail(PunchOutCredentialModel model, String emailToAddress) -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialService.getPunchOutCredential(String domain, String identity) Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialService.getExpiredPunchOutCredentials()