|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Organization>
com.liferay.portal.model.impl.OrganizationModelImpl
public class OrganizationModelImpl
This interface is a model that represents the Organization_ table in the database.
OrganizationImpl,
Organization,
OrganizationModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_GROUPS_ORGS
|
static boolean |
FINDER_CACHE_ENABLED_USERS_ORGS
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_GROUPS_ORGS_NAME
|
static String |
MAPPING_TABLE_USERS_ORGS_NAME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
OrganizationModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Organization organization)
|
boolean |
equals(Object obj)
|
String |
getComments()
|
long |
getCompanyId()
|
long |
getCountryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getLeftOrganizationId()
|
String |
getName()
|
long |
getOrganizationId()
|
long |
getOriginalCompanyId()
|
String |
getOriginalName()
|
long |
getOriginalParentOrganizationId()
|
long |
getParentOrganizationId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getRecursable()
|
long |
getRegionId()
|
long |
getRightOrganizationId()
|
int |
getStatusId()
|
String |
getType()
|
int |
hashCode()
|
boolean |
isRecursable()
|
void |
setComments(String comments)
|
void |
setCompanyId(long companyId)
|
void |
setCountryId(long countryId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setLeftOrganizationId(long leftOrganizationId)
|
void |
setName(String name)
|
void |
setOrganizationId(long organizationId)
|
void |
setParentOrganizationId(long parentOrganizationId)
|
void |
setPrimaryKey(long pk)
|
void |
setRecursable(boolean recursable)
|
void |
setRegionId(long regionId)
|
void |
setRightOrganizationId(long rightOrganizationId)
|
void |
setStatusId(int statusId)
|
void |
setType(String type)
|
Organization |
toEscapedModel()
|
static Organization |
toModel(OrganizationSoap soapModel)
|
static List<Organization> |
toModels(OrganizationSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.OrganizationModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final String MAPPING_TABLE_GROUPS_ORGS_NAME
public static final boolean FINDER_CACHE_ENABLED_GROUPS_ORGS
public static final String MAPPING_TABLE_USERS_ORGS_NAME
public static final boolean FINDER_CACHE_ENABLED_USERS_ORGS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public OrganizationModelImpl()
| Method Detail |
|---|
public static Organization toModel(OrganizationSoap soapModel)
public static List<Organization> toModels(OrganizationSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface OrganizationModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface OrganizationModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Organization>getPrimaryKeyObj in interface OrganizationModelpublic long getOrganizationId()
getOrganizationId in interface OrganizationModelpublic void setOrganizationId(long organizationId)
setOrganizationId in interface OrganizationModelpublic long getCompanyId()
getCompanyId in interface OrganizationModelpublic void setCompanyId(long companyId)
setCompanyId in interface OrganizationModelpublic long getOriginalCompanyId()
public long getParentOrganizationId()
getParentOrganizationId in interface OrganizationModelpublic void setParentOrganizationId(long parentOrganizationId)
setParentOrganizationId in interface OrganizationModelpublic long getOriginalParentOrganizationId()
public long getLeftOrganizationId()
getLeftOrganizationId in interface OrganizationModelpublic void setLeftOrganizationId(long leftOrganizationId)
setLeftOrganizationId in interface OrganizationModelpublic long getRightOrganizationId()
getRightOrganizationId in interface OrganizationModelpublic void setRightOrganizationId(long rightOrganizationId)
setRightOrganizationId in interface OrganizationModelpublic String getName()
getName in interface OrganizationModelpublic void setName(String name)
setName in interface OrganizationModelpublic String getOriginalName()
public String getType()
getType in interface OrganizationModelpublic void setType(String type)
setType in interface OrganizationModelpublic boolean getRecursable()
getRecursable in interface OrganizationModelpublic boolean isRecursable()
isRecursable in interface OrganizationModelpublic void setRecursable(boolean recursable)
setRecursable in interface OrganizationModelpublic long getRegionId()
getRegionId in interface OrganizationModelpublic void setRegionId(long regionId)
setRegionId in interface OrganizationModelpublic long getCountryId()
getCountryId in interface OrganizationModelpublic void setCountryId(long countryId)
setCountryId in interface OrganizationModelpublic int getStatusId()
getStatusId in interface OrganizationModelpublic void setStatusId(int statusId)
setStatusId in interface OrganizationModelpublic String getComments()
getComments in interface OrganizationModelpublic void setComments(String comments)
setComments in interface OrganizationModelpublic Organization toEscapedModel()
toEscapedModel in interface OrganizationModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Organization>getExpandoBridge in interface OrganizationModelgetExpandoBridge in class BaseModelImpl<Organization>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Organization>setExpandoBridgeAttributes in interface OrganizationModelsetExpandoBridgeAttributes in class BaseModelImpl<Organization>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Organization>clone in interface OrganizationModelclone in class BaseModelImpl<Organization>public int compareTo(Organization organization)
compareTo in interface OrganizationModelcompareTo in interface Comparable<Organization>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface OrganizationModelhashCode in class Objectpublic String toString()
toString in interface OrganizationModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Organization>toXmlString in interface OrganizationModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||