|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChannelType | |
|---|---|
| org.jasig.portal | |
| org.jasig.portal.channel | |
| org.jasig.portal.channel.dao | |
| org.jasig.portal.channel.dao.jpa | |
| org.jasig.portal.portlets.portletadmin.xmlsupport | |
| Uses of IChannelType in org.jasig.portal |
|---|
| Methods in org.jasig.portal that return IChannelType | |
|---|---|
IChannelType |
IChannelRegistryStore.getChannelType(int channelTypeId)
Deprecated. Get the channel type associated with a particular identifier. |
IChannelType |
IChannelRegistryStore.getChannelType(String name)
Deprecated. Get the channel type associated with a particular identifier. |
IChannelType |
IChannelRegistryStore.getOrCreateChannelType(String name,
String clazz,
String cpdUri)
Deprecated. Convience for IChannelRegistryStore.getChannelType(String) and IChannelRegistryStore.newChannelType(String, String, String). |
IChannelType |
IChannelRegistryStore.newChannelType(String name,
String clazz,
String cpdUri)
Deprecated. Creates a new channel type. |
IChannelType |
IChannelRegistryStore.saveChannelType(IChannelType chanType)
Deprecated. Persists a channel type. |
| Methods in org.jasig.portal that return types with arguments of type IChannelType | |
|---|---|
List<IChannelType> |
IChannelRegistryStore.getChannelTypes()
Deprecated. Returns an array of ChannelTypes. |
| Methods in org.jasig.portal with parameters of type IChannelType | |
|---|---|
void |
IChannelRegistryStore.deleteChannelType(IChannelType chanType)
Deprecated. Deletes a channel type. |
IChannelType |
IChannelRegistryStore.saveChannelType(IChannelType chanType)
Deprecated. Persists a channel type. |
| Uses of IChannelType in org.jasig.portal.channel |
|---|
| Methods in org.jasig.portal.channel that return IChannelType | |
|---|---|
IChannelType |
JpaChannelRegistryStore.getChannelType(int channelTypeId)
Deprecated. |
IChannelType |
JpaChannelRegistryStore.getChannelType(String name)
Deprecated. |
IChannelType |
JpaChannelRegistryStore.getOrCreateChannelType(String name,
String clazz,
String cpdUri)
Deprecated. |
IChannelType |
IChannelDefinition.getType()
Deprecated. |
IChannelType |
JpaChannelRegistryStore.newChannelType(String name,
String clazz,
String cpdUri)
Deprecated. |
IChannelType |
JpaChannelRegistryStore.saveChannelType(IChannelType chanType)
Deprecated. |
| Methods in org.jasig.portal.channel that return types with arguments of type IChannelType | |
|---|---|
List<IChannelType> |
JpaChannelRegistryStore.getChannelTypes()
Deprecated. |
| Methods in org.jasig.portal.channel with parameters of type IChannelType | |
|---|---|
void |
JpaChannelRegistryStore.deleteChannelType(IChannelType chanType)
Deprecated. |
IChannelType |
JpaChannelRegistryStore.saveChannelType(IChannelType chanType)
Deprecated. |
void |
IChannelDefinition.setType(IChannelType channelType)
Deprecated. |
| Uses of IChannelType in org.jasig.portal.channel.dao |
|---|
| Methods in org.jasig.portal.channel.dao that return IChannelType | |
|---|---|
IChannelType |
IChannelTypeDao.createChannelType(String name,
String clazz,
String cpdUri)
Creates, initializes and persists a new IChannelType based on the specified parameters |
IChannelType |
IChannelTypeDao.getChannelType(int id)
Get a IChannelType for the specified id. |
IChannelType |
IChannelTypeDao.getChannelType(String name)
Get a IChannelType for the specified name |
IChannelType |
IChannelTypeDao.updateChannelType(IChannelType type)
Persists changes to a IChannelType. |
| Methods in org.jasig.portal.channel.dao that return types with arguments of type IChannelType | |
|---|---|
List<IChannelType> |
IChannelTypeDao.getChannelTypes()
|
| Methods in org.jasig.portal.channel.dao with parameters of type IChannelType | |
|---|---|
IChannelDefinition |
IChannelDefinitionDao.createChannelDefinition(IChannelType channelType,
String fname,
String clazz,
String name,
String title)
Creates, initializes and persists a new IChannelDefinition based on the specified parameters |
void |
IChannelTypeDao.deleteChannelType(IChannelType type)
Removes the specified IChannelType from the persistent store. |
IChannelType |
IChannelTypeDao.updateChannelType(IChannelType type)
Persists changes to a IChannelType. |
| Uses of IChannelType in org.jasig.portal.channel.dao.jpa |
|---|
| Methods in org.jasig.portal.channel.dao.jpa that return IChannelType | |
|---|---|
IChannelType |
JpaChannelTypeDao.createChannelType(String name,
String clazz,
String cpdUri)
|
IChannelType |
JpaChannelTypeDao.getChannelType(int id)
|
IChannelType |
JpaChannelTypeDao.getChannelType(String name)
|
IChannelType |
ChannelDefinitionImpl.getType()
|
IChannelType |
JpaChannelTypeDao.updateChannelType(IChannelType type)
|
| Methods in org.jasig.portal.channel.dao.jpa that return types with arguments of type IChannelType | |
|---|---|
List<IChannelType> |
JpaChannelTypeDao.getChannelTypes()
|
| Methods in org.jasig.portal.channel.dao.jpa with parameters of type IChannelType | |
|---|---|
IChannelDefinition |
JpaChannelDefinitionDao.createChannelDefinition(IChannelType channelType,
String fname,
String clazz,
String name,
String title)
|
void |
JpaChannelTypeDao.deleteChannelType(IChannelType type)
|
void |
ChannelDefinitionImpl.setType(IChannelType channelType)
|
IChannelType |
JpaChannelTypeDao.updateChannelType(IChannelType type)
|
| Uses of IChannelType in org.jasig.portal.portlets.portletadmin.xmlsupport |
|---|
| Methods in org.jasig.portal.portlets.portletadmin.xmlsupport that return types with arguments of type IChannelType | |
|---|---|
Map<IChannelType,ChannelPublishingDefinition> |
XmlChannelPublishingDefinitionDao.getChannelPublishingDefinitions()
|
Map<IChannelType,ChannelPublishingDefinition> |
IChannelPublishingDefinitionDao.getChannelPublishingDefinitions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||