Uses of Class
com.maplander.backend.model.manage.mlsuniversal.Organization
Packages that use Organization
Package
Description
-
Uses of Organization in com.maplander.backend.dao.manage.mlsuniversal
Fields in com.maplander.backend.dao.manage.mlsuniversal with type parameters of type OrganizationMethods in com.maplander.backend.dao.manage.mlsuniversal that return OrganizationModifier and TypeMethodDescriptionstatic Organizationstatic OrganizationOrganizationDAO.loadByEmail(String email) static OrganizationOrganizationDAO.loadByName(String name) static OrganizationOrganizationDAO.loadByNameAndDate(String name, Long creationDate) Methods in com.maplander.backend.dao.manage.mlsuniversal that return types with arguments of type OrganizationModifier and TypeMethodDescriptionstatic List<Organization> OrganizationDAO.listByMasterAccountId(Long masterAccountId) Methods in com.maplander.backend.dao.manage.mlsuniversal with parameters of type OrganizationModifier and TypeMethodDescriptionstatic voidOrganizationDAO.saveNotSafe(Organization organization) -
Uses of Organization in com.maplander.backend.model.manage.mlsuniversal.complex
Methods in com.maplander.backend.model.manage.mlsuniversal.complex that return OrganizationConstructors in com.maplander.backend.model.manage.mlsuniversal.complex with parameters of type OrganizationModifierConstructorDescriptionOrganizationLite(Organization organization) OrganizationLite(Organization organization, String masterAccountName) OrganizationSHash(Organization organization, String sHash)