public class BirthdayService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BIRTHDAY |
static String |
HOME_PHONE |
static String |
MOBILE |
static String |
POSITION |
| Constructor and Description |
|---|
BirthdayService(ProfileExtraDAO profileExtraDAO,
org.exoplatform.social.core.manager.IdentityManager identityManager,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.social.core.identity.model.Identity> |
getIdentitiesByBirthDate(String birthDate)
Returns the list of user identities having the defined birthday date
|
boolean |
updateBirthday(String userName,
Map<String,String> profileAttributes) |
public static final String BIRTHDAY
public static final String POSITION
public static final String MOBILE
public static final String HOME_PHONE
public BirthdayService(ProfileExtraDAO profileExtraDAO, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.organization.OrganizationService organizationService)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.