org.nakedobjects.metamodel.facets.hide
Class HideForSessionFacetNone

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetAbstract
      extended by org.nakedobjects.metamodel.facets.hide.HideForSessionFacetAbstract
          extended by org.nakedobjects.metamodel.facets.hide.HideForSessionFacetNone
All Implemented Interfaces:
InteractionAdvisor, InteractionAdvisorFacet, Facet, HideForSessionFacet, HidingInteractionAdvisor

public class HideForSessionFacetNone
extends HideForSessionFacetAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.metamodel.consent.InteractionAdvisorFacet
NOOP
 
Constructor Summary
HideForSessionFacetNone(FacetHolder holder)
           
 
Method Summary
 java.lang.String hiddenReason(AuthenticationSession session)
          Always returns null.
 boolean isNoop()
          Assume implementation is not a no-op.
 
Methods inherited from class org.nakedobjects.metamodel.facets.hide.HideForSessionFacetAbstract
hides, type
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

HideForSessionFacetNone

public HideForSessionFacetNone(FacetHolder holder)
Method Detail

hiddenReason

public java.lang.String hiddenReason(AuthenticationSession session)
Always returns null.


isNoop

public boolean isNoop()
Description copied from class: FacetAbstract
Assume implementation is not a no-op.

No-op implementations should override and return true.

Specified by:
isNoop in interface Facet
Overrides:
isNoop in class FacetAbstract


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.