Class Channel.AllChannel
java.lang.Object
org.deltava.beans.cooler.Channel
org.deltava.beans.cooler.Channel.AllChannel
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Channel>,Auditable,ComboAlias,ViewEntry,Cacheable
- Enclosing class:
Channel
- Since:
- 1.0
- Version:
- 11.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.deltava.beans.cooler.Channel
Channel.AllChannel, Channel.InfoType -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intReturns the alias to use in the HTML <OPTION> element.Returns the visible name to use in the HTML <OPTION> element.final Collection<String> Returns the roles notified when a new post is created in this Channel.final Collection<String> Returns the roles authorized to access this Channel.final Collection<String> Returns the roles authorized to post in this Channel.Methods inherited from class org.deltava.beans.cooler.Channel
addAirline, addRole, cacheKey, equals, getActive, getAirlines, getAllowNewPosts, getAuditID, getDescription, getLastSubject, getLastThreadID, getName, getPostCount, getRowClassName, getThreadCount, getViewCount, hasAirline, hashCode, setActive, setAirlines, setAllowNewPosts, setDescription, setLastSubject, setLastThreadID, setPostCount, setRoles, setThreadCount, setViewCount, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.deltava.beans.Auditable
getAuditType, isCrossApp
-
Constructor Details
-
AllChannel
-
-
Method Details
-
getComboName
Description copied from interface:ComboAliasReturns the visible name to use in the HTML <OPTION> element.- Specified by:
getComboNamein interfaceComboAlias- Overrides:
getComboNamein classChannel- Returns:
- The visible name for this entry
-
getComboAlias
Description copied from interface:ComboAliasReturns the alias to use in the HTML <OPTION> element.- Specified by:
getComboAliasin interfaceComboAlias- Overrides:
getComboAliasin classChannel- Returns:
- The alias for this entry
-
getReadRoles
Description copied from class:ChannelReturns the roles authorized to access this Channel.- Overrides:
getReadRolesin classChannel- Returns:
- a Collection of roles authorized to view this Channel
- See Also:
-
getWriteRoles
Description copied from class:ChannelReturns the roles authorized to post in this Channel.- Overrides:
getWriteRolesin classChannel- Returns:
- a Collection of roles authorized to view this Channel
- See Also:
-
getNotifyRoles
Description copied from class:ChannelReturns the roles notified when a new post is created in this Channel.- Overrides:
getNotifyRolesin classChannel- Returns:
- a Collection of roles
- See Also:
-
compareTo
-