ca.bc.gov.webade
Interface Group

All Known Implementing Classes:
EGroup

public interface Group

Deprecated due to functionality not available in CITS' new web services.

Author:
jross

Method Summary
 java.util.Date getEffectiveDate()
          Deprecated.  
 java.util.Date getExpiryDate()
          Deprecated.  
 java.lang.String getGuid()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 Organization[] getOrganizations()
          Deprecated.  
 Role[] getRoles(Organization org)
          Deprecated.  
 java.lang.String getSourceDirectory()
          Deprecated.  
 java.lang.String getUserType()
          Deprecated.  
 void setUserType(java.lang.String userType)
          Deprecated.  
 

Method Detail

getEffectiveDate

public java.util.Date getEffectiveDate()
Deprecated. 
Returns:
Returns the effectiveDate.

getExpiryDate

public java.util.Date getExpiryDate()
Deprecated. 
Returns:
Returns the expiryDate.

getGuid

public java.lang.String getGuid()
Deprecated. 
Returns:
Returns the guid.

getName

public java.lang.String getName()
Deprecated. 
Returns:
Returns the name.

getUserType

public java.lang.String getUserType()
Deprecated. 
Returns:
Returns the userType.

setUserType

public void setUserType(java.lang.String userType)
Deprecated. 
Parameters:
userType - The userType to set.

getSourceDirectory

public java.lang.String getSourceDirectory()
Deprecated. 
Returns:
Returns the sourceDirectory.

getOrganizations

public Organization[] getOrganizations()
Deprecated. 
Returns:
Returns the orgs.

getRoles

public Role[] getRoles(Organization org)
Deprecated. 
Parameters:
org - The organization to retrive the roles for.
Returns:
Returns the roles.