|
Liferay 7.0-ce-b1 | |||||||||
| 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)
|
ExpandoColumn |
fetchExpandoColumn(long columnId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
ExpandoColumnService |
getWrappedExpandoColumnService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
ExpandoColumnService |
getWrappedService()
|
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 ExpandoColumnServicePortalException
public ExpandoColumn fetchExpandoColumn(long columnId)
throws PortalException
fetchExpandoColumn in interface ExpandoColumnServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoColumnService
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-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||