Uses of Class
com.maplander.backend.model.manage.mlsuniversal.Partner
Packages that use Partner
Package
Description
-
Uses of Partner in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type PartnerMethods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type Partner -
Uses of Partner in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type PartnerMethods in com.maplander.backend.dao.manage.mlsuniversal that return PartnerModifier and TypeMethodDescriptionstatic Partner
static Partner
PartnerDAO.loadByDate
(Long creationDate) static Partner
PartnerDAO.loadByEmail
(String email) Methods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type PartnerMethods in com.maplander.backend.dao.manage.mlsuniversal with parameters of type PartnerModifier and TypeMethodDescriptionstatic void
static void
PartnerDAO.saveNotSafe
(Partner partner) Method parameters in com.maplander.backend.dao.manage.mlsuniversal with type arguments of type Partner -
Uses of Partner in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return PartnerMethods in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type PartnerConstructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type PartnerModifierConstructorDescriptionPartnerLite
(Partner partner, String masterAccountName, String organizationName, FileCS organizationLogo) PartnerSHash
(Partner partner, String sHash)