|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.expando.service.ExpandoColumnServiceWrapper
@ProviderType public class ExpandoColumnServiceWrapper
Provides 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 ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException
addColumn in interface ExpandoColumnServicePortalException
public ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException
addColumn in interface ExpandoColumnServicePortalException
public void deleteColumn(long columnId)
throws PortalException
deleteColumn in interface ExpandoColumnServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface ExpandoColumnServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ExpandoColumnServicebeanIdentifier - the Spring bean ID for this bean
public ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException
updateColumn in interface ExpandoColumnServicePortalException
public ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException
updateColumn in interface ExpandoColumnServicePortalException
public ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException
updateTypeSettings in interface ExpandoColumnServicePortalException@Deprecated public ExpandoColumnService getWrappedExpandoColumnService()
getWrappedService()
@Deprecated 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 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||