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 UserBlueprint
public int getBirthdayMonth()
getBirthdayMonth
in interface UserBlueprint
public int getBirthdayYear()
getBirthdayYear
in interface UserBlueprint
public long getCompanyId()
getCompanyId
in interface UserBlueprint
public long getCreatorUserId()
getCreatorUserId
in interface UserBlueprint
public java.lang.String getEmailAddress()
getEmailAddress
in interface UserBlueprint
public long getFacebookId()
getFacebookId
in interface UserBlueprint
public java.lang.String getFirstName()
getFirstName
in interface UserBlueprint
public long[] getGroupIds()
getGroupIds
in interface UserBlueprint
public java.lang.String getJobTitle()
getJobTitle
in interface UserBlueprint
public java.lang.String getLastName()
getLastName
in interface UserBlueprint
public java.util.Locale getLocale()
getLocale
in interface UserBlueprint
public java.lang.String getMiddleName()
getMiddleName
in interface UserBlueprint
public java.lang.String getOpenId()
getOpenId
in interface UserBlueprint
public long[] getOrganizationIds()
getOrganizationIds
in interface UserBlueprint
public java.lang.String getPassword1()
getPassword1
in interface UserBlueprint
public java.lang.String getPassword2()
getPassword2
in interface UserBlueprint
public long getPrefixId()
getPrefixId
in interface UserBlueprint
public long[] getRoleIds()
getRoleIds
in interface UserBlueprint
public java.lang.String getScreenName()
getScreenName
in interface UserBlueprint
public com.liferay.portal.kernel.service.ServiceContext getServiceContext()
getServiceContext
in interface UserBlueprint
public long getSuffixId()
getSuffixId
in interface UserBlueprint
public long[] getUserGroupIds()
getUserGroupIds
in interface UserBlueprint
public boolean isAutoPassword()
isAutoPassword
in interface UserBlueprint
public boolean isAutoScreenName()
isAutoScreenName
in interface UserBlueprint
public boolean isMale()
isMale
in interface UserBlueprint
public boolean isSendMail()
isSendMail
in interface UserBlueprint