|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.expando.service.ExpandoColumnServiceWrapper
public class ExpandoColumnServiceWrapper
This class is a wrapper for ExpandoColumnService.
ExpandoColumnService| Constructor Summary | |
|---|---|
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
|
|
| Method Summary | |
|---|---|
ExpandoColumn |
addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
addColumn(long tableId,
String name,
int type,
Object defaultData)
|
void |
deleteColumn(long columnId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ExpandoColumnService |
getWrappedExpandoColumnService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ExpandoColumnService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService) |
void |
setWrappedService(ExpandoColumnService expandoColumnService)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ExpandoColumnServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ExpandoColumnServicebeanIdentifier - the Spring bean ID for this bean
public ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException,
SystemException
addColumn in interface ExpandoColumnServicePortalException
SystemException
public ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
addColumn in interface ExpandoColumnServicePortalException
SystemException
public void deleteColumn(long columnId)
throws PortalException,
SystemException
deleteColumn in interface ExpandoColumnServicePortalException
SystemException
public ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException,
SystemException
updateColumn in interface ExpandoColumnServicePortalException
SystemException
public ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
updateColumn in interface ExpandoColumnServicePortalException
SystemException
public ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException,
SystemException
updateTypeSettings in interface ExpandoColumnServicePortalException
SystemExceptionpublic ExpandoColumnService getWrappedExpandoColumnService()
getWrappedService()
public void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)
public ExpandoColumnService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoColumnService>public void setWrappedService(ExpandoColumnService expandoColumnService)
setWrappedService in interface ServiceWrapper<ExpandoColumnService>
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||