Uses of Class
com.maplander.backend.model.manage.mlsuniversal.Organization
Packages that use Organization
Package
Description
-
Uses of Organization in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type Organization -
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 Organization
static Organization
OrganizationDAO.loadByEmail
(String email) static Organization
OrganizationDAO.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 void
OrganizationDAO.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)