Uses of Class
com.maplander.backend.model.manage.mlsuniversal.Partner
Packages that use Partner
Package
Description
-
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 Partnerstatic PartnerPartnerDAO.loadByDate(Long creationDate) static PartnerPartnerDAO.loadByEmail(String email) static PartnerPartnerDAO.loadByName(String name) 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 voidstatic voidPartnerDAO.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)