www.element4solution.com

e4s.application.appmodule
Class E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.editing.AEP_EditingDataDescriptor
          extended by e4s.application.appmodule.E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER
All Implemented Interfaces:
AEP_EditingDataDescriptor_Intf
Enclosing class:
E4ModuleEditCompany

public class E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER
extends AEP_EditingDataDescriptor
implements AEP_EditingDataDescriptor_Intf


Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Fields inherited from interface e4s.html.editing.AEP_EditingDataDescriptor_Intf
MODE_DELETE, MODE_DISPLAY_FOR_DELETE, MODE_DUPLICATE, MODE_INSERT, MODE_UPDATE, PARAM_PREFIX_DUPLICATE
 
Constructor Summary
E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER(E4ApplObj_Intf applobj)
           
 
Method Summary
 boolean canDelete(E4DBSelect_Intf select)
          Default implementation, that does nothing.
 boolean canEdit(E4DBSelect_Intf select)
          Default implementation, that does nothing.
 void createFieldset(E4Fieldset fieldset, char mode)
          This is the default implementation which does no changes.
 
Methods inherited from class e4s.html.editing.AEP_EditingDataDescriptor
afterDelete, afterDuplicate, afterInsert, afterUpdate, beforeDelete, beforeDuplicate, beforeInsert, beforeUpdate, canDuplicate, createFieldset_Search, extractPresetField4Duplication, extractPresetFields4Duplication, modifyDeleteExecutionList, modifyDeleteIntegrityList, pageEnd, pageStart, setForm, setServlet
 
Methods inherited from class e4s.util.E4Object
_getSVNVersionString, Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface e4s.html.editing.AEP_EditingDataDescriptor_Intf
afterDelete, afterDuplicate, afterInsert, afterUpdate, beforeDelete, beforeDuplicate, beforeInsert, beforeUpdate, canDuplicate, createFieldset_Search, modifyDeleteExecutionList, modifyDeleteIntegrityList, pageEnd, pageStart, setForm, setServlet
 

Constructor Detail

E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER

public E4ModuleEditCompany.AEP_T_E4S_COMPANY_USER(E4ApplObj_Intf applobj)
Method Detail

canDelete

public boolean canDelete(E4DBSelect_Intf select)
                  throws java.lang.Exception
Description copied from class: AEP_EditingDataDescriptor
Default implementation, that does nothing. Check, if the record can be deleted (while displaying it in the listing table and offering the delete image). This is one stage before the whole input data will be displayed.

Specified by:
canDelete in interface AEP_EditingDataDescriptor_Intf
Overrides:
canDelete in class AEP_EditingDataDescriptor
Parameters:
select - the selection interface representing the current record
Returns:
true if a delete can be processed, false to cancel the delete function
Throws:
java.lang.Exception
See Also:
#canDuplicate(e4.db.E4DBSelect_Intf), #canEdit(e4.db.E4DBSelect_Intf)

createFieldset

public void createFieldset(E4Fieldset fieldset,
                           char mode)
                    throws java.lang.Exception
Description copied from class: AEP_EditingDataDescriptor
This is the default implementation which does no changes.

Specified by:
createFieldset in interface AEP_EditingDataDescriptor_Intf
Overrides:
createFieldset in class AEP_EditingDataDescriptor
Parameters:
fieldset - the values from the input form
mode - the update/display mode (AEP_EditingDataDescriptor_Intf.MODE_INSERT, AEP_EditingDataDescriptor_Intf.MODE_UPDATE or AEP_EditingDataDescriptor_Intf.MODE_DELETE).
Throws:
java.lang.Exception
See Also:
e4s.html.editing.AEP_EditingDataDescriptor_Intf#createFieldset()

canEdit

public boolean canEdit(E4DBSelect_Intf select)
                throws java.lang.Exception
Description copied from class: AEP_EditingDataDescriptor
Default implementation, that does nothing. Check, if the record can be edited (while displaying it in the listing table and offering the delete image). This is one stage before the whole input data will be displayed.

Specified by:
canEdit in interface AEP_EditingDataDescriptor_Intf
Overrides:
canEdit in class AEP_EditingDataDescriptor
Parameters:
select - the selection interface representing the current record
Throws:
java.lang.Exception
See Also:
#canDelete(e4.db.E4DBSelect_Intf), #canDuplicate(e4.db.E4DBSelect_Intf)

www.element4solution.com