Interface UserBlueprint
- All Known Implementing Classes:
UserBlueprintImpl
public interface UserBlueprint
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
long
long
long
long[]
long[]
long
long[]
com.liferay.portal.kernel.service.ServiceContext
long
long[]
boolean
boolean
boolean
isMale()
boolean
-
Method Details
-
getBirthdayDay
int getBirthdayDay() -
getBirthdayMonth
int getBirthdayMonth() -
getBirthdayYear
int getBirthdayYear() -
getCompanyId
long getCompanyId() -
getCreatorUserId
long getCreatorUserId() -
getEmailAddress
String getEmailAddress() -
getFacebookId
long getFacebookId() -
getFirstName
String getFirstName() -
getGroupIds
long[] getGroupIds() -
getJobTitle
String getJobTitle() -
getLastName
String getLastName() -
getLocale
Locale getLocale() -
getMiddleName
String getMiddleName() -
getOpenId
String getOpenId() -
getOrganizationIds
long[] getOrganizationIds() -
getPassword1
String getPassword1() -
getPassword2
String getPassword2() -
getPrefixId
long getPrefixId() -
getRoleIds
long[] getRoleIds() -
getScreenName
String getScreenName() -
getServiceContext
com.liferay.portal.kernel.service.ServiceContext getServiceContext() -
getSuffixId
long getSuffixId() -
getUserGroupIds
long[] getUserGroupIds() -
isAutoPassword
boolean isAutoPassword() -
isAutoScreenName
boolean isAutoScreenName() -
isMale
boolean isMale() -
isSendMail
boolean isSendMail()
-