public class UserBlueprintImpl extends java.lang.Object implements UserBlueprint
| Modifier and Type | Class and Description |
|---|---|
static class |
UserBlueprintImpl.UserBlueprintBuilderImpl |
UserBlueprint.UserBlueprintBuilder| Modifier and Type | Method and Description |
|---|---|
int |
getBirthdayDay() |
int |
getBirthdayMonth() |
int |
getBirthdayYear() |
long |
getCompanyId() |
long |
getCreatorUserId() |
java.lang.String |
getEmailAddress() |
long |
getFacebookId() |
java.lang.String |
getFirstName() |
long[] |
getGroupIds() |
java.lang.String |
getJobTitle() |
java.lang.String |
getLastName() |
java.util.Locale |
getLocale() |
java.lang.String |
getMiddleName() |
java.lang.String |
getOpenId() |
long[] |
getOrganizationIds() |
java.lang.String |
getPassword1() |
java.lang.String |
getPassword2() |
long |
getPrefixId() |
long[] |
getRoleIds() |
java.lang.String |
getScreenName() |
com.liferay.portal.kernel.service.ServiceContext |
getServiceContext() |
long |
getSuffixId() |
long[] |
getUserGroupIds() |
boolean |
isAutoPassword() |
boolean |
isAutoScreenName() |
boolean |
isMale() |
boolean |
isSendMail() |
public int getBirthdayDay()
getBirthdayDay in interface UserBlueprintpublic int getBirthdayMonth()
getBirthdayMonth in interface UserBlueprintpublic int getBirthdayYear()
getBirthdayYear in interface UserBlueprintpublic long getCompanyId()
getCompanyId in interface UserBlueprintpublic long getCreatorUserId()
getCreatorUserId in interface UserBlueprintpublic java.lang.String getEmailAddress()
getEmailAddress in interface UserBlueprintpublic long getFacebookId()
getFacebookId in interface UserBlueprintpublic java.lang.String getFirstName()
getFirstName in interface UserBlueprintpublic long[] getGroupIds()
getGroupIds in interface UserBlueprintpublic java.lang.String getJobTitle()
getJobTitle in interface UserBlueprintpublic java.lang.String getLastName()
getLastName in interface UserBlueprintpublic java.util.Locale getLocale()
getLocale in interface UserBlueprintpublic java.lang.String getMiddleName()
getMiddleName in interface UserBlueprintpublic java.lang.String getOpenId()
getOpenId in interface UserBlueprintpublic long[] getOrganizationIds()
getOrganizationIds in interface UserBlueprintpublic java.lang.String getPassword1()
getPassword1 in interface UserBlueprintpublic java.lang.String getPassword2()
getPassword2 in interface UserBlueprintpublic long getPrefixId()
getPrefixId in interface UserBlueprintpublic long[] getRoleIds()
getRoleIds in interface UserBlueprintpublic java.lang.String getScreenName()
getScreenName in interface UserBlueprintpublic com.liferay.portal.kernel.service.ServiceContext getServiceContext()
getServiceContext in interface UserBlueprintpublic long getSuffixId()
getSuffixId in interface UserBlueprintpublic long[] getUserGroupIds()
getUserGroupIds in interface UserBlueprintpublic boolean isAutoPassword()
isAutoPassword in interface UserBlueprintpublic boolean isAutoScreenName()
isAutoScreenName in interface UserBlueprintpublic boolean isMale()
isMale in interface UserBlueprintpublic boolean isSendMail()
isSendMail in interface UserBlueprint